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
/
DWARFDebugInfoEntry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched
Jan Kratochvil
2018-04-30
1
-6
/
+14
*
Reapply "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWA...
Jan Kratochvil
2018-04-14
1
-2
/
+2
*
Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWAR...
Jan Kratochvil
2018-04-06
1
-2
/
+2
*
Cleanup DWARFCompileUnit and DWARFUnit in preparation for adding DWARFTypeUnit
Greg Clayton
2018-04-05
1
-2
/
+2
*
Move the codebase to use: DWARFCompileUnit -> DWARFUnit
Jan Kratochvil
2018-03-18
1
-41
/
+41
*
Due to changes for DWZ I would need to update those such as renaming it to
Jan Kratochvil
2017-11-25
1
-13
/
+0
*
Fix DW_FORM_strp parsing
Jan Kratochvil
2017-09-05
1
-4
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
[DWARF parser] Produce correct template parameter packs
Sean Callanan
2017-05-11
1
-0
/
+2
*
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
-44
/
+1
*
Add support for DW_AT_ranges_base attribute
Tamas Berghammer
2016-09-15
1
-3
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1730
/
+1570
*
Fix DW_AT_specification handling in DWO files
Pavel Labath
2016-05-05
1
-1
/
+1
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Don't crash if we have a DIE that has a DW_AT_ranges attribute and yet the Sy...
Greg Clayton
2016-02-12
1
-5
/
+13
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-1
/
+1
*
Add support for the DWARFLocationList used by split-dwarf
Tamas Berghammer
2015-09-16
1
-5
/
+10
*
Add basic fission support to SymbolFileDWARF
Tamas Berghammer
2015-09-09
1
-137
/
+176
*
More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...
Greg Clayton
2015-08-27
1
-287
/
+13
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-212
/
+112
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-32
/
+36
*
Fix buffer overflow for fixed_form_sizes
Tamas Berghammer
2015-08-25
1
-8
/
+9
*
Parse function name from DWARF DW_AT_abstract_origin
Tamas Berghammer
2015-05-27
1
-9
/
+13
*
Take extra care to ensure we don't deref a NULL pointer.
Greg Clayton
2015-01-16
1
-14
/
+18
*
Audit uses of ConstString::AsCString() to make sure they weren't assuming
Jim Ingham
2014-12-19
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
-29
/
+30
*
DWARF64 Fixes
Todd Fiala
2014-09-11
1
-17
/
+13
*
Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...
Greg Clayton
2014-03-14
1
-0
/
+34
*
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
Ed Maste
2013-10-24
1
-14
/
+14
*
Added support for reading thread-local storage variables, as defined using th...
Richard Mitton
2013-10-17
1
-2
/
+4
*
Fix a bunch of compile time warnings and a build failure on ubuntu.
Eric Christopher
2013-08-30
1
-4
/
+4
*
Add explicit braces to quiet the "avoid dangling else" warning from clang.
Greg Clayton
2013-07-25
1
-0
/
+2
*
Fixes LLDB address ranges with gcc 4.8
Ashok Thirumurthi
2013-07-25
1
-10
/
+78
*
Fix issues with GCC debugging. GCC emits DWARF in unique ways that LLDB wasn'...
Greg Clayton
2013-07-15
1
-0
/
+10
*
<rdar://problem/13561911>
Greg Clayton
2013-04-03
1
-2
/
+12
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-36
/
+36
*
Make sure to check for DW_AT_linkage_name to get the mangled name in the DWAR...
Greg Clayton
2012-12-08
1
-0
/
+6
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-16
/
+39
*
Ashok Thirumurthi patch to enable the latest and greatest DWARF forms from th...
Greg Clayton
2012-09-27
1
-42
/
+70
*
<rdar://problem/11740973>
Greg Clayton
2012-07-12
1
-2
/
+0
*
<rdar://problem/11291668>
Greg Clayton
2012-04-24
1
-0
/
+31
*
Fixed an issue where we might accept the wrong type when completing
Greg Clayton
2012-02-02
1
-0
/
+12
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-8
/
+11
*
<rdar://problem/10507811>
Greg Clayton
2012-01-04
1
-23
/
+37
*
<rdar://problem/10551280>
Greg Clayton
2011-12-29
1
-2
/
+11
*
CommandObjectProcess was recently changed to automatically use the platform
Greg Clayton
2011-11-28
1
-0
/
+155
*
Shrink-to-fit our std::vector<DWARFDebugInfoEntry> collections and save 20%
Greg Clayton
2011-11-22
1
-2
/
+2
*
Further performance improvements in the DWARF parser:
Greg Clayton
2011-11-19
1
-2
/
+29
[prev]
[next]