]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/breakpoint: fix typo in help message of "set breakpoint condition-evaluation"
authorTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Fri, 11 Sep 2020 11:50:09 +0000 (13:50 +0200)
committerTankut Baris Aktemur <tankut.baris.aktemur@intel.com>
Fri, 11 Sep 2020 11:50:09 +0000 (13:50 +0200)
commit7a4e8e7d551eaddc63c67d85c02c7573f5a56ae8
tree29788f4bc2fbece7e866ecc2437567bd598e7d4c
parenta56f73917a8f96892c6e7d9ae60fb5a0d0495da2
gdb/breakpoint: fix typo in help message of "set breakpoint condition-evaluation"

The options for the "breakpoint condition-evaluation" setting are
"host", "target", and "auto".  The help message mentions the option
"gdb" at one point instead of "host".  Fix this typo.  Also add a period.

gdb/ChangeLog:
2020-09-11  Tankut Baris Aktemur  <tankut.baris.aktemur@intel.com>

* breakpoint.c: Fix typo in the help message of the
"set breakpoint condition-evaluation" command.
gdb/ChangeLog
gdb/breakpoint.c