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
*
[lldb/DWARF] Move location list sections into DWARFContext
Pavel Labath
2020-01-14
1
-0
/
+4
*
[lldb] Remove various dead Compare functions
Alex Langford
2020-01-08
1
-23
/
+0
*
[lldb] Migrate VMRange::Dump to raw_ostream
Raphael Isemann
2019-12-06
1
-1
/
+1
*
[lldb] Add boilerplate to recognize the .debug_rnglists.dwo section
Pavel Labath
2019-11-26
1
-0
/
+2
*
Implement DW_OP_convert
Adrian Prantl
2019-09-10
1
-4
/
+0
*
ObjectFileELF: permit thread-local sections with overlapping file addresses
Pavel Labath
2019-08-06
1
-1
/
+1
*
Recognise debug_types.dwo as a debug info section
Pavel Labath
2019-06-12
1
-0
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-7
/
+7
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LLDB] - Recommit r346848 "[LLDB] - Support the single file split DWARF.".
George Rimar
2018-11-14
1
-0
/
+8
*
Revert r346848 "[LLDB] - Support the single file split DWARF."
George Rimar
2018-11-14
1
-8
/
+0
*
[LLDB] - Support the single file split DWARF.
George Rimar
2018-11-14
1
-0
/
+8
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-7
/
+7
*
[LLDB] - Implement the support for the .debug_loclists section.
George Rimar
2018-10-23
1
-0
/
+2
*
[LLDB] - Add basic support for .debug_rnglists section (DWARF5)
George Rimar
2018-10-10
1
-0
/
+2
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
1
-0
/
+2
*
Add .debug_names section glue code
Pavel Labath
2018-06-01
1
-0
/
+2
*
Add support to object files for accessing the .debug_types section
Greg Clayton
2018-05-08
1
-0
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-7
/
+5
*
Support reading section ".gnu_debugaltlink"
Jan Kratochvil
2018-04-29
1
-4
/
+5
*
Improve LLDB's handling of non-local minidumps
Leonard Mosescu
2018-04-18
1
-2
/
+3
*
Improve FreeBSD kernel debugging
Ed Maste
2017-10-02
1
-3
/
+3
*
Add support for the DWP debug info format
Tamas Berghammer
2017-08-25
1
-0
/
+2
*
Fix backtrace of noreturn functions situated at the end of a module
Pavel Labath
2017-06-08
1
-11
/
+11
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+11
*
Break some dependencies in lldbUtility.
Zachary Turner
2017-02-01
1
-1
/
+94
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-519
/
+410
*
Since our expression parser needs to locate areas of memory that are not in u...
Greg Clayton
2016-06-09
1
-62
/
+81
*
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
[next]