llvm-project/lldb/source/Plugins
Jonas Devlieghere 33eb647042 [lldb] Use GetNonKVOClassDescriptor to get the NSDictionary class descriptor
On macOS Big Sur the class descriptor contains the NSKVONotifying_
prefix. This is covered by TestDataFormatterObjCKVO.

Differential revision: https://reviews.llvm.org/D87545
2020-09-11 17:37:14 -07:00
..
ABI Thread ExecutionContextScope through GetByteSize where possible (NFC-ish) 2020-07-22 08:56:29 -07:00
Architecture [lldb] Reduce duplication in the Disassembler class 2020-03-09 13:41:43 +01:00
Disassembler [lldb] Update header guards to be consistent and compliant with LLVM (NFC) 2020-02-17 23:15:40 -08:00
DynamicLoader [lldb] Only set the executable module for a target once 2020-07-17 08:35:38 +02:00
ExpressionParser [lldb] Enable std::pair in CxxModuleHandler 2020-09-09 10:49:53 +02:00
Instruction [LLDB][NFC] Remove redundant condition 2020-07-01 09:04:26 +02:00
InstrumentationRuntime Revert "[lldb] avoid assert in threadsanitizer tests on linux" 2020-09-04 09:30:56 +02:00
JITLoader [lldb] Remove DataExtractor::GetPointer 2020-02-18 10:38:41 +01:00
Language [lldb] Use GetNonKVOClassDescriptor to get the NSDictionary class descriptor 2020-09-11 17:37:14 -07:00
LanguageRuntime [CMake] Make `intrinsics_gen` dependency unconditional. 2020-07-17 16:43:17 -07:00
MemoryHistory [lldb/MemoryHistoryAsan] Fix address resolution for recorded backtraces 2020-03-18 13:18:02 -07:00
ObjectContainer Replace std::string::find == 0 with StringRef::startswith 2020-03-31 21:01:09 +02:00
ObjectFile Fix a check that was attempting to see if an object file was in memory. 2020-08-18 13:24:22 -07:00
OperatingSystem [lldb] Use std::make_unique<DynamicRegisterInfo> (NFC) 2020-07-22 11:32:48 -07:00
Platform [lldb] Pass -fno-objc-exceptions for objcxx targets 2020-09-02 21:59:48 -07:00
Process Move NativeRegisterContextLinux/RegisterContextPOSIX*_arm to RegisterInfoAndSetInterface 2020-09-07 09:06:46 +05:00
ScriptInterpreter [lldb] Get rid of helper CMake variables for Python 2020-08-17 08:47:52 -07:00
StructuredData [lldb/Interpreter] Support color in CommandReturnObject 2020-06-09 10:45:45 -07:00
SymbolFile [lldb] Make symbol list output from `image dump symtab` not depend on internal ordering of DenseMap 2020-09-03 10:27:19 +02:00
SymbolVendor [lldb] Extract reproducer providers & co into their own header. 2020-08-22 10:04:27 -07:00
SystemRuntime [lldb] NFC remove DISALLOW_COPY_AND_ASSIGN 2020-06-02 13:23:53 -04:00
TypeSystem [lldb] Fix a new -Wdocumetnation issues (NFC) 2020-08-20 22:59:13 -07:00
UnwindAssembly [lldb/Unwind] Use eh_frame plan directly when it doesn't need to be augmented 2020-06-26 11:46:47 +02:00
CMakeLists.txt Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin" 2020-02-18 19:16:07 -08:00
Plugins.def.in Re-land "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin" 2020-02-18 19:16:07 -08:00