mirror of https://github.com/PCSX2/pcsx2.git
1.3 KiB
1.3 KiB
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.c
from gdb (reading)ecoff.c
from gas (writing)include/coff/sym.h
from binutils (headers)
MIPS EABI
STABS
- The "stabs" representation of debugging information (Julia Menapace, Jim Kingdon, and David MacKenzie, 1992-???)
stabs.c
from binutils (reading)stabsread.c
from gdb (reading)dbxread.c
from gdb (reading)dbxout.c
from gcc (writing)stab.def
from gcc (symbol codes)