Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] [OBVIOUS] enable frame-filter short help uses disable instead of enable
@ 2018-09-17 22:23 Philippe Waroquiers
  2018-09-17 22:42 ` Philippe Waroquiers
  0 siblings, 1 reply; 3+ messages in thread
From: Philippe Waroquiers @ 2018-09-17 22:23 UTC (permalink / raw)
  To: gdb-patches; +Cc: Philippe Waroquiers

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/python/lib/gdb/command/frame_filters.py b/gdb/python/lib/gdb/command/frame_filters.py
index 3afe5e9ac1..16a40ed98e 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]
 
-- 
2.18.0


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-09-18  4:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-17 22:23 [PATCH] [OBVIOUS] enable frame-filter short help uses disable instead of enable Philippe Waroquiers
2018-09-17 22:42 ` Philippe Waroquiers
2018-09-18  4:35   ` Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox