llvm-project/lldb/source/Plugins
Greg Clayton cc0c4d4ae7 Improve dynamic type resolution efficiency by looking for the type in the module that contains the vtable symbol first and only look for the first match. If we don't find anything, _then_ move on to the rest of the modules in the target and watch out for multiple matches.
llvm-svn: 159975
2012-07-10 01:22:15 +00:00
..
ABI Simplify the CreateDefaultUnwindPlan methods for the x86 and arm unwinders 2012-07-09 07:47:47 +00:00
Disassembler/llvm <rdar://problem/11330621> 2012-05-10 02:52:23 +00:00
DynamicLoader <rdar://problem/11357711> 2012-07-07 01:24:12 +00:00
Instruction/ARM <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
LanguageRuntime Improve dynamic type resolution efficiency by looking for the type in the module that contains the vtable symbol first and only look for the first match. If we don't find anything, _then_ move on to the rest of the modules in the target and watch out for multiple matches. 2012-07-10 01:22:15 +00:00
ObjectContainer <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
ObjectFile Additional comment in ObjectFileMachO::ParseSymtab to explain 2012-06-22 03:28:35 +00:00
OperatingSystem/Darwin-Kernel Fix comment typeo. 2012-05-16 00:36:41 +00:00
Platform Make sure the module_uuid_ptr is non-NULL before checking whether its contents match the module's UUID. 2012-06-05 00:34:37 +00:00
Process Work around some problems destroying a process with older debugservers. 2012-07-04 00:35:43 +00:00
SymbolFile Fixed a crasher that happens if we try to inspect 2012-07-07 01:07:33 +00:00
SymbolVendor/MacOSX Added the ability to read the dSYM plist file with source remappings even when DebugSymbols isn't used to find the dSYM. We now parse the plist as XML in the MacOSX symbol vendor. 2012-06-27 22:22:28 +00:00
UnwindAssembly Simplify the CreateDefaultUnwindPlan methods for the x86 and arm unwinders 2012-07-09 07:47:47 +00:00
Makefile Enable building the POSIX-DYLD dynamic loader plug-in in the Makefile build since it can be used for remote debugging. 2012-04-05 17:43:02 +00:00