summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
AgeCommit message (Expand)Author
2015-09-14Remove a debugging printf that got left in SymbolFileDWARFDebugMap.Jim Ingham
2015-08-26Major DWARF cleanup.Greg Clayton
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-18More abstraction to get almost all clang specific DWARF parsing code into Cla...Greg Clayton
2015-08-14Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-07-29First part of an attempt to indicate to the user when they are Jason Molenda
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton
2015-06-25Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton
2015-04-20This patch implements several improvements to theSean Callanan
2015-04-01Fixed a bug where we didn't return a value from aSean Callanan
2015-04-01Fixed the way SymbolFileDWARFDebugMap iterates across objectSean Callanan
2015-03-24Fix error introduced by changing function signatures.Zachary Turner
2015-03-24Fix record layout when synthesizing class types.Zachary Turner
2015-02-25Optimize finding the Complete Definition of an ObjC class for debug with .o f...Greg Clayton
2014-07-10Cleanup the iOS simulator code.Greg Clayton
2014-07-08Fix typos.Bruce Mitchener
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2014-03-24JITed functions can now have debug info and be debugged with debug and source...Greg Clayton
2014-02-27Fix build break due to signature change on ASTContext' setExternalSource para...Todd Fiala
2013-10-03Changed the bool conversion operator on ConstStringSean Callanan
2013-07-11Huge change to clean up types.Greg Clayton
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-07-03Workaround for infinite recursion in InitOSO->GetByteSize->GetSymbolVendor.Jim Ingham
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-06-27Adding support for extracting line table information from .o files that do no...Enrico Granata
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2013-05-22<rdar://problem/13455021>Greg Clayton
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-03-23Don't need to resolve the .o file path.Greg Clayton
2013-03-13Add a missing check for getting a NULL oso module back from GetModuleByCompUn...Jim Ingham
2013-03-13Add a missing call to GetFileRangeMap. It's absence was causing debug info f...Jim Ingham
2013-03-08<rdar://problem/13361742>Greg Clayton
2013-03-06<rdar://problem/13362109>Greg Clayton
2013-03-04<rdar://problem/13338643>Greg Clayton
2013-02-06<rdar://problem/11109570>Greg Clayton
2013-02-05<rdar://problem/12866706>Greg Clayton
2012-12-14Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton
2012-12-07Fix a few more clang (3.2) warnings on Linux:Daniel Malea
2012-10-08Make DebugMapModule destructor virtual since it inherits from Module.Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-07-17<rdar://problem/11852285>Greg Clayton
2012-07-07Fixed a crasher that happens if we try to inspectSean Callanan
2012-06-08Committed a change to the SectionList that introducesSean Callanan
2012-04-24<rdar://problem/11291668>Greg Clayton
2012-04-13Added a mechanism for keeping track of where inSean Callanan
2012-04-02<rdar://problem/11160171>Greg Clayton
2012-03-24<rdar://problem/11101372>Sean Callanan