[OBVIOUS] enable frame-filter short help uses disable instead of enable
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 17 Sep 2018 22:14:26 +0000 (00:14 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Mon, 17 Sep 2018 22:19:51 +0000 (00:19 +0200)
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

gdb/python/lib/gdb/command/frame_filters.py

index 3afe5e9ac1110c1740a865c9fe6f129f51d9e32a..16a40ed98edabf156e468b8194f184456b81914c 100644 (file)
@@ -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]
 
This page took 0.03011 seconds and 4 git commands to generate.