summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-301-36/+39
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-50/+22
* Code cleanup in preparation of adding split dwarf supportTamas Berghammer2015-09-091-11/+0
* More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...Greg Clayton2015-08-271-25/+5
* Major DWARF cleanup.Greg Clayton2015-08-261-81/+41
* Improve the performance of DWARFDebugInfo::GetCompileUnitContainingDIE() by u...Greg Clayton2015-07-211-22/+41
* It's possible for this function to not be passed a CompUnit*; addJason Molenda2014-10-161-3/+16
* Make sure local var cu is non-NULL before dereferencing.Jason Molenda2014-10-151-2/+3
* Fix typos.Bruce Mitchener2014-07-081-1/+1
* cleanup unreferenced functionsSaleem Abdulrasool2014-03-201-50/+0
* Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...Greg Clayton2014-03-141-2/+1
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-2/+2
* Fixed parsing of the .debug_aranges section so that LLDB will still work corr...Richard Mitton2013-09-091-10/+27
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-6/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-6/+5
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-1/+4
* <rdar://problem/11291668>Greg Clayton2012-04-241-0/+17
* Since we use address ranges a lot I added a templatized class that allows us ...Greg Clayton2011-10-071-467/+1
* Added a new logging channel to the DWARF called "lookups":Greg Clayton2011-10-061-1/+2
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Huge memory and performance improvements in the DWARF parser.Greg Clayton2011-09-121-44/+60
* Fix a bunch of places where we were passing Stream *'s but wereJim Ingham2011-08-271-5/+5
* Fixed variable parsing to not parse block variables over and over due to anGreg Clayton2011-06-171-0/+23
* Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.Greg Clayton2011-01-081-6/+6
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-1/+1
* General command line help cleanup:Greg Clayton2010-09-181-1/+1
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-3/+3
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+1206
OpenPOWER on IntegriCloud