llvm-project/lldb/source/Plugins
Andrew MacPherson 17220c1886 Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer.
llvm-svn: 202956
2014-03-05 10:12:43 +00:00
..
ABI Better error reporting when a variable can't be 2014-02-28 22:27:53 +00:00
Disassembler Stop leaking MCRegisterInfo. 2013-12-29 20:17:26 +00:00
DynamicLoader Small fix to DynamicLoaderDarwinKernel::KextImageInfo::LoadImageUsingMemoryModule needed 2014-03-05 03:33:01 +00:00
Instruction Update the checks in EmulateInstructionARM::GetFramePointerRegisterNumber 2014-01-06 23:39:35 +00:00
JITLoader Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
LanguageRuntime Fix Windows build using portable types for formatting the log outputs 2014-03-03 15:39:47 +00:00
ObjectContainer "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. 2014-03-03 19:15:20 +00:00
ObjectFile Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
OperatingSystem Fixed deadlocks that could occur when using python for breakpoints, operating system plugins, and other async python usage. 2014-02-13 23:34:38 +00:00
Platform Fixed SBDebugger.CreateTarget("filename") and also make sure remote targets don't pickup bogus locally cached files. 2014-03-04 21:20:23 +00:00
Process Add ProcessGDBRemote::GetAuxvData() and fix multiple-packet concatenation for binary data. 2014-03-04 23:18:46 +00:00
SymbolFile Fix build break due to signature change on ASTContext' setExternalSource parameter. 2014-02-27 17:18:23 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Fixed configure-based build on OS X. 2014-02-28 21:55:46 +00:00
UnwindAssembly Convert to UNIX line endings. 2013-09-25 10:37:32 +00:00
CMakeLists.txt Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00
Makefile Add support for JIT debugging on Linux using the GDB JIT interface. Patch written with Keno Fischer. 2014-03-05 10:12:43 +00:00