hanchenye-llvm-project/lldb/source
Greg Clayton 0bd4e1b8c9 Removed some commented out code from the DWARF parser.
Also reduce the size of the lldb_private::Symbol objects by removing the
lldb_private::Function pointer that was in each symbol. Running Instruments
has shown that when debugging large applications with DWARF in .o files that
lldb_private::Symbol objects are one of the highest users of memory. No one
was using the Symbol::GetFunction() call anyway.

llvm-svn: 140881
2011-09-30 20:52:25 +00:00
..
API Destroy a target when it is deleted. 2011-09-30 04:14:52 +00:00
Breakpoint Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) 2011-09-27 01:19:20 +00:00
Commands Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, 2011-09-30 01:08:48 +00:00
Core Added more functionality to the public API to allow for better 2011-09-26 07:11:27 +00:00
Expression Factored out handling of the source code for an 2011-09-26 18:45:31 +00:00
Host Added the ability to restrict breakpoints by function name, function regexp, selector 2011-09-23 00:54:11 +00:00
Interpreter Add an accompanying option to the 'frame variable -w' command to, instead of watching the variable, 2011-09-30 01:08:48 +00:00
Plugins Removed some commented out code from the DWARF parser. 2011-09-30 20:52:25 +00:00
Symbol Removed some commented out code from the DWARF parser. 2011-09-30 20:52:25 +00:00
Target Add SBTarget::GetLastCreatedWatchpointLocation() API and export to the Python interface. 2011-09-27 20:29:45 +00:00
Utility Adopt the intrusive pointers in: 2011-09-17 08:33:22 +00:00
Makefile Patch from Jean-Daniel Dupas: 2010-07-12 23:14:00 +00:00
lldb-log.cpp Fixed an issue where a lexical block or inlined function might have bad debug 2011-09-29 23:41:34 +00:00
lldb.cpp Convert over to the latest and greatest on disc accelerator 2011-09-28 17:06:40 +00:00