Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
Core
/
Section.cpp
004bcb7
[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
by George Rimar
· 7 years ago
7cdb22b
Revert r346848 "[LLDB] - Support the single file split DWARF."
by George Rimar
· 7 years ago
98963db
[LLDB] - Support the single file split DWARF.
by George Rimar
· 7 years ago
672d2c1
Remove comments after header includes.
by Jonas Devlieghere
· 7 years ago
e4dee26
[LLDB] - Implement the support for the .debug_loclists section.
by George Rimar
· 7 years ago
6e35712
[LLDB] - Add basic support for .debug_rnglists section (DWARF5)
by George Rimar
· 7 years ago
c6c7bfc
[LLDB] - Improved DWARF5 support.
by George Rimar
· 7 years ago
a041d84
Add .debug_names section glue code
by Pavel Labath
· 7 years ago
2550ca1
Add support to object files for accessing the .debug_types section
by Greg Clayton
· 7 years ago
0509724
Reflow paragraphs in comments.
by Adrian Prantl
· 7 years ago
e4777a9
Support reading section ".gnu_debugaltlink"
by Jan Kratochvil
· 7 years ago
47196a2
Improve LLDB's handling of non-local minidumps
by Leonard Mosescu
· 7 years ago
d13f691
Improve FreeBSD kernel debugging
by Ed Maste
· 8 years ago
963ce48
Add support for the DWP debug info format
by Tamas Berghammer
· 8 years ago
c3c7212
Fix backtrace of noreturn functions situated at the end of a module
by Pavel Labath
· 8 years ago
2f3df61
iwyu fixes for lldbCore.
by Zachary Turner
· 8 years ago
df44988
Break some dependencies in lldbUtility.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
3385fa0
Since our expression parser needs to locate areas of memory that are not in use when you have a process that can't JIT code, like core file debugging, the core file process plug-ins should be able to override the Process::GetMemoryRegionInfo(...) function.
by Greg Clayton
· 9 years ago
9d9b46b
Remove unnecessary <limits> includes.
by Jim Ingham
· 10 years ago
1c58d5a
Actually implement Section::GetSectionData.
by Jim Ingham
· 10 years ago
5023257
Move some functions from source/lldb.cpp to Utility.
by Zachary Turner
· 11 years ago
f03e6d84
Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections
by Matthew Gardiner
· 11 years ago
48672af
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
by Greg Clayton
· 11 years ago
fd8ae3a
Replace SIZE_T_MAX with std::numeric_limits value in Section.cpp.
by Todd Fiala
· 11 years ago
3698a71
Don't assert and crash when sections are malformed.
by Greg Clayton
· 11 years ago
d5944cd
For logical backtrace work, lldb needs to track Module unloads etc & symoblicate an address based on a point in time
by Greg Clayton
· 12 years ago
20eb31b
Add a new Section::SetFileAddress method to change a Section's file address.
by Jason Molenda
· 12 years ago
3046e66
Cleanup on the unified section list changes. Main changes are:
by Greg Clayton
· 12 years ago
a7499c9
Split symbol support for ELF and Linux.
by Michael Sartain
· 12 years ago
d8c3d4b
Implemented a types.py module that allows types to be inspected for padding.
by Greg Clayton
· 12 years ago
9422dd6
<rdar://problem/13338643>
by Greg Clayton
· 13 years ago
c7bece56
<rdar://problem/13069948>
by Greg Clayton
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
fc6d50e
Fixed an indentation issue that only shows up when dumping .o files that use linked addresses (DWARF in .o files with debug map).
by Greg Clayton
· 13 years ago
27e02d0
Added a check to the Section to make sure we don't
by Sean Callanan
· 13 years ago
7820bd1
<rdar://problem/11357711>
by Greg Clayton
· 13 years ago
5677536
Committed a change to the SectionList that introduces
by Sean Callanan
· 13 years ago
741f3f9
lldb_private::Section objects have a boolean flag that can be set that
by Greg Clayton
· 14 years ago
e72dfb3
<rdar://problem/10103468>
by Greg Clayton
· 14 years ago
c966054
<rdar://problem/10560053>
by Greg Clayton
· 14 years ago
44435ed
Big change in the way ObjectFile file contents are managed. We now
by Greg Clayton
· 14 years ago
4017fa3
<rdar://problem/10652336>
by Greg Clayton
· 14 years ago
81c22f6
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
by Greg Clayton
· 14 years ago
56d9a1b
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
by Greg Clayton
· 14 years ago
644247c
Added "target variable" command that allows introspection of global
by Greg Clayton
· 14 years ago
e0d378b
Fixed the LLDB build so that we can have private types, private enums and
by Greg Clayton
· 15 years ago
10177aa
Added the ability to dump sections to a certain depth (for when sections
by Greg Clayton
· 15 years ago
f669358
Improved the "image dump section" command output by making sure
by Greg Clayton
· 15 years ago
65e364e
Fixed an issue when debugging with DWARF in the .o files where
by Greg Clayton
· 15 years ago
73b472d
Updated the lldb_private::Flags class to have better method names and made
by Greg Clayton
· 15 years ago
8941142
Hooked up ability to look up data symbols so they show up in disassembly
by Greg Clayton
· 15 years ago
f5e56de
Moved the section load list up into the target so we can use the target
by Greg Clayton
· 15 years ago
016a95e
Looking at some of the test suite failures in DWARF in .o files with the
by Greg Clayton
· 15 years ago
4ceb998
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
by Greg Clayton
· 15 years ago
70e33eb
Allow searching for a section by SectionType.
by Greg Clayton
· 15 years ago
dda4f7b
Centralized all disassembly into static functions in source/Core/Disassembler.cpp.
by Greg Clayton
· 15 years ago
8d38ac4
Fixed debug map in executable + DWARF in .o debugging on Mac OS X.
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago