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)
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

index b0a6c8fb640f93fd0138484556f703ea304f2232..6444bc2c799261c32ba6be150950d52965266184 100644 (file)
@@ -1,3 +1,8 @@
+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.
+
 2020-09-10  Kamil Rytarowski  <n54@gmx.com>
 
        * nbsd-nat.c: Include "nat/netbsd-nat.h".
index 670cba0057850a197f1ce8d363b1d0fe7e6414c0..fff80ff907e39d0d7eb5ece3b886ef39af40d217 100644 (file)
@@ -15914,7 +15914,7 @@ breakpoint conditions will be downloaded to the target (if the target\n\
 supports such feature) and conditions will be evaluated on the target's side.\n\
 If this is set to \"auto\" (default), this will be automatically set to\n\
 \"target\" if it supports condition evaluation, otherwise it will\n\
-be set to \"gdb\""),
+be set to \"host\"."),
                           &set_condition_evaluation_mode,
                           &show_condition_evaluation_mode,
                           &breakpoint_set_cmdlist,