[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
This commit is contained in:
parent
ae292b3afc
commit
62b1765c90
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue