summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF
Commit message (Expand)AuthorAgeFilesLines
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-032-5/+5
* Move Log from Core -> Utility.Zachary Turner2017-03-036-6/+6
* Remove some dead code in FileSpec.Zachary Turner2017-03-033-1/+5
* Fix various warnings. NFCZachary Turner2017-03-021-2/+2
* Reapply "Refactor log channel registration mechanism"Pavel Labath2017-02-173-221/+34
* Revert "Refactor log channel registration mechanism"Pavel Labath2017-02-153-26/+221
* Refactor log channel registration mechanismPavel Labath2017-02-153-221/+26
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+2
* Convert Log class to llvm streamsPavel Labath2017-02-102-2/+4
* Remove the verbose category in the dwarf channelPavel Labath2017-02-063-9/+3
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-062-3/+6
* Move classes from Core -> Utility.Zachary Turner2017-02-0222-28/+28
* [CMake] [4/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+17
* Remove a couple of Stream flagsPavel Labath2017-01-135-75/+2
* Remove an incorrect byte size calculation in DWARFASTParserClangTamas Berghammer2017-01-071-1/+1
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-064-10/+6
* Fix incorrectly named variables.Jim Ingham2016-12-151-1/+1
* Adopt PrettyStackTrace in LLDBSean Callanan2016-12-141-10/+7
* [lldb] Update the check for Linux or FreeBSD in SymbolFileDWARF::FindFunctionsAlexander Shaposhnikov2016-12-051-2/+1
* [lldb] Fix compilation of SymbolFileDWARF.cpp with ENABLE_DEBUG_PRINTF setAlexander Shaposhnikov2016-11-291-1/+2
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* Improve detection of global vs local variablesSam McCall2016-11-221-12/+16
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-163-4/+4
* Remove TimeValue usage from Core/ModulePavel Labath2016-11-092-14/+13
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Remove TimeValue usage from FileSpec.hPavel Labath2016-11-012-1/+3
* Rename DWARF 5 constants to adapt to change in LLVMAdrian Prantl2016-10-281-4/+4
* Fix a few warnings caught by clang.Zachary Turner2016-10-072-2/+2
* Convert UniqueCStringMap to use StringRef.Zachary Turner2016-10-063-13/+13
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-57/+57
* Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""Mehdi Amini2016-10-051-57/+57
* Re-commit "Use StringRef in Support/Darf APIs (NFC)"Mehdi Amini2016-10-051-57/+57
* Fix comment - Module::PrepareForFunctionNameLookup should be Module::LookupIn...Dawn Perchik2016-09-301-1/+1
* Change Module::RemapPath to use StringRef.Zachary Turner2016-09-232-2/+2
* Make lldb::Regex use StringRef.Zachary Turner2016-09-215-24/+29
* Add support for DW_AT_ranges_base attributeTamas Berghammer2016-09-156-14/+24
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-0667-22443/+20035
* Delete Host/windows/win32.hZachary Turner2016-08-097-17/+18
* Support for OCaml native debuggingTamas Berghammer2016-08-024-0/+294
* Fix incorrect form test in SymbolFileDWARFPavel Labath2016-07-262-1/+2
* Typo corrections identified by codespellEd Maste2016-07-192-2/+2
* Dwarf parser: don't lookup void typedefs in the DWOPavel Labath2016-07-121-1/+1
* Fix it so that we only grab the typedef from the module DWARF file if the typ...Greg Clayton2016-07-071-24/+36
* Fix DWARF 4 bitfield support in LLDB to support the DW_AT_data_bit_offset att...Greg Clayton2016-07-071-8/+18
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-054-17/+33
* Added support for thread local variables on all Apple OS variants.Greg Clayton2016-07-011-3/+16
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-8/+7
* Handle variadic Objective-C methods from DWARF correctly.Sean Callanan2016-06-241-1/+2
* Fixed C++ template integer parameter types to work correctly when the integer...Greg Clayton2016-06-101-1/+1
* Fix a printf warning.Greg Clayton2016-06-031-2/+1
OpenPOWER on IntegriCloud