summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix comment - Module::PrepareForFunctionNameLookup should be Module::LookupIn...Dawn Perchik2016-09-301-1/+1
* Change Module::RemapPath to use StringRef.Zachary Turner2016-09-231-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-4/+4
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-151-1/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-4181/+3637
* Delete Host/windows/win32.hZachary Turner2016-08-091-8/+8
* Fix incorrect form test in SymbolFileDWARFPavel Labath2016-07-261-1/+1
* Typo corrections identified by codespellEd Maste2016-07-191-1/+1
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-7/+13
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-3/+16
* LLDB needs to be able to handle DW_AT_GNU_dwo_name that are relative to the D...Greg Clayton2016-06-021-0/+16
* Fixed a problem where -gmodules debug info would be loaded by the DWO file su...Greg Clayton2016-06-021-0/+6
* [LLDB] Make sure that indexing is done before clearing DIE infoCameron Desrochers2016-05-301-17/+68
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-1/+1
* Make sure that the following SymbolFileDWARF functions can handle getting a l...Greg Clayton2016-04-251-9/+51
* Fixed an issue where if we have DWARF in an executable that has multiple lang...Greg Clayton2016-04-011-2/+11
* When support for DWO files was added, there were two ways to pass lldb::user_...Greg Clayton2016-03-301-139/+88
* Fix infinite recursion in DWO file parsingPavel Labath2016-03-291-0/+32
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-281-19/+20
* Fixed a bug where DW_AT_start_scope would fall through to DW_AT_artificial in...Greg Clayton2016-03-181-32/+33
* Add support for DW_OP_push_object_address in dwarf expressionsTamas Berghammer2016-02-261-2/+1
* Handle the case when a variable is only valid in part of the enclosing scopeTamas Berghammer2016-02-251-9/+42
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-5/+13
* Fixed many issues that were causing differing type definition issues to show ...Greg Clayton2016-02-091-0/+2
* Removed a redundant function call after review.Sean Callanan2016-01-141-2/+0
* Enable the use of modules in the expression parser by default.Sean Callanan2016-01-141-2/+35
* Fixed a crasher when dealing with table entries that have blank names.Sean Callanan2016-01-141-0/+3
* Don't try to parse the line table when it isn't specifiedTamas Berghammer2016-01-111-6/+11
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-0/+52
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-171-1/+4
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+54
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-30/+145
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-145/+30
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-30/+145
* Differential Revision: http://reviews.llvm.org/D14538Aidan Dodds2015-11-101-1/+1
* Changes for Bug 25251Ravitheja Addepally2015-11-031-6/+6
* Re-commit "Make dwarf parsing multi-threaded"Tamas Berghammer2015-10-231-22/+64
* Make SymbolFileDWARF::GetCachedSectionData thread safeTamas Berghammer2015-10-221-79/+56
* Revert "Make dwarf parsing multi-threaded"Tamas Berghammer2015-10-201-57/+23
* Make dwarf parsing multi-threadedTamas Berghammer2015-10-201-23/+57
* Fix a crash, an UB and add some assert to dwo symbol file handlingTamas Berghammer2015-10-091-0/+2
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-1/+13
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-13/+13
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-13/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-1/+13
* [LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addressesJaydeep Patil2015-09-221-1/+24
* Further reduction of Clang-related header inclusion.Bruce Mitchener2015-09-211-0/+2
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-14/+0
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-16/+3
OpenPOWER on IntegriCloud