llvm-project/lldb/source/Plugins
Greg Clayton 97d5cf05eb <rdar://problem/9959501>
More KDP debugging process. We can not set breakpoints, hit them, resume, step and detach while running.

llvm-svn: 164584
2012-09-25 02:40:06 +00:00
..
ABI Fix string comparisons in ABIMacOSX_i386::RegisterIsCalleeSaved so 2012-09-24 22:51:04 +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 <rdar://problem/11757916> 2012-08-29 21:13:06 +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 Fixed an oddity in the Objective-C class descriptors 2012-09-21 02:09:51 +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 Fixes by Daniel Malea. 2012-08-28 13:59:38 +00:00
Platform <rdar://problem/11374963> 2012-09-12 02:03:59 +00:00
Process <rdar://problem/9959501> 2012-09-25 02:40:06 +00:00
SymbolFile Brought LLDB top-of-tree into sync with LLVM/Clang 2012-09-24 22:25:51 +00:00
SymbolVendor/MacOSX <rdar://problem/11757916> 2012-08-29 21:13:06 +00:00
UnwindAssembly Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. Some platforms don't support this modification. 2012-09-18 18:04:04 +00:00
Makefile Added a hollowed out version of an OperatingSystem plugin that will use a class in python to get thread information for threads stored in memory. 2012-08-23 21:17:11 +00:00