LanBird / virtualagc

Automatically exported from code.google.com/p/virtualagc
Other
0 stars 0 forks source link

Use label name instead of file name for the function name #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Implemented the enhancement now label names are used for function names.

Original comment by ohommes@gmail.com on 19 Dec 2008 at 5:16

GoogleCodeExporter commented 8 years ago

Original comment by ohommes@gmail.com on 19 Dec 2008 at 5:18