llvm-project/lldb/source/Plugins
Greg Clayton df3df25a71 Patch from Daniel Malea that cleans up the process parameters for Process/Thread classes for POSIX and Linux.
llvm-svn: 165806
2012-10-12 16:23:23 +00:00
..
ABI Made the i386 ABI mark EBP as non-volatile, 2012-10-04 22:24:27 +00:00
Disassembler/llvm A patch that allows for mach-o architectures to be specified as "<number>-<number>" where the first number is the cpu type and the second is the cpu subtype. Also added code to allow use of mach-o architectures that aren't in our tables so that symbolication and static file introspection (crashlogs) can work with them. 2012-09-19 22:25:17 +00:00
DynamicLoader Add a parameter to Symbols::DownloadObjectAndSymbolFile() to control 2012-10-09 01:17:11 +00:00
Instruction/ARM Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
LanguageRuntime <rdar://problem/12331741> 2012-10-11 18:07:21 +00:00
ObjectContainer Remove LLDB_DISABLE_PYTHON ifndef around FormatManager::LoadObjCFormatters() prototype, 2012-09-11 06:35:15 +00:00
ObjectFile Train LLDB to deal with bad linker N_SO entries that point to our source files for debug map + DWARF in .o file debugging. 2012-09-07 20:29:13 +00:00
OperatingSystem Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP. 2012-10-10 18:32:14 +00:00
Platform Add support for debugging KASLR kernels via kdp (the kernel being 2012-09-29 04:02:01 +00:00
Process Patch from Daniel Malea that cleans up the process parameters for Process/Thread classes for POSIX and Linux. 2012-10-12 16:23:23 +00:00
SymbolFile Make DebugMapModule destructor virtual since it inherits from Module. 2012-10-08 22:48:57 +00:00
SymbolVendor/MacOSX <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
UnwindAssembly Change the scratch buffer for x86 assembly instructions in AssemblyParse_x86 from 2012-10-11 06:04:37 +00:00
Makefile Patch submitted by Dan Malea -- I introduced a dependency between 2012-10-04 02:16:06 +00:00