llvm-project/lldb/source
Greg Clayton 5cf58b9ba0 Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were due to not parsing the function types when the function blocks are made and parsed.
Cached the Function object's m_type value after it has been calculated.

llvm-svn: 141225
2011-10-05 22:22:08 +00:00
..
API Fix regression of test SourceManagerTestCase.test_display_source_python. 2011-10-03 20:56:39 +00:00
Breakpoint Export the watchpoint related API (SBWatchpointLocation class and added SBTarget methods) 2011-09-27 01:19:20 +00:00
Commands "target variable" will now display the current frame's compile unit globals 2011-10-05 22:17:32 +00:00
Core Stop empty C strings in summaries from showing "<data not available>" when a 2011-10-05 22:19:51 +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 Fix a problem where the stop-hook command 'frame variable g_val' produces nothing 2011-10-05 00:42:59 +00:00
Plugins Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were due to not parsing the function types when the function blocks are made and parsed. 2011-10-05 22:22:08 +00:00
Symbol Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were due to not parsing the function types when the function blocks are made and parsed. 2011-10-05 22:22:08 +00:00
Target Add capability to set ignore count for watchpoint on the command line: 2011-10-05 21:35:46 +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 Enable all the new accelerator tables if they are present and don't manually 2011-10-04 22:41:51 +00:00