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
/
DWARFDebugInfo.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
-36
/
+39
*
Add basic fission support to SymbolFileDWARF
Tamas Berghammer
2015-09-09
1
-50
/
+22
*
Code cleanup in preparation of adding split dwarf support
Tamas Berghammer
2015-09-09
1
-11
/
+0
*
More cleanup to make sure no one plays with DWARFDebugInfoEntry. Clients outs...
Greg Clayton
2015-08-27
1
-25
/
+5
*
Major DWARF cleanup.
Greg Clayton
2015-08-26
1
-81
/
+41
*
Improve the performance of DWARFDebugInfo::GetCompileUnitContainingDIE() by u...
Greg Clayton
2015-07-21
1
-22
/
+41
*
It's possible for this function to not be passed a CompUnit*; add
Jason Molenda
2014-10-16
1
-3
/
+16
*
Make sure local var cu is non-NULL before dereferencing.
Jason Molenda
2014-10-15
1
-2
/
+3
*
Fix typos.
Bruce Mitchener
2014-07-08
1
-1
/
+1
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-50
/
+0
*
Parse DW_AT_ranges for compile units on Darwin when .debug_aranges is not ava...
Greg Clayton
2014-03-14
1
-2
/
+1
*
Introduce DWARFDataExtractor for 64-Bit DWARF parsing
Ed Maste
2013-10-24
1
-2
/
+2
*
Fixed parsing of the .debug_aranges section so that LLDB will still work corr...
Richard Mitton
2013-09-09
1
-10
/
+27
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-6
/
+4
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-6
/
+5
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-1
/
+4
*
<rdar://problem/11291668>
Greg Clayton
2012-04-24
1
-0
/
+17
*
Since we use address ranges a lot I added a templatized class that allows us ...
Greg Clayton
2011-10-07
1
-467
/
+1
*
Added a new logging channel to the DWARF called "lookups":
Greg Clayton
2011-10-06
1
-1
/
+2
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Huge memory and performance improvements in the DWARF parser.
Greg Clayton
2011-09-12
1
-44
/
+60
*
Fix a bunch of places where we were passing Stream *'s but were
Jim Ingham
2011-08-27
1
-5
/
+5
*
Fixed variable parsing to not parse block variables over and over due to an
Greg Clayton
2011-06-17
1
-0
/
+23
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-6
/
+6
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-1
/
+1
*
General command line help cleanup:
Greg Clayton
2010-09-18
1
-1
/
+1
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-3
/
+3
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1206