mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-20 06:15:09 +08:00
frame.h: Delete stale declaration.
This is declaring a function that no longer exists. It was deleted back in 2003-01-13: ... show_and_print_stack_frame, print_only_stack_frame_stub, print_only_stack_frame): Delete functions. gdb/ 2013-08-30 Pedro Alves <palves@redhat.com> * frame.h (show_and_print_stack_frame): Delete declaration.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-08-30 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* frame.h (show_and_print_stack_frame): Delete declaration.
|
||||||
|
|
||||||
2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
|
2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
PR python/15461
|
PR python/15461
|
||||||
|
@ -659,9 +659,6 @@ extern CORE_ADDR get_pc_function_start (CORE_ADDR);
|
|||||||
|
|
||||||
extern struct frame_info *find_relative_frame (struct frame_info *, int *);
|
extern struct frame_info *find_relative_frame (struct frame_info *, int *);
|
||||||
|
|
||||||
extern void show_and_print_stack_frame (struct frame_info *fi, int print_level,
|
|
||||||
enum print_what print_what);
|
|
||||||
|
|
||||||
extern void print_stack_frame (struct frame_info *, int print_level,
|
extern void print_stack_frame (struct frame_info *, int print_level,
|
||||||
enum print_what print_what);
|
enum print_what print_what);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user