• Geza Lore's avatar
    x86inc: Add debug symbols indicating sizes of compiled functions · d39c229e
    Geza Lore authored
    Some debuggers/profilers use this metadata to determine which function a
    given instruction is in; without it they get can confused by local labels
    (if you haven't stripped those). On the other hand, some tools are still
    confused even with this metadata. e.g. this fixes `gdb`, but not `perf`.
    
    Currently only implemented for ELF.
    d39c229e
Name
Last commit
Last update
..
Makefile Loading commit data...
asm.h Loading commit data...
bswap.h Loading commit data...
cpu.c Loading commit data...
cpu.h Loading commit data...
cpuid.asm Loading commit data...
emms.asm Loading commit data...
emms.h Loading commit data...
fixed_dsp.asm Loading commit data...
fixed_dsp_init.c Loading commit data...
float_dsp.asm Loading commit data...
float_dsp_init.c Loading commit data...
intmath.h Loading commit data...
intreadwrite.h Loading commit data...
lls.asm Loading commit data...
lls_init.c Loading commit data...
pixelutils.asm Loading commit data...
pixelutils.h Loading commit data...
pixelutils_init.c Loading commit data...
timer.h Loading commit data...
w64xmmtest.h Loading commit data...
x86inc.asm Loading commit data...
x86util.asm Loading commit data...