index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Core
/
Section.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary <limits> includes.
Jim Ingham
2016-03-15
1
-2
/
+0
*
Actually implement Section::GetSectionData.
Jim Ingham
2015-11-04
1
-0
/
+19
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
1
-0
/
+1
*
Very minimal support 24-bit kalimbas. Vanilla "memory read" for data sections
Matthew Gardiner
2014-09-29
1
-5
/
+9
*
Patch from Keno Fischer to enable JITLoaderGDB with mach-o file support.
Greg Clayton
2014-06-24
1
-1
/
+5
*
Replace SIZE_T_MAX with std::numeric_limits value in Section.cpp.
Todd Fiala
2014-05-14
1
-1
/
+4
*
Don't assert and crash when sections are malformed.
Greg Clayton
2014-05-14
1
-11
/
+16
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Add a new Section::SetFileAddress method to change a Section's file
Jason Molenda
2013-08-16
1
-0
/
+18
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-34
/
+5
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-9
/
+51
*
Implemented a types.py module that allows types to be inspected for padding.
Greg Clayton
2013-06-19
1
-2
/
+2
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-188
/
+17
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-11
/
+11
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-5
/
+5
*
Fixed an indentation issue that only shows up when dumping .o files that use ...
Greg Clayton
2012-10-11
1
-1
/
+1
*
Added a check to the Section to make sure we don't
Sean Callanan
2012-07-12
1
-0
/
+5
*
<rdar://problem/11357711>
Greg Clayton
2012-07-07
1
-1
/
+1
*
Committed a change to the SectionList that introduces
Sean Callanan
2012-06-08
1
-14
/
+78
*
lldb_private::Section objects have a boolean flag that can be set that
Greg Clayton
2012-03-27
1
-0
/
+4
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-121
/
+125
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-29
/
+0
*
Big change in the way ObjectFile file contents are managed. We now
Greg Clayton
2012-01-12
1
-89
/
+12
*
<rdar://problem/10652336>
Greg Clayton
2012-01-06
1
-1
/
+1
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-1
/
+1
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-1
/
+3
*
Added "target variable" command that allows introspection of global
Greg Clayton
2011-07-07
1
-2
/
+19
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
1
-4
/
+5
*
Improved the "image dump section" command output by making sure
Greg Clayton
2010-12-07
1
-4
/
+5
*
Fixed an issue when debugging with DWARF in the .o files where
Greg Clayton
2010-12-07
1
-4
/
+2
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-1
/
+1
*
Hooked up ability to look up data symbols so they show up in disassembly
Greg Clayton
2010-10-08
1
-11
/
+11
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-16
/
+16
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-2
/
+5
*
Modified both the ObjectFileMachO and ObjectFileELF to correctly set the
Greg Clayton
2010-07-21
1
-1
/
+7
*
Allow searching for a section by SectionType.
Greg Clayton
2010-07-21
1
-0
/
+17
*
Centralized all disassembly into static functions in source/Core/Disassembler...
Greg Clayton
2010-06-30
1
-4
/
+20
*
Fixed debug map in executable + DWARF in .o debugging on Mac OS X.
Greg Clayton
2010-06-28
1
-121
/
+0
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+791