index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
DebugInfo
/
DWARFCompileUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...
David Blaikie
2013-09-23
1
-366
/
+9
*
Add support for DebugFission to DWARF parser
Alexey Samsonov
2013-08-27
1
-17
/
+128
*
Store compile unit corresponding to each chain of inlined debug info entries....
Alexey Samsonov
2013-08-06
1
-2
/
+2
*
DebugInfo: Factor out parsing compile unit DIEs to a separate function. Impro...
Alexey Samsonov
2013-07-15
1
-54
/
+60
*
Create a stub for DWARF parser unittests
Alexey Samsonov
2013-04-17
1
-1
/
+1
*
DWARF parser: Fix DWARF-2/3 incompatibility: size of DW_FORM_ref_addr is the ...
Alexey Samsonov
2013-04-09
1
-1
/
+1
*
Add a space to the end of the line so we don't get "itsbounds" in output.
Eric Christopher
2013-01-04
1
-1
/
+1
*
Extend the dumping infrastructure to deal with additional
Eric Christopher
2013-01-02
1
-8
/
+5
*
Add support for fetching inlining context (stack of source code locations)
Alexey Samsonov
2012-09-04
1
-5
/
+23
*
Formatting cleanup.
Eric Christopher
2012-08-23
1
-7
/
+7
*
Add an assert here in case parsing gave us a NULL compile unit.
Eric Christopher
2012-08-23
1
-1
/
+3
*
Tidy.
Eric Christopher
2012-08-23
1
-3
/
+3
*
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-19
1
-0
/
+7
*
Fix a bug in DebugInfo lib, extend a comment for one of the methods
Alexey Samsonov
2012-07-04
1
-2
/
+2
*
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-07-02
1
-4
/
+14
*
DWARF: Print line tables per compile unit, so they get the right address size.
Benjamin Kramer
2011-09-15
1
-2
/
+1
*
DWARF: Generate the address lookup table from the DIE tree if .debug_aranges ...
Benjamin Kramer
2011-09-14
1
-0
/
+37
*
DebugInfo: Don't print DIEs multiple times.
Benjamin Kramer
2011-09-14
1
-2
/
+1
*
Sketch out a DWARF parser.
Benjamin Kramer
2011-09-13
1
-0
/
+203