summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Section.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* <rdar://problem/10103468>Greg Clayton2012-02-241-121/+125
* <rdar://problem/10560053>Greg Clayton2012-02-051-29/+0
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-89/+12
* <rdar://problem/10652336>Greg Clayton2012-01-061-1/+1
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-1/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-1/+3
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-2/+19
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-4/+5
* Improved the "image dump section" command output by making sureGreg Clayton2010-12-071-4/+5
* Fixed an issue when debugging with DWARF in the .o files whereGreg Clayton2010-12-071-4/+2
* Updated the lldb_private::Flags class to have better method names and madeGreg Clayton2010-10-271-1/+1
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-11/+11
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-16/+16
* Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton2010-09-141-2/+5
* Modified both the ObjectFileMachO and ObjectFileELF to correctly set theGreg Clayton2010-07-211-1/+7
* Allow searching for a section by SectionType.Greg Clayton2010-07-211-0/+17
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-4/+20
* Fixed debug map in executable + DWARF in .o debugging on Mac OS X.Greg Clayton2010-06-281-121/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+791
OpenPOWER on IntegriCloud