Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
6b124f29e727da3f3d27112b7ded82b404a68b2f
/
llvm
/
tools
/
llvm-pdbutil
/
llvm-pdbutil.cpp
6b124f2
[llvm-pdbutil] Add the ability to dump raw bytes from the file.
by Zachary Turner
· 8 years ago
9940203
[llvm-pdbutil] Create a "bytes" subcommand.
by Zachary Turner
· 8 years ago
7df6995
[llvm-pdbutil] Rename "raw" to "dump".
by Zachary Turner
· 8 years ago
ed130b6
Remove diff pedantic mode.
by Zachary Turner
· 8 years ago
59224cb
Remove some dead code / includes.
by Zachary Turner
· 8 years ago
47d9a56
[llvm-pdbutil] Add support for dumping cross module imports/exports.
by Zachary Turner
· 8 years ago
4e95064
[llvm-pdbutil] Add support for dumping lines and inlinee lines.
by Zachary Turner
· 8 years ago
f8a2e04
[llvm-pdbutil] Add back the ability to dump hashes and index offsets.
by Zachary Turner
· 8 years ago
6305545
Resubmit "[llvm-pdbutil] rewrite the "raw" output style."
by Zachary Turner
· 8 years ago
da504b7
Revert "[llvm-pdbutil] rewrite the "raw" output style."
by Zachary Turner
· 8 years ago
b560fdf
[llvm-pdbutil] rewrite the "raw" output style.
by Zachary Turner
· 8 years ago
a8cfc29
Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
by Zachary Turner
· 8 years ago
0085dce
Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
by Zachary Turner
· 8 years ago
a3da446
[codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
by Zachary Turner
· 8 years ago
68ea80d
Slightly better fix for dealing with no-id-stream PDBs.
by Zachary Turner
· 8 years ago
990d0c8
[llvm-pdbdump] Don't fail on PDBs with no ID stream.
by Zachary Turner
· 8 years ago
3226fe9
[pdb] Support CoffSymbolRVA debug subsection.
by Zachary Turner
· 8 years ago
bd336e4
Rename llvm-pdbdump -> llvm-pdbutil.
by Zachary Turner
· 8 years ago
[Renamed (99%) from llvm/tools/llvm-pdbdump/llvm-pdbdump.cpp]
28c22c8
[pdb] Don't crash on unknown debug subsections.
by Zachary Turner
· 8 years ago
deb3913
[CodeView] Support remaining debug subsection types
by Zachary Turner
· 8 years ago
3eedd16
[llvm-pdbdump] Improve consistency among subcommands.
by Zachary Turner
· 8 years ago
92dcdda
[CodeView] Support CodeView subsections in any order.
by Zachary Turner
· 8 years ago
ebd3ae8
[CodeView] Properly align symbol records on read/write.
by Zachary Turner
· 8 years ago
1b88f4f
[ObjectYAML] Split CodeViewYAML into 3 pieces.
by Zachary Turner
· 8 years ago
1e4d369
[CodeView] Move CodeView symbol yaml logic to ObjectYAML.
by Zachary Turner
· 8 years ago
d427383
[CodeView] Move CodeView YAML code to ObjectYAML.
by Zachary Turner
· 8 years ago
8c099fe
[CodeView] Rename ModuleDebugFragment -> DebugSubsection.
by Zachary Turner
· 8 years ago
69fd2b7
[llvm-pdbdump] pdb2yaml: add an -all option to dump everything we can
by Bob Haarman
· 8 years ago
ea91faf
[llvm-pdbdump] [yaml2pdb] always include object file name in module info
by Bob Haarman
· 8 years ago
cfd8065
Fix broken build.
by Zachary Turner
· 8 years ago
ded3880
[PDB] Hash types up front when merging types instead of using StringMap
by Reid Kleckner
· 8 years ago
bf35e6a
Revert "Make TypeSerializer's StringMap use the same allocator."
by Zachary Turner
· 8 years ago
d4136e9
Implement various flavors of type merging.
by Zachary Turner
· 8 years ago
12f8c31
Make TypeSerializer's StringMap use the same allocator.
by Zachary Turner
· 8 years ago
526f4f2
Resubmit "[CodeView] Provide a common interface for type collections."
by Zachary Turner
· 8 years ago
bdc16ed
Fix compilation failure.
by Zachary Turner
· 8 years ago
1dfcf8d
Revert "[CodeView] Provide a common interface for type collections."
by Zachary Turner
· 8 years ago
7b62d7c
Fix some build errors and warnings.
by Zachary Turner
· 8 years ago
b32ec02
[CodeView] Raise the source to ID map out of the TypeStreamMerger.
by Zachary Turner
· 8 years ago
8fb441a
[llvm-pdbdump] Add the ability to merge PDBs.
by Zachary Turner
· 8 years ago
de33a637
[llvm-pdbdump] in yaml2pdb, generate default output filename if none given
by Bob Haarman
· 8 years ago
0683be2
[llvm-pdbdump] Add the option to sort functions and data.
by Zachary Turner
· 8 years ago
4f145b2
Remove unused private field.
by Zachary Turner
· 9 years ago
cf468d8
[CodeView] Use actual strings for dealing with checksums and lines.
by Zachary Turner
· 9 years ago
e204a6c
Rename pdb::StringTable -> pdb::PDBStringTable.
by Zachary Turner
· 9 years ago
edef145
[PDB/CodeView] Read/write codeview inlinee line information.
by Zachary Turner
· 9 years ago
8a2ebfb
[CodeView] Write CodeView line information.
by Zachary Turner
· 9 years ago
7159ab9
[llvm-pdbdump] Allow printing only a portion of a stream.
by Zachary Turner
· 9 years ago
67c5601
Rename some PDB classes.
by Zachary Turner
· 9 years ago
da307b6
[llvm-pdbdump] Allow sorting / filtering by immediate padding
by Zachary Turner
· 9 years ago
ee3b9c2
[llvm-pdbdump] Dump File / Line Info to YAML.
by Zachary Turner
· 9 years ago
da949c1
[llvm-pdbdump] Merge functionality of graphical and text dumpers.
by Zachary Turner
· 9 years ago
1690164
[llvm-pdbdump] Re-write the record layout code to be more resilient.
by Zachary Turner
· 9 years ago
4dc4f01
[llvm-pdbdump] Recursively dump class layout.
by Zachary Turner
· 9 years ago
9e7dda3
[llvm-pdbdump] Minor prepatory refactor of Class Def Dumper.
by Zachary Turner
· 9 years ago
c883a8c
[llvm-pdbdump] More advanced class definition dumping.
by Zachary Turner
· 9 years ago
0c990bbe
[llvm-pdbdump] Display padding bytes on record layout
by Zachary Turner
· 9 years ago
10169b6
Allow specification of what kinds of class members to dump.
by Zachary Turner
· 9 years ago
63230a4e
[llvm-pdbdump] Allow pretty to only dump specific types of types.
by Zachary Turner
· 9 years ago
13fc411
[PDB] Save one type record copy
by Reid Kleckner
· 9 years ago
1aa207d
Add option to control whether llvm-pdbdump outputs in color
by Adrian McCarthy
· 9 years ago
05d5e61
[PDB] Add support for parsing Flags from PDB Stream.
by Zachary Turner
· 9 years ago
ea4e607
[pdb] Write the module info and symbol record streams.
by Zachary Turner
· 9 years ago
65d2688
Introduce NativeEnumModules and NativeCompilandSymbol
by Adrian McCarthy
· 9 years ago
6ac232c
Add the beginning of PDB diffing support.
by Zachary Turner
· 9 years ago
d9dc282
[Support] Move Stream library from MSF -> Support.
by Zachary Turner
· 9 years ago
d2684b7
[PDB] Rename Stream related source files.
by Zachary Turner
· 9 years ago
d50c013
[pdb] Add a new command for analyzing hash collisions.
by Zachary Turner
· 9 years ago
8f71319
NFC: Rename PDB_ReaderType::Raw to Native for consistency with the NativeSession rename.
by Adrian McCarthy
· 9 years ago
6b6b8c4
NFC: Rename (PDB) RawSession to NativeSession
by Adrian McCarthy
· 9 years ago
760ad4d
[pdb] Write the Named Stream mapping to Yaml and binary.
by Zachary Turner
· 9 years ago
60667ca
[pdb] Merge NamedStreamMapBuilder and NamedStreamMap.
by Zachary Turner
· 9 years ago
44a643c
[llvm-pdbdump] Add a compact dump mode.
by Zachary Turner
· 9 years ago
a9054dd
[CodeView/PDB] Rename a bunch of files.
by Zachary Turner
· 9 years ago
653baa2
[pdb] added support for dumping globals stream
by Bob Haarman
· 9 years ago
3b14764
[pdb] Dump Module Symbols to Yaml.
by Zachary Turner
· 9 years ago
5d6714e
Do not pass a superblock to PDBFileBuilder.
by Rui Ueyama
· 9 years ago
fc22cef
Pass a filename instead of a msf::WritableStream to PDBFileBuilder::commit.
by Rui Ueyama
· 9 years ago
de9ba15
[pdb] Write the IPI stream.
by Zachary Turner
· 9 years ago
620961d
[pdb] Write TPI hash values to the TPI stream.
by Zachary Turner
· 9 years ago
72c5b64
[pdb] Add command line options for dumping individual streams and blocks
by Zachary Turner
· 9 years ago
c6d54da
[pdb] Write PDB TPI Stream from Yaml.
by Zachary Turner
· 9 years ago
ac5763e
Resubmit "Write the TPI stream from a PDB to Yaml."
by Zachary Turner
· 9 years ago
39eec46
Revert "Write the TPI stream from a PDB to Yaml."
by Justin Bogner
· 9 years ago
8321ba5
Write the TPI stream from a PDB to Yaml.
by Zachary Turner
· 9 years ago
d3c7b8e
[msf] Teach LLVM to parse a split Fpm.
by Zachary Turner
· 9 years ago
7a5cdc6
pdbdump: Dump Free Page Map contents.
by Rui Ueyama
· 9 years ago
a3225b0
[msf] Resubmit "Rename Msf -> MSF".
by Zachary Turner
· 9 years ago
334aec4
Revert "[msf] Rename Msf to MSF."
by Zachary Turner
· 9 years ago
a010f5c
[msf] Rename Msf to MSF.
by Zachary Turner
· 9 years ago
d66889c
[pdb] Refactor library to more clearly separate reading/writing
by Zachary Turner
· 9 years ago
e109dc6
[pdb] Have builders share a single BumpPtrAllocator.
by Zachary Turner
· 9 years ago
bac69d3
[msf] Create LLVMDebugInfoMsf
by Zachary Turner
· 9 years ago
d218c26
[pdb] Round-trip module & file info to/from YAML.
by Zachary Turner
· 9 years ago
5e534c7
[pdb] Round trip the NameMap data structure to YAML.
by Zachary Turner
· 9 years ago
faa554b
[pdb] Use MsfBuilder to handle the writing PDBs.
by Zachary Turner
· 9 years ago
dbeaea7
Refactor the PDB writing to use a builder approach
by Zachary Turner
· 9 years ago
f6b9382
[pdb] Add a pdb2yaml option to not dump file headers.
by Zachary Turner
· 9 years ago
8848a7a
[pdb] Round trip the PDB stream between YAML and binary PDB.
by Zachary Turner
· 9 years ago
ab58ae8
[pdb] Re-add code to write PDB files.
by Zachary Turner
· 9 years ago
Next »