[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)
commit62b1765c90ddce54c04a97caac86425d50f2cc56
treef84fd5f0012424c0509665bf40678aa9b995c791
parentae292b3afc0fce65c12014d2cc4621d7a0e661fd
[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
gdb/python/lib/gdb/command/frame_filters.py