summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm-pdbdump] Allow sorting / filtering by immediate paddingZachary Turner2017-04-251-1/+12
* [llvm-pdbdump] Dump File / Line Info to YAML.Zachary Turner2017-04-251-1/+7
* [llvm-pdbdump] Merge functionality of graphical and text dumpers.Zachary Turner2017-04-241-5/+6
* [llvm-pdbdump] Re-write the record layout code to be more resilient.Zachary Turner2017-04-241-6/+9
* [llvm-pdbdump] Recursively dump class layout.Zachary Turner2017-04-131-5/+21
* [llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.Zachary Turner2017-04-121-3/+4
* [llvm-pdbdump] More advanced class definition dumping.Zachary Turner2017-04-121-9/+12
* [llvm-pdbdump] Display padding bytes on record layoutZachary Turner2017-04-101-10/+12
* Allow specification of what kinds of class members to dump.Zachary Turner2017-04-061-3/+11
* [llvm-pdbdump] Allow pretty to only dump specific types of types.Zachary Turner2017-04-061-3/+18
* [PDB] Save one type record copyReid Kleckner2017-04-041-2/+2
* Add option to control whether llvm-pdbdump outputs in colorAdrian McCarthy2017-03-231-3/+10
* [PDB] Add support for parsing Flags from PDB Stream.Zachary Turner2017-03-161-1/+3
* [pdb] Write the module info and symbol record streams.Zachary Turner2017-03-151-38/+50
* Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy2017-03-151-1/+6
* Add the beginning of PDB diffing support.Zachary Turner2017-03-131-13/+44
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-1/+1
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-1/+1
* [pdb] Add a new command for analyzing hash collisions.Zachary Turner2017-02-011-0/+27
* NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSes...Adrian McCarthy2017-01-271-2/+2
* NFC: Rename (PDB) RawSession to NativeSessionAdrian McCarthy2017-01-251-14/+14
* [pdb] Write the Named Stream mapping to Yaml and binary.Zachary Turner2017-01-201-2/+15
* [pdb] Merge NamedStreamMapBuilder and NamedStreamMap.Zachary Turner2017-01-201-2/+1
* [llvm-pdbdump] Add a compact dump mode.Zachary Turner2017-01-121-18/+32
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-5/+5
* [pdb] added support for dumping globals streamBob Haarman2016-10-211-0/+3
* [pdb] Dump Module Symbols to Yaml.Zachary Turner2016-10-081-0/+5
* Do not pass a superblock to PDBFileBuilder.Rui Ueyama2016-09-301-1/+1
* Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit.Rui Ueyama2016-09-301-9/+1
* [pdb] Write the IPI stream.Zachary Turner2016-09-151-0/+11
* [pdb] Write TPI hash values to the TPI stream.Zachary Turner2016-09-141-31/+8
* [pdb] Add command line options for dumping individual streams and blocksZachary Turner2016-09-091-14/+31
* [pdb] Write PDB TPI Stream from Yaml.Zachary Turner2016-09-091-1/+10
* Resubmit "Write the TPI stream from a PDB to Yaml."Zachary Turner2016-08-181-2/+5
* Revert "Write the TPI stream from a PDB to Yaml."Justin Bogner2016-08-161-5/+2
* Write the TPI stream from a PDB to Yaml.Zachary Turner2016-08-161-2/+5
* [msf] Teach LLVM to parse a split Fpm.Zachary Turner2016-08-011-3/+5
* pdbdump: Dump Free Page Map contents.Rui Ueyama2016-07-291-0/+3
* [msf] Resubmit "Rename Msf -> MSF".Zachary Turner2016-07-291-2/+2
* Revert "[msf] Rename Msf to MSF."Zachary Turner2016-07-291-2/+2
* [msf] Rename Msf to MSF.Zachary Turner2016-07-291-2/+2
* [pdb] Refactor library to more clearly separate reading/writingZachary Turner2016-07-281-26/+1
* [pdb] Have builders share a single BumpPtrAllocator.Zachary Turner2016-07-221-2/+3
* [msf] Create LLVMDebugInfoMsfZachary Turner2016-07-221-1/+3
* [pdb] Round-trip module & file info to/from YAML.Zachary Turner2016-07-221-0/+15
* [pdb] Round trip the NameMap data structure to YAML.Zachary Turner2016-07-151-0/+3
* [pdb] Use MsfBuilder to handle the writing PDBs.Zachary Turner2016-07-151-17/+32
* Refactor the PDB writing to use a builder approachZachary Turner2016-07-111-14/+36
* [pdb] Add a pdb2yaml option to not dump file headers.Zachary Turner2016-07-111-6/+15
* [pdb] Round trip the PDB stream between YAML and binary PDB.Zachary Turner2016-07-061-9/+36
OpenPOWER on IntegriCloud