llvm-project/lldb/source/Plugins
Jason Molenda 2528631f12 Minor fix for a logging message.
llvm-svn: 203512
2014-03-10 23:18:34 +00:00
..
ABI Better error reporting when a variable can't be 2014-02-28 22:27:53 +00:00
Disassembler Replace uses of OwningPtr<T> with std::unique_ptr<T>. 2014-03-07 04:45:22 +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 the new JITLoader plugin files to the lldb xcode project file. 2014-03-05 23:48:15 +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 Implement ObjectFilePECOFF::GetModuleSpecifications(). 2014-03-09 09:59:36 +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 PlatformWindows: Fix ObjectFile presence test conditions (could result in NULL memory access) 2014-03-09 10:00:40 +00:00
Process Fix unwind_plan test conditions (could result in NULL memory access). 2014-03-09 10:01:25 +00:00
SymbolFile Remove unused code. 2014-03-07 21:51:19 +00:00
SymbolVendor Remove commented includes 2014-02-02 14:06:07 +00:00
SystemRuntime Minor fix for a logging message. 2014-03-10 23:18:34 +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 Build JITLoader on FreeBSD also 2014-03-05 13:57:24 +00:00