mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
2002-11-18 Andrew Cagney <ac131313@redhat.com>
* stack.c (frame_relative_level): Copy function from here ... * frame.c (frame_relative_level): ...to here.
This commit is contained in:
16
gdb/stack.c
16
gdb/stack.c
@ -115,22 +115,6 @@ extern int addressprint; /* Print addresses, or stay symbolic only? */
|
||||
|
||||
struct frame_info *selected_frame;
|
||||
|
||||
/* Level of the selected frame:
|
||||
0 for innermost, 1 for its caller, ...
|
||||
or -1 for frame specified by address with no defined level. */
|
||||
|
||||
/* Level of the selected frame: 0 for innermost, 1 for its caller, ...
|
||||
or -1 for NULL frame. */
|
||||
|
||||
int
|
||||
frame_relative_level (struct frame_info *fi)
|
||||
{
|
||||
if (fi == NULL)
|
||||
return -1;
|
||||
else
|
||||
return fi->level;
|
||||
}
|
||||
|
||||
/* Zero means do things normally; we are interacting directly with the
|
||||
user. One means print the full filename and linenumber when a
|
||||
frame is printed, and do so in a format emacs18/emacs19.22 can
|
||||
|
Reference in New Issue
Block a user