summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/SymbolFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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