Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f99532faeedf86c62b80a0367929f49664db8759
/
llvm
/
lib
/
DebugInfo
/
PDB
/
Native
/
DbiStream.cpp
15b2bdf
[llvm-pdbutil] Add the ability to explain binary files.
by Zachary Turner
· 8 years ago
0c169bf
Remove redundant includes from lib/DebugInfo.
by Michael Zolotukhin
· 8 years ago
c1e93e5
Fix some differences between lld and MSVC generated PDBs.
by Zachary Turner
· 8 years ago
6c4bfba
[PDB] Teach libpdb to write DBI Stream ECNames.
by Zachary Turner
· 8 years ago
dd73968
[llvm-pdbutil] Dump raw bytes of various DBI stream subsections.
by Zachary Turner
· 8 years ago
1bfb9f4
Fix uninitialized read.
by Zachary Turner
· 8 years ago
5b74ff3
[PDB] Fix use after free.
by Zachary Turner
· 8 years ago
5a83fb1
Fix some minor issues in PDB parsing library.
by Zachary Turner
· 8 years ago
1eb9a02
[PDB] Don't build the entire source file list up front.
by Zachary Turner
· 9 years ago
c504ae3
Resubmit r301986 and r301987 "Add codeview::StringTable"
by Zachary Turner
· 9 years ago
dff096f
Revert r301986 (and subsequent r301987).
by Daniel Jasper
· 9 years ago
7dba20b
Make codeview::StringTable.
by Zachary Turner
· 9 years ago
67c5601
Rename some PDB classes.
by Zachary Turner
· 9 years ago
d9dc282
[Support] Move Stream library from MSF -> Support.
by Zachary Turner
· 9 years ago
695ed56
[PDB] Make streams carry their own endianness.
by Zachary Turner
· 9 years ago
120faca
[PDB] Partial resubmit of r296215, which improved PDB Stream Library.
by Zachary Turner
· 9 years ago
05a75e4
Revert r296215, "[PDB] General improvements to Stream library." and followings.
by NAKAMURA Takumi
· 9 years ago
af299ea
[PDB] General improvements to Stream library.
by Zachary Turner
· 9 years ago
d2684b7
[PDB] Rename Stream related source files.
by Zachary Turner
· 9 years ago
181fe17
Don't assume little endian in StreamReader / StreamWriter.
by Zachary Turner
· 9 years ago
6b6b8c4
NFC: Rename (PDB) RawSession to NativeSession
by Adrian McCarthy
· 9 years ago
[Renamed (95%) from llvm/lib/DebugInfo/PDB/Raw/DbiStream.cpp]
f04d6e8
[PDB] Rename some files to be more intuitive.
by Zachary Turner
· 9 years ago
570e39a
[DebugInfo] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 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
199f48a
Get rid of IMsfStreamData class.
by Zachary Turner
· 9 years ago
bac69d3
[msf] Create LLVMDebugInfoMsf
by Zachary Turner
· 9 years ago
b383d62
[pdb] Move file layout header structs to RawTypes.h
by Zachary Turner
· 9 years ago
d218c26
[pdb] Round-trip module & file info to/from 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
4d09892
Give helper classes/functions internal linkage. NFC.
by Benjamin Kramer
· 9 years ago
8848a7a
[pdb] Round trip the PDB stream between YAML and binary PDB.
by Zachary Turner
· 9 years ago
11582c5
[pdb] Don't error on missing FPO streams
by Reid Kleckner
· 9 years ago
a1657a9
[pdb] Handle stream index errors better.
by Zachary Turner
· 9 years ago
d2b2bfe
[pdb] Try to fix use after free.
by Zachary Turner
· 9 years ago
d844799
[pdb] Use MappedBlockStream to parse the PDB directory.
by Zachary Turner
· 9 years ago
ef2b488
[pdbdump] Print out New FPO stream contents.
by Rui Ueyama
· 9 years ago
3df1bfa
[pdb] Print out file names instead of file offsets.
by Zachary Turner
· 9 years ago
90db788
pdbdump: print out COFF section headers.
by Rui Ueyama
· 9 years ago
93839cb
[pdb] Parse and dump section map and section contribs
by Zachary Turner
· 9 years ago
1de49c9
Resubmit "[pdb] Allow zero-copy read support for symbol streams.""
by Zachary Turner
· 9 years ago
6c247c8
Revert "[pdb] Allow zero-copy read support for symbol streams."
by Chad Rosier
· 9 years ago
3a9a23a
[pdb] Allow zero-copy read support for symbol streams.
by Zachary Turner
· 9 years ago
8dbe362
[codeview,pdb] Try really hard to conserve memory when reading.
by Zachary Turner
· 9 years ago
d5d37dc
[codeview] Move StreamInterface and StreamReader to libcodeview.
by Zachary Turner
· 9 years ago
d3076ab
[llvm-pdbdump] Decipher the remaining PDB streams.
by Zachary Turner
· 9 years ago
96e60f7
[llvm-pdbdump] Rework command line options.
by Zachary Turner
· 9 years ago
0376b1a
pdbdump: Rename NumberOfSymbols -> SymbolRecordStreamIndex.
by Rui Ueyama
· 9 years ago
1f6b6e2
pdbdump: Print "Publics" stream.
by Rui Ueyama
· 9 years ago
819e77d
Port DebugInfoPDB over to using llvm::Error.
by Zachary Turner
· 9 years ago
b56d904
PDB - Instead of hardcoding stream numbers, use an enum.
by Zachary Turner
· 10 years ago
0eace0b
Parse PDB Name Hash Table
by Zachary Turner
· 10 years ago
2f09b50
Put PDB parsing code into a pdb namespace.
by Zachary Turner
· 10 years ago
[Renamed (85%) from llvm/lib/DebugInfo/PDB/Raw/PDBDbiStream.cpp]
6ba65de
Refactor the PDB Stream reading interface.
by Zachary Turner
· 10 years ago
5575d07
Fix warning in PDB code. NFC
by Amaury Sechet
· 10 years ago
897067e
Add parentheses to silence -Wparentheses warnings.
by Zachary Turner
· 10 years ago
84c3a8b
Read the rest of the DBI substreams, and parse source info.
by Zachary Turner
· 10 years ago
1822af54
Parse module information from DBI stream.
by Zachary Turner
· 10 years ago
c3c4e15
Remove more unused variables.
by Zachary Turner
· 10 years ago
ff788aa
Fix warnings and -Werror build on clang.
by Zachary Turner
· 10 years ago
53a65ba
Parse and dump PDB DBI Stream Header Information
by Zachary Turner
· 10 years ago