• 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
..
aarch64 Loading commit data...
arm Loading commit data...
x86 Loading commit data...
Makefile Loading commit data...
alacdsp.c Loading commit data...
bswapdsp.c Loading commit data...
checkasm.c Loading commit data...
checkasm.h Loading commit data...
dcadsp.c Loading commit data...
flacdsp.c Loading commit data...
fmtconvert.c Loading commit data...
h264pred.c Loading commit data...
h264qpel.c Loading commit data...
jpeg2000dsp.c Loading commit data...
pixblockdsp.c Loading commit data...
synth_filter.c Loading commit data...
v210enc.c Loading commit data...
videodsp.c Loading commit data...
vp9dsp.c Loading commit data...