summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
Commit message (Expand)AuthorAgeFilesLines
* Dump public symbol records in pdb2yaml modeZachary Turner2018-10-261-0/+5
* [PDB] Add the ability to lookup global symbols by name.Zachary Turner2018-10-081-0/+5
* [PDB] Add support for dumping Typedef records.Zachary Turner2018-10-011-0/+4
* [PDB] Add support for parsing VFTable Shape records.Zachary Turner2018-10-011-1/+8
* [PDB] Add native support for dumping array types.Zachary Turner2018-09-301-2/+9
* [PDB] Better native API support for pointers.Zachary Turner2018-09-291-1/+6
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-4/+2
* [NativePDB] Add support for reading function signatures.Zachary Turner2018-09-211-11/+28
* [PDB] Add native reading support for UDT / class types.Zachary Turner2018-09-211-0/+4
* [PDB] Add the ability to map forward references to full decls.Zachary Turner2018-09-201-0/+8
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-181-2/+24
* [PDB] Make the native reader support enumerators.Zachary Turner2018-09-171-0/+8
* Give InfoStreamBuilder an opt-in method to write a hash of the PDB as GUID.Nico Weber2018-09-151-2/+5
* [PDB] Write FPO Data to the PDB.Zachary Turner2018-09-111-0/+4
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-0/+50
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-1/+3
* [DebugInfo] Common behavior for error typesAlexandre Ganea2018-08-311-2/+1
* [PDB] One more fix for hasing GSI records.Zachary Turner2018-07-061-0/+88
* [llvm-pdbutil] Dump more info about globals.Zachary Turner2018-07-061-0/+4
* Define InitLLVM to do common initialization all at once.Rui Ueyama2018-04-131-14/+4
* [llvm-pdbutil] Add the ability to explain binary files.Zachary Turner2018-04-041-3/+17
* [llvm-pdbutil] Add an export subcommand.Zachary Turner2018-04-021-0/+64
* [tools] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-4/+4
* [llvm-pdbutil] Dig deeper into the PDB and DBI streams when explaining.Zachary Turner2018-03-301-5/+7
* [PDB] Add an explain subcommand.Zachary Turner2018-03-291-0/+24
* Delete pdbutil diff mode.Zachary Turner2018-03-261-73/+0
* [PDB] Make our PDBs look more like MS PDBs.Zachary Turner2018-03-231-0/+9
* Revert "Resubmit "Support embedding natvis files in PDBs.""Zachary Turner2018-03-201-4/+0
* Resubmit "Support embedding natvis files in PDBs."Zachary Turner2018-03-201-0/+4
* Revert "Support embedding natvis files in PDBs."Zachary Turner2018-03-191-4/+0
* Support embedding natvis files in PDBs.Zachary Turner2018-03-191-0/+4
* [PDB] Support dumping injected sources via the DIA reader.Zachary Turner2018-03-131-0/+78
* [llvm-pdbdump] Add guard for null pointers and remove unused codeAaron Smith2018-03-071-47/+55
* Remove redundant includes from tools.Michael Zolotukhin2017-12-131-4/+0
* Split TypeTableBuilder into two classes.Zachary Turner2017-11-301-4/+5
* Make TypeTableBuilder inherit from TypeCollection.Zachary Turner2017-11-291-4/+4
* Fix line endings in llvm-pdbutil.cppZachary Turner2017-11-291-11/+11
* [CodeView] Refactor / Rewrite TypeSerializer and TypeTableBuilder.Zachary Turner2017-11-281-2/+3
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-14/+11
* COFF: PDB: Allow multiple modules with the same name.Peter Collingbourne2017-09-071-1/+1
* [llvm-pdbutil] Support dumping CodeView from object files.Zachary Turner2017-09-011-3/+4
* [llvm-pdbutil] Print detailed S_UDT stats.Zachary Turner2017-08-311-13/+19
* [llvm-pdbutil] Add support for dumping detailed module stats.Zachary Turner2017-08-211-0/+12
* [llvm-pdbutil] Dump image section headers.Zachary Turner2017-08-041-0/+4
* [llvm-pdbutil] Add an option to only dump specific module indices.Zachary Turner2017-08-031-0/+4
* [llvm-pdbutil] Allow diff to force module equivalencies.Zachary Turner2017-08-031-0/+22
* [pdbutil] Add a command to dump the FPM.Zachary Turner2017-08-021-0/+2
* [PDB] Improve GSI hash table dumping for publics and globalsReid Kleckner2017-07-261-0/+5
* [PDB] Dump extra info about the publics streamReid Kleckner2017-07-211-0/+3
* [codeview] Remove TypeServerHandler and PDBTypeServerHandlerReid Kleckner2017-07-171-2/+2
OpenPOWER on IntegriCloud