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
/
DWARFCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When support for DWO files was added, there were two ways to pass lldb::user_...
Greg Clayton
2016-03-30
1
-2
/
+2
*
Fix infinite recursion in DWO file parsing
Pavel Labath
2016-03-29
1
-37
/
+3
*
Add a set of new plugins to handle Java debugging
Tamas Berghammer
2016-02-26
1
-3
/
+9
*
[RenderScript] Use LLVM DWARF language enum
Ewan Crawford
2016-02-03
1
-1
/
+1
*
Inspect DW_AT_const_value global static const variables
Ewan Crawford
2015-12-17
1
-3
/
+4
*
Add basic fission support to SymbolFileDWARF
Tamas Berghammer
2015-09-09
1
-40
/
+201
*
Code cleanup in preparation of adding split dwarf support
Tamas Berghammer
2015-09-09
1
-40
/
+0
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-4
/
+3
*
More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...
Greg Clayton
2015-08-27
1
-4
/
+4
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-84
/
+89
*
http://reviews.llvm.org/D12380: remove DWARFCompileUnit printf spam.
Todd Fiala
2015-08-26
1
-1
/
+0
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-4
/
+2
*
Fix buffer overflow for fixed_form_sizes
Tamas Berghammer
2015-08-25
1
-2
/
+4
*
Fix BuildAddressRangeTable function when no debug arranges present
Tamas Berghammer
2015-08-21
1
-2
/
+4
*
Move all clang type system DWARF type parsing into ClangASTContext.cpp.
Greg Clayton
2015-08-14
1
-2
/
+1
*
Remove printf most likely left from some debugging section
Tamas Berghammer
2015-08-12
1
-1
/
+0
*
Move the computation of whether a DWARF compile unit
Jason Molenda
2015-07-31
1
-1
/
+27
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-6
/
+10
*
Fix enum LanguageType values and language string table lookups.
Dawn Perchik
2015-06-17
1
-2
/
+18
*
Fix a few compile warnings
Ilia K
2015-05-13
1
-1
/
+1
*
Placate clang. lldb can build on FreeBSD with -Werror again.
Davide Italiano
2015-04-21
1
-1
/
+1
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
1
-0
/
+25
*
[DWARF] If linkages names are missing, use decl context to get qualified names.
Siva Chandra
2015-03-24
1
-0
/
+15
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-3
/
+4
*
Fixed an issue where a DW_FORM_ref{2,4,8} might be extracted incorrectly beca...
Greg Clayton
2014-11-22
1
-1
/
+1
*
DWARF64 Fixes
Todd Fiala
2014-09-11
1
-5
/
+22
*
Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...
Greg Clayton
2014-03-14
1
-8
/
+33
*
If DWARF debug info and verbose mode is enabled ("log enable dwarf info verbo...
Greg Clayton
2014-03-12
1
-4
/
+8
*
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
Ed Maste
2013-10-24
1
-4
/
+4
*
Remove unused DWARFCompileUnit::Extract variant
Ed Maste
2013-10-17
1
-24
/
+0
*
Adding support for extracting line table information from .o files that do no...
Enrico Granata
2013-06-27
1
-10
/
+17
*
When parsing dwarf, add C functions to the fullname index.
Matt Kopec
2013-04-22
1
-0
/
+5
*
<rdar://problem/13384801>
Greg Clayton
2013-04-03
1
-5
/
+6
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-7
/
+7
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
1
-1
/
+1
*
<rdar://problem/9141269>
Greg Clayton
2013-01-30
1
-21
/
+15
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-5
/
+5
*
Allow LLDB to work with dSYM files that have a DWARF compile unit with nothin...
Greg Clayton
2012-12-12
1
-0
/
+27
*
Make sure to check for DW_AT_linkage_name to get the mangled name in the DWAR...
Greg Clayton
2012-12-08
1
-0
/
+1
*
<rdar://problem/12636970>
Greg Clayton
2012-11-27
1
-1
/
+2
*
<rdar://problem/12636970>
Greg Clayton
2012-11-27
1
-19
/
+82
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-2
/
+6
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-3
/
+3
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-9
/
+6
*
Added the ability to log a message with a backtrace when verbose logging is e...
Greg Clayton
2012-04-23
1
-3
/
+3
*
Fixed an issue with the Instruction subclasses where the strings might
Greg Clayton
2012-01-19
1
-6
/
+5
*
Added an extra way to chop up an objective C prototype and use it where neces...
Greg Clayton
2012-01-19
1
-1
/
+5
*
<rdar://problem/10681814>
Greg Clayton
2012-01-12
1
-1
/
+46
*
We finalized on the new .apple_types accelerator table format where we don't
Greg Clayton
2012-01-06
1
-1
/
+1
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-14
/
+13
[next]