llvm-project/lldb/source/Plugins
Enrico Granata b2d643146f Implement an objc tagged-pointer info command that will provide information about what LLDB thinks an ObjC tagged pointer represents
llvm-svn: 237322
2015-05-14 00:46:47 +00:00
..
ABI Fixed a ton of gcc compile warnings 2015-05-13 00:25:54 +00:00
Disassembler Fix call to llvm::Target::createMCInstPrinter. 2015-03-31 00:59:13 +00:00
DynamicLoader Fix a few compile warnings 2015-05-13 09:04:59 +00:00
Instruction Fix arm instruction emulation of add (imm) and sub (imm) 2015-05-13 09:25:06 +00:00
InstrumentationRuntime Further reduce header footprint of Debugger.h. 2015-03-04 01:58:01 +00:00
JITLoader Reduce header footprint of Target.h 2015-03-03 19:23:09 +00:00
LanguageRuntime Implement an objc tagged-pointer info command that will provide information about what LLDB thinks an ObjC tagged pointer represents 2015-05-14 00:46:47 +00:00
MemoryHistory Add ASan history threads into process_sp->GetExtendedThreadList, so they don't get freed too early 2014-09-23 18:20:24 +00:00
ObjectContainer Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer - in order to allow modules caching from remote targets. 2015-03-10 01:15:28 +00:00
ObjectFile Fix parsing of the plt section for android-arm 2015-05-08 09:40:05 +00:00
OperatingSystem Fix stepping a virtual thread when the python operating system was enabled. 2015-04-07 22:17:41 +00:00
Platform Add mips64el trap opcode to PlatformFreeBSD as well 2015-05-13 23:12:51 +00:00
Process Initial FreeBSD/arm live debugging support 2015-05-13 22:33:12 +00:00
SymbolFile Enable workaround for finding functions in global namespace on linux binaries on 2015-05-13 18:20:02 +00:00
SymbolVendor Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds can take advantage of the new GDB register info from the target XML. 2015-04-16 23:13:26 +00:00
SystemRuntime Don't #include ClangASTContext.h from Module.h 2015-03-03 18:34:26 +00:00
UnwindAssembly Add support for 'leal' instruction to UnwindAssembly-x86 2015-03-25 10:46:45 +00:00
CMakeLists.txt Fix cmake build for PluginInstrumentationRuntimeAddressSanitizer. 2014-10-11 20:11:18 +00:00
Makefile This patch adds support aarch64-linux-gnu (SysV) abi in lldb. 2015-04-29 11:52:35 +00:00