summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-301-2/+2
* Fix infinite recursion in DWO file parsingPavel Labath2016-03-291-37/+3
* Add a set of new plugins to handle Java debuggingTamas Berghammer2016-02-261-3/+9
* [RenderScript] Use LLVM DWARF language enumEwan Crawford2016-02-031-1/+1
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-171-3/+4
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-40/+201
* Code cleanup in preparation of adding split dwarf supportTamas Berghammer2015-09-091-40/+0
* Move more functionality from the LanguageRuntimes to the Languages.Jim Ingham2015-09-021-4/+3
* More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...Greg Clayton2015-08-271-4/+4
* Major DWARF cleanup.Greg Clayton2015-08-261-84/+89
* http://reviews.llvm.org/D12380: remove DWARFCompileUnit printf spam.Todd Fiala2015-08-261-1/+0
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-4/+2
* Fix buffer overflow for fixed_form_sizesTamas Berghammer2015-08-251-2/+4
* Fix BuildAddressRangeTable function when no debug arranges presentTamas Berghammer2015-08-211-2/+4
* Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton2015-08-141-2/+1
* Remove printf most likely left from some debugging sectionTamas Berghammer2015-08-121-1/+0
* Move the computation of whether a DWARF compile unitJason Molenda2015-07-311-1/+27
* Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton2015-07-081-6/+10
* Fix enum LanguageType values and language string table lookups.Dawn Perchik2015-06-171-2/+18
* Fix a few compile warningsIlia K2015-05-131-1/+1
* Placate clang. lldb can build on FreeBSD with -Werror again.Davide Italiano2015-04-211-1/+1
* This patch implements several improvements to theSean Callanan2015-04-201-0/+25
* [DWARF] If linkages names are missing, use decl context to get qualified names.Siva Chandra2015-03-241-0/+15
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-3/+4
* Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly beca...Greg Clayton2014-11-221-1/+1
* DWARF64 FixesTodd Fiala2014-09-111-5/+22
* Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...Greg Clayton2014-03-141-8/+33
* If DWARF debug info and verbose mode is enabled ("log enable dwarf info verbo...Greg Clayton2014-03-121-4/+8
* Introduce DWARFDataExtractor for 64-Bit DWARF parsingEd Maste2013-10-241-4/+4
* Remove unused DWARFCompileUnit::Extract variantEd Maste2013-10-171-24/+0
* Adding support for extracting line table information from .o files that do no...Enrico Granata2013-06-271-10/+17
* When parsing dwarf, add C functions to the fullname index.Matt Kopec2013-04-221-0/+5
* <rdar://problem/13384801>Greg Clayton2013-04-031-5/+6
* <rdar://problem/13521159>Greg Clayton2013-03-271-7/+7
* Fix clang warnings related to python macro redefinition and printf format spe...Matt Kopec2013-02-211-1/+1
* <rdar://problem/9141269>Greg Clayton2013-01-301-21/+15
* <rdar://problem/13069948>Greg Clayton2013-01-251-5/+5
* Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...Greg Clayton2012-12-121-0/+27
* Make sure to check for DW_AT_linkage_name to get the mangled name in the DWAR...Greg Clayton2012-12-081-0/+1
* <rdar://problem/12636970>Greg Clayton2012-11-271-1/+2
* <rdar://problem/12636970>Greg Clayton2012-11-271-19/+82
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-2/+6
* Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...Greg Clayton2012-07-181-3/+3
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-9/+6
* Added the ability to log a message with a backtrace when verbose logging is e...Greg Clayton2012-04-231-3/+3
* Fixed an issue with the Instruction subclasses where the strings mightGreg Clayton2012-01-191-6/+5
* Added an extra way to chop up an objective C prototype and use it where neces...Greg Clayton2012-01-191-1/+5
* <rdar://problem/10681814>Greg Clayton2012-01-121-1/+46
* We finalized on the new .apple_types accelerator table format where we don'tGreg Clayton2012-01-061-1/+1
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-14/+13
OpenPOWER on IntegriCloud