summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Section.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <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