mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-27 09:25:04 +08:00
* breakpoint.c (create_exception_catchpoint): Remove prototype
for already deleted function. * breakpoint.h (ep_is_exception_catchpoint): Likewise. * frame.h (show_stack_frame): Remove prototype. * stack.c (show_stack_frame): Remove empty, unused function. * source.c (symtab_to_fullname, print_source_lines): Small fix in comment. * value.c (show_values): Update comments to mention "show values" command instead of "info history".
This commit is contained in:
@ -738,14 +738,6 @@ print_frame (struct frame_info *frame, int print_level,
|
||||
do_cleanups (old_chain);
|
||||
}
|
||||
|
||||
/* Show the frame info. If this is the tui, it will be shown in the
|
||||
source display otherwise, nothing is done. */
|
||||
|
||||
void
|
||||
show_stack_frame (struct frame_info *frame)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
/* Read a frame specification in whatever the appropriate format is
|
||||
from FRAME_EXP. Call error(), printing MESSAGE, if the
|
||||
|
Reference in New Issue
Block a user