summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/SymbolFile.cpp
AgeCommit message (Expand)Author
2018-10-22[SymbolFile] Add the module lock where necessary and assert that we own it.Jonas Devlieghere
2018-05-31Remove append parameter to FindGlobalVariablesPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-04-28Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-02-10Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra
2015-12-08Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton
2015-12-02Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer
2015-12-02Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton
2015-10-08Testcase and fix for bug 24074Ravitheja Addepally
2015-09-23Revert 248366 "Testcase and fix for bug 24074"Enrico Granata
2015-09-23Testcase and fix for bug 24074Ravitheja Addepally
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-09-14Add a TypeSystem for GoRyan Brown
2015-08-25Fix source manager regression caused by r245905Tamas Berghammer
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-14Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton
2014-04-20Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-04-18After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton
2013-04-18Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton
2012-04-26Save more memory by not parsing the symbol table for stand alone DWARF files....Greg Clayton
2012-01-05Added code in the Host layer that can report system log messagesGreg Clayton
2011-11-28CommandObjectProcess was recently changed to automatically use the platformGreg Clayton
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2010-11-10Modified lldb_private::SymboleFile to be able to override where its TypeListGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner