summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-0/+2
* [LLDB] [PECOFF] Make sure to set the address byte size in m_data after parsin...Martin Storsjö2019-12-101-7/+1
* [LLDB] Set the right address size on output DataExtractors from ObjectFileMartin Storsjö2019-12-021-1/+7
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-0/+1
* [Windows] Use information from the PE32 exceptions directory to construct unw...Aleksandr Urakov2019-10-111-0/+5
* Replace regex match with rfind (NFCish)Adrian Prantl2019-10-081-16/+15
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-10/+7
* Add llvm-style RTTI to ObjectFile hierarchyPavel Labath2019-07-311-0/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-19/+17
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-121-0/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Move UnwindTable from ObjectFile to ModulePavel Labath2019-02-141-5/+3
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-18/+18
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-3/+1
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-101-0/+60
* Revert "Introduce ObjectFileBreakpad"Shafik Yaghmour2018-12-071-60/+0
* Introduce ObjectFileBreakpadPavel Labath2018-12-071-0/+60
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-141-0/+4
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-141-4/+0
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-141-0/+4
* Re-land "Extract construction of DataBufferLLVM into FileSystem"Jonas Devlieghere2018-11-121-7/+7
* Revert "Extract construction of DataBufferLLVM into FileSystem"Davide Italiano2018-11-121-7/+7
* Extract construction of DataBufferLLVM into FileSystemJonas Devlieghere2018-11-101-7/+7
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+2
* [FileSystem] Remove GetByteSize() from FileSpecJonas Devlieghere2018-11-011-2/+3
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-0/+1
* [LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar2018-10-101-0/+1
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-0/+1
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-37/+37
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+1
* Add .debug_names section glue codePavel Labath2018-06-011-0/+1
* Remove unused include, and corresponding library dependency.James Y Knight2018-05-241-1/+0
* Add support to object files for accessing the .debug_types sectionGreg Clayton2018-05-081-0/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-35/+31
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-0/+1
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-30/+19
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-21/+12
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-12/+21
* Make sure DataBufferLLVM contents are writablePavel Labath2017-12-211-0/+5
* ObjectFile: remove ReadSectionData/MemoryMapSectionData mutual recursionPavel Labath2017-12-141-16/+0
* Improve FreeBSD kernel debuggingEd Maste2017-10-021-6/+16
* Add support for the DWP debug info formatTamas Berghammer2017-08-251-0/+1
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-4/+7
* Rename Error -> Status.Zachary Turner2017-05-121-7/+7
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-061-4/+6
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
OpenPOWER on IntegriCloud