[llvm-symbolizer] -print-source-context-lines option to print source code around...
[oota-llvm.git] / lib / DebugInfo / PDB / DIA /
2015-05-01 Zachary Turner[llvm-pdbdump] Support dynamic load address and externa...
2015-04-17 Zachary Turner[PDB] Support executables and source/line info.
2015-02-28 Zachary Turner[llvm-pdbdump] Better error handling.
2015-02-23 Zachary Turner[llvm-pdbdump] Very minor code cleanup.
2015-02-23 Zachary Turner[llvm-pdbdump] Add an option to dump full class definit...
2015-02-15 Zachary Turnerllvm-pdbdump: Add flags controlling the type of values...
2015-02-13 Chandler CarruthRe-sort #include lines using my handy dandy ./utils...
2015-02-13 Zachary Turnerllvm-pdbdump: Add more comprehensive dumping of symbol...
2015-02-13 Zachary TurnerImprove llvm-pdbdump output display.
2015-02-11 Andrew KaylorTemporary workaround to fix MSVC 2012 build problems
2015-02-10 Zachary TurnerConvert std::make_unique<> to llvm::make_unique<>.
2015-02-10 Zachary TurnerRewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.
2015-02-10 Zachary TurnerProvide DIA implementation of DebugInfoPDB.