[Bug debug/49167] New: dwarf marker for function return instruction
fche at redhat dot com
gcc-bugzilla@gcc.gnu.org
Wed May 25 21:40:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49167
Summary: dwarf marker for function return instruction
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: debug
AssignedTo: aoliva@gcc.gnu.org
ReportedBy: fche@redhat.com
CC: tromey@redhat.com
It would be desirable to have a DWARF marker of some sort emitted
for the point(s) of a function that correspond to the logical moment
of its return. This would ideally be a point where all the nearby
variables are still in scope, so the last-gasp variable state may be
examined.
Ideally, tail call sites would also have this marker, and so would
inlined functions. One can dream...
More information about the Gcc-bugs
mailing list