summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Section.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-141-0/+4
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-081-23/+0
* [lldb] Migrate VMRange::Dump to raw_ostreamRaphael Isemann2019-12-061-1/+1
* [lldb] Add boilerplate to recognize the .debug_rnglists.dwo sectionPavel Labath2019-11-261-0/+2
* Implement DW_OP_convertAdrian Prantl2019-09-101-4/+0
* ObjectFileELF: permit thread-local sections with overlapping file addressesPavel Labath2019-08-061-1/+1
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-121-0/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-7/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-3/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".George Rimar2018-11-141-0/+8
* Revert r346848 "[LLDB] - Support the single file split DWARF."George Rimar2018-11-141-8/+0
* [LLDB] - Support the single file split DWARF.George Rimar2018-11-141-0/+8
* Remove comments after header includes.Jonas Devlieghere2018-11-111-7/+7
* [LLDB] - Implement the support for the .debug_loclists section.George Rimar2018-10-231-0/+2
* [LLDB] - Add basic support for .debug_rnglists section (DWARF5)George Rimar2018-10-101-0/+2
* [LLDB] - Improved DWARF5 support.George Rimar2018-09-131-0/+2
* Add .debug_names section glue codePavel Labath2018-06-011-0/+2
* Add support to object files for accessing the .debug_types sectionGreg Clayton2018-05-081-0/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+5
* Support reading section ".gnu_debugaltlink"Jan Kratochvil2018-04-291-4/+5
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-181-2/+3
* Improve FreeBSD kernel debuggingEd Maste2017-10-021-3/+3
* Add support for the DWP debug info formatTamas Berghammer2017-08-251-0/+2
* Fix backtrace of noreturn functions situated at the end of a modulePavel Labath2017-06-081-11/+11
* iwyu fixes for lldbCore.Zachary Turner2017-04-061-0/+11
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+94
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-519/+410
* Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton2016-06-091-62/+81
* Remove unnecessary <limits> includes.Jim Ingham2016-03-151-2/+0
* Actually implement Section::GetSectionData.Jim Ingham2015-11-041-0/+19
* Move some functions from source/lldb.cpp to Utility.Zachary Turner2015-03-181-0/+1
* Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner2014-09-291-5/+9
* Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton2014-06-241-1/+5
* Replace SIZE_T_MAX with std::numeric_limits value in Section.cpp.Todd Fiala2014-05-141-1/+4
* Don't assert and crash when sections are malformed.Greg Clayton2014-05-141-11/+16
* For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton2013-12-061-0/+1
* Add a new Section::SetFileAddress method to change a Section's fileJason Molenda2013-08-161-0/+18
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-34/+5
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-9/+51
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-191-2/+2
* <rdar://problem/13338643>Greg Clayton2013-03-041-188/+17
* <rdar://problem/13069948>Greg Clayton2013-01-251-11/+11
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-5/+5
* Fixed an indentation issue that only shows up when dumping .o files that use ...Greg Clayton2012-10-111-1/+1
* Added a check to the Section to make sure we don'tSean Callanan2012-07-121-0/+5
* <rdar://problem/11357711>Greg Clayton2012-07-071-1/+1
* Committed a change to the SectionList that introducesSean Callanan2012-06-081-14/+78
* lldb_private::Section objects have a boolean flag that can be set that Greg Clayton2012-03-271-0/+4
OpenPOWER on IntegriCloud