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
/
Plugins
/
SymbolFile
/
DWARF
/
DWARFFormValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Remove various dead Compare functions
Alex Langford
2020-01-08
1
-95
/
+0
*
[lldb/DWARF] Add support for DW_AT_loclists_base&DW_FORM_loclistx
Pavel Labath
2019-12-11
1
-0
/
+3
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
1
-4
/
+5
*
Have DWARFUnit store a *reference* to SymbolFileDWARF
Pavel Labath
2019-06-14
1
-26
/
+13
*
Cleanup fixed form sizes.
Greg Clayton
2019-05-24
1
-86
/
+53
*
DWARF: Implement DW_AT_signature lookup for type unit support
Pavel Labath
2019-05-24
1
-0
/
+8
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-3
/
+3
*
DWARF: Port debug_addr over to DWARFContext
Pavel Labath
2019-05-21
1
-1
/
+2
*
DWARF: Port most of other sections over to DWARFContext
Pavel Labath
2019-05-20
1
-7
/
+12
*
Make DWARFContext dwo-aware and port debug_info sections over
Pavel Labath
2019-05-17
1
-0
/
+2
*
DWARF: Add ability to reference debug info coming from multiple sections
Pavel Labath
2019-05-16
1
-1
/
+1
*
Permit cross-CU references
Jan Kratochvil
2019-05-15
1
-10
/
+26
*
DWARF: s/CompileUnit/Unit/ in DWARFFormValue
Pavel Labath
2019-05-15
1
-44
/
+36
*
Fix a "memset clearing an object of non-trivial type" warning in DWARFFormValue
Pavel Labath
2019-03-27
1
-1
/
+1
*
Revert "Move the rest of the sections over to DWARFContext."
Pavel Labath
2019-03-22
1
-14
/
+9
*
Move the rest of the sections over to DWARFContext.
Zachary Turner
2019-03-21
1
-9
/
+14
*
Remove support for DWARF64.
Zachary Turner
2019-03-12
1
-62
/
+12
*
[lldb] Fix DW_OP_addrx uses.
Ali Tamur
2019-03-07
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
DWARF: Fix a bug in array size computation
Pavel Labath
2018-12-27
1
-12
/
+16
*
[LLDB] - Improve the support of .debug_str_offsets/.debug_str_offsets.dwo
George Rimar
2018-11-29
1
-15
/
+2
*
[LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE_* entries.
George Rimar
2018-11-02
1
-0
/
+3
*
[LLDB] - Regroup the switch entries in DWARFFormValue::ExtractValue. NFC.
George Rimar
2018-10-31
1
-60
/
+26
*
[LLDB] - Add support for DW_FORM_addrx[1-4]? forms.
George Rimar
2018-10-31
1
-1
/
+14
*
[LLDB] - Add support for DW_FORM_implicit_const.
George Rimar
2018-10-12
1
-0
/
+8
*
[LLDB] - Improved DWARF5 support.
George Rimar
2018-09-13
1
-36
/
+103
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+2
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
1
-8
/
+8
*
Fix LLDB crash accessing unknown DW_FORM_* attributes
Jan Kratochvil
2017-07-31
1
-0
/
+36
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Remove a couple of Stream flags
Pavel Labath
2017-01-13
1
-17
/
+0
*
Make lldb -Werror clean for -Wstring-conversion
David Blaikie
2017-01-06
1
-4
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-506
/
+562
*
Fix incorrect form test in SymbolFileDWARF
Pavel Labath
2016-07-26
1
-0
/
+1
*
When support for DWO files was added, there were two ways to pass lldb::user_...
Greg Clayton
2016-03-30
1
-0
/
+8
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-17
/
+20
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-25
/
+62
*
Fix buffer overflow for fixed_form_sizes
Tamas Berghammer
2015-08-25
1
-5
/
+5
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly beca...
Greg Clayton
2014-11-22
1
-54
/
+41
*
DWARF64 Fixes
Todd Fiala
2014-09-11
1
-19
/
+73
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
Ed Maste
2013-10-24
1
-6
/
+6
*
<rdar://problem/13561911>
Greg Clayton
2013-04-03
1
-5
/
+19
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-69
/
+69
*
Added support for the DWARF 4 DW_FORM values.
Greg Clayton
2012-02-22
1
-140
/
+66
*
Added a new class called lldb_private::SymbolFileType which is designed to
Greg Clayton
2011-12-08
1
-0
/
+21
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
[next]