summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
AgeCommit message (Expand)Author
2012-03-07<rdar://problem/10997402>Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-10Extended function lookup to allow the user toSean Callanan
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton
2012-01-28Adding the DWARF parser side for assited layout where the AST contextGreg Clayton
2012-01-12<rdar://problem/10681814>Greg Clayton
2012-01-12Don't dereference the oso_dwarf without checking for NULL.Jim Ingham
2011-12-03Added code to make sure we don't recursively try to find an objective CGreg Clayton
2011-12-03Testcase fixes with the new symbol lookup code forSean Callanan
2011-11-13<rdar://problem/10338439>Greg Clayton
2011-11-10<rdar://problem/10338439>Greg Clayton
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-10-13Completed the glue that passes a ClangNamespaceDecl *Sean Callanan
2011-09-18Don't put modules for .o files into the global shared module list. WeGreg Clayton
2011-09-17Removed the function:Greg Clayton
2011-09-12Huge memory and performance improvements in the DWARF parser.Greg Clayton
2011-06-25This commit adds broad architectural support for hierarchicalGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-20Split all of the core of LLDB.framework/lldb.so into aGreg Clayton
2011-03-15Added a fix to not re-use object files when doing DWARF with debug map.Greg Clayton
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2011-03-08Reverting the part of the debug-in-ofile patch from earlier today that remove...Jim Ingham
2011-03-07Don't cache .o files in the debug map + DWARF in .o files. If we cache themGreg Clayton
2011-02-08Fixed a crasher that could happen when trying to look at N_GSYM entriesGreg Clayton
2011-02-04Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton
2011-01-20Made the DWARF + debug map symbol file parser be much more efficient when it ...Greg Clayton
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2010-12-07Fixed an issue when debugging with DWARF in the .o files whereGreg Clayton
2010-11-13Fixed an issue where we might not find global variables by name when we haveGreg Clayton
2010-11-13Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton
2010-11-10Added initial support to the lldb_private::SymbolFile for findingGreg Clayton
2010-11-10Modified lldb_private::SymboleFile to be able to override where its TypeListGreg Clayton
2010-11-07Modified the DWARF parser for both the single DWARF file and for the caseGreg Clayton
2010-10-20Fixed an issue where we were resolving paths when we should have been.Greg Clayton
2010-10-12Fixed the Objective C method prototypes to be correct (the selectors weren'tGreg Clayton
2010-09-29Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton
2010-09-15Fixed a missing newline when dumping mixed disassembly.Greg Clayton
2010-09-14Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton
2010-09-11Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton
2010-08-17Fixed an issue where we would return matches for DWARF in the .o files whenGreg Clayton
2010-08-17Fixed FindFunctions so it works with all the new name types for the DWARF in ...Greg Clayton
2010-08-03Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton
2010-07-28Created lldb::LanguageType by moving an enumeration from the Greg Clayton
2010-06-28Added function name types to allow us to set breakpoints by name moreGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner