Use label name instead of file name for the function name. This means that
when creating the "stack" frame that the name of the frame is not the file
name is is currently the case.
So instead of:
#0 0x1234 filename () ...
you will get
#0 0x1234 LABEL ()...
This will provide better insight into the code.
Original issue reported on code.google.com by ohommes@gmail.com on 19 Dec 2008 at 5:13
Original issue reported on code.google.com by
ohommes@gmail.com
on 19 Dec 2008 at 5:13