summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/SymbolFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-1/+1
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-0/+6
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-0/+8
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-8/+0
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-0/+8
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-2/+2
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-2/+2
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-2/+2
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-6/+1
* Add a TypeSystem for GoRyan Brown2015-09-141-1/+4
* Fix source manager regression caused by r245905Tamas Berghammer2015-08-251-1/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-0/+51
* Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton2015-08-141-1/+8
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-3/+3
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-0/+16
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-3/+3
* Save more memory by not parsing the symbol table for stand alone DWARF files....Greg Clayton2012-04-261-4/+5
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-43/+0
* CommandObjectProcess was recently changed to automatically use the platformGreg Clayton2011-11-281-1/+46
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-5/+19
* Modified lldb_private::SymboleFile to be able to override where its TypeListGreg Clayton2010-11-101-1/+7
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+50
OpenPOWER on IntegriCloud