summaryrefslogtreecommitdiff
path: root/lldb/source/Core/Section.cpp
AgeCommit message (Expand)Author
2017-10-02Improve FreeBSD kernel debuggingEd Maste
2017-08-25Add support for the DWP debug info formatTamas Berghammer
2017-06-08Fix backtrace of noreturn functions situated at the end of a modulePavel Labath
2017-04-06iwyu fixes for lldbCore.Zachary Turner
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-06-09Since our expression parser needs to locate areas of memory that are not in u...Greg Clayton
2016-03-15Remove unnecessary <limits> includes.Jim Ingham
2015-11-04Actually implement Section::GetSectionData.Jim Ingham
2015-03-18Move some functions from source/lldb.cpp to Utility.Zachary Turner
2014-09-29Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sectionsMatthew Gardiner
2014-06-24Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.Greg Clayton
2014-05-14Replace SIZE_T_MAX with std::numeric_limits value in Section.cpp.Todd Fiala
2014-05-14Don't assert and crash when sections are malformed.Greg Clayton
2013-12-06For logical backtrace work, lldb needs to track Module unloads etc & symoblic...Greg Clayton
2013-08-16Add a new Section::SetFileAddress method to change a Section's fileJason Molenda
2013-07-10Cleanup on the unified section list changes. Main changes are:Greg Clayton
2013-07-01Split symbol support for ELF and Linux.Michael Sartain
2013-06-19Implemented a types.py module that allows types to be inspected for padding.Greg Clayton
2013-03-04<rdar://problem/13338643>Greg Clayton
2013-01-25<rdar://problem/13069948>Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-11Fixed an indentation issue that only shows up when dumping .o files that use ...Greg Clayton
2012-07-12Added a check to the Section to make sure we don'tSean Callanan
2012-07-07<rdar://problem/11357711>Greg Clayton
2012-06-08Committed a change to the SectionList that introducesSean Callanan
2012-03-27lldb_private::Section objects have a boolean flag that can be set that Greg Clayton
2012-02-24<rdar://problem/10103468>Greg Clayton
2012-02-05<rdar://problem/10560053>Greg Clayton
2012-01-12Big change in the way ObjectFile file contents are managed. We nowGreg Clayton
2012-01-06<rdar://problem/10652336>Greg Clayton
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton
2011-08-22Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton
2011-07-07Added "target variable" command that allows introspection of globalGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2010-12-08Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton
2010-12-07Improved the "image dump section" command output by making sureGreg Clayton
2010-12-07Fixed an issue when debugging with DWARF in the .o files whereGreg Clayton
2010-10-27Updated the lldb_private::Flags class to have better method names and madeGreg Clayton
2010-10-08Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton
2010-09-14Looking at some of the test suite failures in DWARF in .o files with theGreg Clayton
2010-07-21Modified both the ObjectFileMachO and ObjectFileELF to correctly set theGreg Clayton
2010-07-21Allow searching for a section by SectionType.Greg Clayton
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton
2010-06-28Fixed debug map in executable + DWARF in .o debugging on Mac OS X.Greg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner