diff options
Diffstat (limited to 'gdb/stack.c')
-rw-r--r-- | gdb/stack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/stack.c b/gdb/stack.c index c7c67fc..32c9c73 100644 --- a/gdb/stack.c +++ b/gdb/stack.c @@ -959,7 +959,7 @@ get_user_print_what_frame_info (gdb::optional<enum print_what> *what) /* Print information about frame FRAME. The output is format according to PRINT_LEVEL and PRINT_WHAT and PRINT_ARGS. For the meaning of PRINT_WHAT, see enum print_what comments in frame.h. - Note that PRINT_WHAT is overriden if FP_OPTS.print_frame_info + Note that PRINT_WHAT is overridden if FP_OPTS.print_frame_info != print_frame_info_auto. Used in "where" output, and to emit breakpoint or step |