[llvm-pdbutil] Add the ability to dump raw bytes from the file.
Normally we can only make sense of the content of a PDB in terms of streams and blocks, but in some cases it may be useful to dump bytes at a specific absolute file offset. For example, if you know that some interesting data is at a particular location and you want to see some surrounding data. llvm-svn: 306146
Showing
- llvm/test/DebugInfo/PDB/pdbdump-raw-blocks.test 6 additions, 6 deletionsllvm/test/DebugInfo/PDB/pdbdump-raw-blocks.test
- llvm/test/DebugInfo/PDB/pdbdump-raw-bytes.test 15 additions, 0 deletionsllvm/test/DebugInfo/PDB/pdbdump-raw-bytes.test
- llvm/tools/llvm-pdbutil/BytesOutputStyle.cpp 31 additions, 0 deletionsllvm/tools/llvm-pdbutil/BytesOutputStyle.cpp
- llvm/tools/llvm-pdbutil/BytesOutputStyle.h 1 addition, 0 deletionsllvm/tools/llvm-pdbutil/BytesOutputStyle.h
- llvm/tools/llvm-pdbutil/llvm-pdbutil.cpp 34 additions, 16 deletionsllvm/tools/llvm-pdbutil/llvm-pdbutil.cpp
- llvm/tools/llvm-pdbutil/llvm-pdbutil.h 6 additions, 4 deletionsllvm/tools/llvm-pdbutil/llvm-pdbutil.h
Loading
Please register or sign in to comment