hanchenye-llvm-project/lldb/source
Greg Clayton aa044960b5 Add a version of ResolveFunction that takes a "const DWARFDebugInfoEntry *"
and a "DWARFCompileUnit *" to avoid doing a DIE lookup twice and to prepare
for using namespaces in the lookups.

llvm-svn: 141843
2011-10-13 00:59:38 +00:00
..
API Added ClangNamespaceDecl * parameters to several 2011-10-12 02:08:07 +00:00
Breakpoint Added ClangNamespaceDecl * parameters to several 2011-10-12 02:08:07 +00:00
Commands Added ClangNamespaceDecl * parameters to several 2011-10-12 02:08:07 +00:00
Core Added ClangNamespaceDecl * parameters to several 2011-10-12 02:08:07 +00:00
Expression Now that we know the values are going to stick around, 2011-10-13 00:09:20 +00:00
Host Added the ability to restrict breakpoints by function name, function regexp, selector 2011-09-23 00:54:11 +00:00
Interpreter Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. 2011-10-07 18:58:12 +00:00
Plugins Add a version of ResolveFunction that takes a "const DWARFDebugInfoEntry *" 2011-10-13 00:59:38 +00:00
Symbol Added ClangNamespaceDecl * parameters to several 2011-10-12 02:08:07 +00:00
Target Move the responsibility for translating the various eFunctionNameType lookups to the 2011-10-07 22:23: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 Patch from Dragos Tatulea to re-enable the PECOFF object file parser for all 2011-10-11 16:42:21 +00:00