From: Philippe Waroquiers Date: Mon, 17 Sep 2018 22:14:26 +0000 (+0200) Subject: [OBVIOUS] enable frame-filter short help uses disable instead of enable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=62b1765c90ddce54c04a97caac86425d50f2cc56;p=binutils-gdb.git [OBVIOUS] enable frame-filter short help uses disable instead of enable Without the patch: (gdb) apropos able frame-filter disable frame-filter -- GDB command to disable the specified frame-filter enable frame-filter -- GDB command to disable the specified frame-filter With the patch: (gdb) apropos able frame-filter disable frame-filter -- GDB command to disable the specified frame-filter enable frame-filter -- GDB command to enable the specified frame-filter Pushed as obvious --- diff --git a/gdb/python/lib/gdb/command/frame_filters.py b/gdb/python/lib/gdb/command/frame_filters.py index 3afe5e9ac11..16a40ed98ed 100644 --- a/gdb/python/lib/gdb/command/frame_filters.py +++ b/gdb/python/lib/gdb/command/frame_filters.py @@ -207,7 +207,7 @@ def _complete_frame_filter_name(word, printer_dict): return flist class EnableFrameFilter(gdb.Command): - """GDB command to disable the specified frame-filter. + """GDB command to enable the specified frame-filter. Usage: enable frame-filter enable DICTIONARY [NAME]