2002-11-10 Andrew Cagney <ac131313@redhat.com>
* breakpoint.h (deprecated_frame_in_dummy): Rename frame_in_dummy. * stack.c (print_frame_info_base): Update. (print_frame_info_base, frame_info): Update. * sparc-tdep.c (sparc_init_extra_frame_info): Update. (sparc_frame_saved_pc): Update. * ada-lang.c (find_printable_frame): Update. * breakpoint.c (deprecated_frame_in_dummy): Update.
This commit is contained in:
parent
32c27eed9c
commit
bf1e52be95
8 changed files with 33 additions and 9 deletions
|
@ -5040,7 +5040,7 @@ find_printable_frame (struct frame_info *fi, int level)
|
|||
find_pc_line (fi->pc,
|
||||
fi->next != NULL
|
||||
&& !fi->next->signal_handler_caller
|
||||
&& !frame_in_dummy (fi->next));
|
||||
&& !deprecated_frame_in_dummy (fi->next));
|
||||
if (sal.symtab && !is_ada_runtime_file (sal.symtab->filename))
|
||||
{
|
||||
#if defined(__alpha__) && defined(__osf__) && !defined(VXWORKS_TARGET)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue