mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2004-11-10 Randolph Chung <tausq@debian.org>
* frame.c (get_prev_frame): Use get_frame_type to retrieve the frame's type.
This commit is contained in:
parent
6df114aef5
commit
1d225535c7
@ -1,3 +1,8 @@
|
||||
2004-11-10 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* frame.c (get_prev_frame): Use get_frame_type to retrieve the
|
||||
frame's type.
|
||||
|
||||
2004-11-10 Randolph Chung <tausq@debian.org>
|
||||
|
||||
* blockframe.c (inside_entry_func): Move to .....
|
||||
|
@ -1239,7 +1239,7 @@ get_prev_frame (struct frame_info *this_frame)
|
||||
stop at main, we should at least stop at the entry point of the
|
||||
application. */
|
||||
if (!backtrace_past_entry
|
||||
&& this_frame->unwind->type != DUMMY_FRAME && this_frame->level >= 0
|
||||
&& get_frame_type (this_frame) != DUMMY_FRAME && this_frame->level >= 0
|
||||
&& inside_entry_func (this_frame))
|
||||
{
|
||||
frame_debug_got_null_frame (gdb_stdlog, this_frame, "inside entry func");
|
||||
|
Loading…
Reference in New Issue
Block a user