pdbconv -> p2r

This commit is contained in:
Ryan Fleury
2024-02-13 15:05:46 -08:00
parent 67859f228b
commit ecd21d0c1b
5 changed files with 312 additions and 312 deletions
+1 -1
View File
@@ -315,7 +315,7 @@ A list of the layers in the codebase and their associated namespaces is below:
- `raddbg` (no namespace): The layer which ties everything together for the main
graphical debugger. Not much "meat", just drives `df`, implements command line
options, and so on.
- `raddbgi_convert` (`PDBCONV_`): Our implementation of PDB-to-RADDBGI and
- `raddbgi_convert` (`P2R_`): Our implementation of PDB-to-RADDBGI and
DWARF-to-RADDBGI conversion.
- `raddbgi_dump` (`RADDBGIDUMP_`): A dumper utility program for dumping
textualizations of RADDBGI debug info files.