hanchenye-llvm-project/lldb/source/Plugins
Greg Clayton f9be693369 <rdar://problem/11072382>
Fixed a case where the source path remappings on the module were too expensive to
use when we try to verify (stat the file system) that the remapped path points to
a valid file. Now we will use the lldb_private::Module path remappings (if any) when
parsing the debug info without verifying that the paths exist so we don't slow down
line table parsing speeds.

llvm-svn: 153059
2012-03-19 22:22:41 +00:00
..
ABI rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Disassembler/llvm Added a function to the disassembler that checks 2012-03-02 23:22:53 +00:00
DynamicLoader Fix the process of getting the ObjC runtime - if we ask for it too early (in the process of handling the 2012-03-10 00:22:19 +00:00
Instruction/ARM rdar://problem/11031743 2012-03-13 21:07:03 +00:00
LanguageRuntime Meta classes can't have dynamic types... 2012-03-10 02:03:37 +00:00
ObjectContainer <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
ObjectFile <rdar://problem/11042408> 2012-03-14 01:53:24 +00:00
OperatingSystem/Darwin-Kernel Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Platform Fixed a crasher for remote device debugging. 2012-02-29 00:08:13 +00:00
Process <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
SymbolFile <rdar://problem/11072382> 2012-03-19 22:22:41 +00:00
SymbolVendor/MacOSX <rdar://problem/8196933> 2012-03-15 21:01:31 +00:00
UnwindAssembly Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr 2012-02-21 00:09:25 +00:00
Makefile Makefiles for new mach-core directory. 2012-02-24 18:02:59 +00:00