mirror of https://github.com/PCSX2/pcsx2.git
|
|
||
|---|---|---|
| .. | ||
| src/ccc | ||
| CMakeLists.txt | ||
| README.md | ||
| ccc.vcxproj | ||
| ccc.vcxproj.filters | ||
README.md
Chaos Compiler Collection
This code was originally developed in the following repository and was copied into PCSX2 by the author:
It includes additional resources that are not present in the PCSX2 repository.
Documentation
DWARF (.debug) Section
MIPS Debug (.mdebug) Section
- Third Eye Software and the MIPS symbol table (Peter Rowell)
- MIPS Mdebug Debugging Information (David Anderson, 1996)
- MIPS Assembly Language Programmer's Guide, Symbol Table Chapter (Silicon Graphics, 1992)
- Tru64 UNIX Object File and Symbol Table Format Specification, Symbol Table Chapter
mdebugread.cfrom gdb (reading)ecoff.cfrom gas (writing)include/coff/sym.hfrom binutils (headers)
MIPS EABI
STABS
- The "stabs" representation of debugging information (Julia Menapace, Jim Kingdon, and David MacKenzie, 1992-???)
stabs.cfrom binutils (reading)stabsread.cfrom gdb (reading)dbxread.cfrom gdb (reading)dbxout.cfrom gcc (writing)stab.deffrom gcc (symbol codes)