llvm-project/lldb/source/Plugins
Greg Clayton baf95daa99 Added the ability to log when things get completed in DWARF. This can be enabled using:
(lldb) log enable --verbose lldb completion

This will print out backtraces for all type completion calls which will help us verify that we don't ever complete a type when we don't need to.

llvm-svn: 153787
2012-03-30 23:50:54 +00:00
..
ABI rdar://problem/10652076 2012-02-29 01:07:59 +00:00
Disassembler/llvm Resolved two problems in the disassembler: 2012-03-22 20:04:23 +00:00
DynamicLoader Commit missing function prototype. 2012-03-21 22:50:54 +00:00
Instruction/ARM rdar://problem/11031743 2012-03-13 21:07:03 +00:00
LanguageRuntime Converted commented out printf statements for dynamic type logging to use the log for "log enabe lldb types". 2012-03-28 17:13:26 +00:00
ObjectContainer <rdar://problem/10434005> 2012-03-14 03:07:05 +00:00
ObjectFile lldb_private::Section objects have a boolean flag that can be set that 2012-03-27 21:10:07 +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 <rdar://problem/11113279> 2012-03-26 23:03:23 +00:00
Process Patch from Viktor Kutuzov: fixes a segmentation fault crash in lldb in the ProcessPOSIX class when the object gets destroyed. I can reproduce this problem on the FreeBSD platform and it should be reproducable for the other platforms also. 2012-03-30 19:56:32 +00:00
SymbolFile Added the ability to log when things get completed in DWARF. This can be enabled using: 2012-03-30 23:50:54 +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