llvm-project/lldb/source
Fred Riss 9ed7416aaf [lldb] Try harder to find the __NSCFBoolean addresses
It looks like recent CoreFoundation builds strip the non-public symbol
that we were looking for to find the 2 boolean "classes". The public
symbol is of course there, and it contains the address of the private
one. If we don't find the private symbol directly, go through a memory
read at the public symbol's location instead.
2021-08-06 13:04:29 -07:00
..
API [lldb] Remove a few unused .exports files 2021-08-05 22:17:00 +02:00
Breakpoint [lldb] Use a struct to pass function search options to Module::FindFunction 2021-08-05 10:18:14 -07:00
Commands [lldb] Use a struct to pass function search options to Module::FindFunction 2021-08-05 10:18:14 -07:00
Core Revert "[LLDB][GUI] Refactor form drawing using subsurfaces" 2021-08-05 19:27:55 -07:00
DataFormatters [nfc] [lldb] Prevent needless copies of DataExtractor 2021-08-04 20:35:53 +02:00
Expression [lldb] Refactor IRExecutionUnit::FindInSymbols (NFC) 2021-08-05 10:18:14 -07:00
Host Revert "D106035: Remove conditional compilation for WCHAR support in libedit" 2021-08-05 02:55:10 -07:00
Initialization [lldb] Replace default bodies of special member functions with = default; 2021-07-02 11:31:16 -07:00
Interpreter [lldb] Add the ability to silently import scripted commands 2021-07-09 10:05:39 -07:00
Plugins [lldb] Try harder to find the __NSCFBoolean addresses 2021-08-06 13:04:29 -07:00
Symbol [nfc] [lldb] Support moving support files instead of copy 2021-08-02 21:43:34 +02:00
Target [lldb] Avoid moving ThreadPlanSP from plans vector 2021-08-01 10:40:04 -07:00
Utility [lldb][AArch64] Add memory tag writing to lldb-server 2021-07-27 12:02:17 +01:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp [lldb] Reinstate support for LLDB_VERSION_STRING 2021-02-22 16:56:00 -08:00