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
/
llvm
/
tools
/
llvm-pdbdump
/
llvm-pdbdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Parse the TPI (type information) stream of PDB files.
Zachary Turner
2016-05-03
1
-0
/
+34
*
Parse PDB Name Hash Table
Zachary Turner
2016-05-02
1
-25
/
+9
*
Put PDB parsing code into a pdb namespace.
Zachary Turner
2016-04-29
1
-22
/
+22
*
Refactor the PDB Stream reading interface.
Zachary Turner
2016-04-29
1
-4
/
+7
*
[llvm-pdbdump] Restore error messages, handle bad block sizes
David Majnemer
2016-04-28
1
-14
/
+23
*
Read the rest of the DBI substreams, and parse source info.
Zachary Turner
2016-04-28
1
-15
/
+20
*
Parse module information from DBI stream.
Zachary Turner
2016-04-27
1
-0
/
+23
*
Parse and dump PDB DBI Stream Header Information
Zachary Turner
2016-04-26
1
-4
/
+18
*
Refactor some more PDB reading code into DebugInfoPDB.
Zachary Turner
2016-04-26
1
-126
/
+13
*
Resubmit "Refactor raw pdb dumper into library"
Zachary Turner
2016-04-25
1
-312
/
+84
*
Revert r267049, r26706[16789], r267071 - Refactor raw pdb dumper into library
Daniel Sanders
2016-04-22
1
-84
/
+312
*
Fix PDB warnings and test
Reid Kleckner
2016-04-21
1
-1
/
+1
*
Refactor raw pdb dumper into library
Zachary Turner
2016-04-21
1
-312
/
+84
*
[llvm-pdbdump] Print a better error message when PDB loading fails.
Zachary Turner
2016-04-19
1
-2
/
+8
*
[llvm-pdbdump] Dump line table information.
Zachary Turner
2016-03-08
1
-3
/
+22
*
[llvm-pdbdump] Start to decode some streams
David Majnemer
2016-02-12
1
-29
/
+253
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Make windows.h less evil.
Benjamin Kramer
2015-10-15
1
-0
/
+3
*
[llvm-pdbdump] Remove oddly placed parens that MSVC doesn't like
Benjamin Kramer
2015-10-15
1
-1
/
+1
*
Speculatively unbreak Windows build
David Majnemer
2015-10-15
1
-2
/
+2
*
[llvm-pdbdump] Provide a mechanism to dump the raw contents of a PDB
David Majnemer
2015-10-15
1
-7
/
+275
*
[llvm-pdbdump] Add include-only filters.
Zachary Turner
2015-09-29
1
-0
/
+14
*
[llvm-pdbdump] Support dynamic load address and external symbols.
Zachary Turner
2015-05-01
1
-0
/
+19
*
[PDB] Support executables and source/line info.
Zachary Turner
2015-04-17
1
-1
/
+1
*
[llvm-pdbdump] Display full enum definitions.
Zachary Turner
2015-03-04
1
-8
/
+7
*
[llvm-pdbdump] Many minor fixes and improvements
Zachary Turner
2015-03-02
1
-15
/
+45
*
[llvm-pdbdump] Clean up method signatures.
Zachary Turner
2015-03-01
1
-6
/
+6
*
[llvm-pdbdump] Add regex-based filtering.
Zachary Turner
2015-03-01
1
-1
/
+19
*
[llvm-pdbdump] Better error handling.
Zachary Turner
2015-02-28
1
-5
/
+20
*
[llvm-pdbdump] Colorize output.
Zachary Turner
2015-02-27
1
-20
/
+53
*
[llvm-pdbdump] Add support for dumping global variables.
Zachary Turner
2015-02-27
1
-12
/
+48
*
[llvm-pdbdump] Add an option to dump full class definitions.
Zachary Turner
2015-02-23
1
-1
/
+3
*
[llvm-pdbdump] Fix a few compilation failures.
Zachary Turner
2015-02-22
1
-1
/
+0
*
[llvm-pdbdump] Rewrite dumper using visitor pattern.
Zachary Turner
2015-02-22
1
-15
/
+32
*
[llvm-pdbdump] Simplify options and output.
Zachary Turner
2015-02-22
1
-71
/
+15
*
llvm-pdbdump: Fix warning caused by missing sentinel value.
Zachary Turner
2015-02-15
1
-3
/
+3
*
llvm-pdbdump: Add flags controlling the type of values to dump.
Zachary Turner
2015-02-15
1
-9
/
+76
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-5
/
+5
*
llvm-pdbdump: Add more comprehensive dumping of symbol types.
Zachary Turner
2015-02-13
1
-1
/
+2
*
Add concrete type overloads to PDBSymbol::findChildren().
Zachary Turner
2015-02-12
1
-5
/
+3
*
Oops. Don't call Windows functions on non-windows.
Zachary Turner
2015-02-10
1
-0
/
+8
*
Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
Zachary Turner
2015-02-10
1
-304
/
+21
*
[llvm-pdbdump] Add basic symbol dumping.
Zachary Turner
2015-01-28
1
-5
/
+44
*
[llvm-pdbdump] Add support for printing source files and compilands.
Zachary Turner
2015-01-28
1
-5
/
+132
*
Add support for dumping debug tables to llvm-pdbdump.
Zachary Turner
2015-01-27
1
-22
/
+82
*
Add llvm-pdbdump to tools.
Zachary Turner
2015-01-27
1
-0
/
+155