aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>2018-09-18 00:14:26 +0200
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>2018-09-18 00:19:51 +0200
commit62b1765c90ddce54c04a97caac86425d50f2cc56 (patch)
treef84fd5f0012424c0509665bf40678aa9b995c791 /gdb
parentae292b3afc0fce65c12014d2cc4621d7a0e661fd (diff)
downloadfsf-binutils-gdb-62b1765c90ddce54c04a97caac86425d50f2cc56.zip
fsf-binutils-gdb-62b1765c90ddce54c04a97caac86425d50f2cc56.tar.gz
fsf-binutils-gdb-62b1765c90ddce54c04a97caac86425d50f2cc56.tar.bz2
[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
Diffstat (limited to 'gdb')
-rw-r--r--gdb/python/lib/gdb/command/frame_filters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/python/lib/gdb/command/frame_filters.py b/gdb/python/lib/gdb/command/frame_filters.py
index 3afe5e9..16a40ed 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]