summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Provide option to set pc of the file loaded in memory.Hafiz Abid Qadeer2017-01-241-1/+10
* Provide a substitute to load command of gdb.Hafiz Abid Qadeer2017-01-191-0/+31
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Make lldb::Regex use StringRef.Zachary Turner2016-09-211-2/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-581/+561
* Delete Host/windows/win32.hZachary Turner2016-08-091-2/+2
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-2/+2
* Fix address class lookup for absolute symbolsTamas Berghammer2016-02-261-1/+5
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-2/+0
* Add support for handling absolute symbols in ELFTamas Berghammer2016-02-251-0/+1
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-181-4/+15
* Revert "Improve the handling of missing elf symtab and missing symbol sizes"Tamas Berghammer2016-02-101-15/+4
* Improve the handling of missing elf symtab and missing symbol sizesTamas Berghammer2016-02-101-4/+15
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+1
* Fix in-memory section loading for JIT-ed code.Oleksiy Vyalov2015-12-031-0/+1
* Add support for tvos and watchos to ObjectFileMachO.Jason Molenda2015-11-101-0/+25
* Add support for .ARM.exidx unwind informationTamas Berghammer2015-09-301-0/+2
* Add an OperatingSystem plugin to support goroutinesRyan Brown2015-09-161-0/+1
* Add basic fission support to SymbolFileDWARFTamas Berghammer2015-09-091-5/+13
* Add support for DW_FORM_GNU_[addr,str]_indexTamas Berghammer2015-08-251-0/+2
* Resubmitting 240466 after fixing the linux test suite failures.Greg Clayton2015-06-251-1/+1
* Move lldb-log.cpp to core/Logging.cppZachary Turner2015-03-181-1/+0
* The lldb unwinder can now use the unwind information from the compact-unwind Jason Molenda2014-12-081-0/+1
* Remove unreachable code.Jason Molenda2014-10-161-2/+0
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-0/+3
* Start converting usages of off_t to other types.Zachary Turner2014-07-021-7/+7
* Don't allow two threads to create/use the section list before it has been ful...Greg Clayton2014-06-161-0/+3
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-8/+8
OpenPOWER on IntegriCloud