[fpc-devel] 64bit FPC gdb backtrace format
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Feb 24 18:56:52 CET 2012
On 24 Feb 2012, at 18:46, Martin Schreiber wrote:
> 32 bit FPC default debug info (I assume STABS) shows the classname and the
> function name in gdb stack traces which is very useful to navigate in
> inherited calls for example.
> 64 bit FPC default debug info (I assume DWARF) shows the function names only.
> Is it possible to list the classnames in DWARF too?
Compile with -godwarfmethodclassprefix
Jonas
More information about the fpc-devel
mailing list