aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-03-08 16:50:21 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-03-08 16:50:21 +0000
commitd1cda5d93997962a4289008b871156e5f1ab22e6 (patch)
treeb5ab3aed7cd61a52de61fadec4b6b19bd3031490 /gdb
parenta0ba0aa22f971c4a181e25e2f487e0f04f5a2018 (diff)
downloadfsf-binutils-gdb-d1cda5d93997962a4289008b871156e5f1ab22e6.zip
fsf-binutils-gdb-d1cda5d93997962a4289008b871156e5f1ab22e6.tar.gz
fsf-binutils-gdb-d1cda5d93997962a4289008b871156e5f1ab22e6.tar.bz2
Fix thinko in help of "set breakpoint condition-evaluation".
The 3 valid values for this setting are "auto", "host" and "target". The help was advertising one of them to be "gdb" instead of "host". gdb/ChangeLog: * breakpoint.c (_initialize_breakpoint): Fix error in help of "set breakpoint condition-evaluation" command.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/breakpoint.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0964c5f..ad99b61 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-08 Joel Brobecker <brobecker@adacore.com>
+
+ * breakpoint.c (_initialize_breakpoint): Fix error in help of
+ "set breakpoint condition-evaluation" command.
+
2012-03-08 Tristan Gingold <gingold@adacore.com>
* sparc-stub.c: Move to stubs/
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c
index 5388a4e..1158f0e 100644
--- a/gdb/breakpoint.c
+++ b/gdb/breakpoint.c
@@ -15517,7 +15517,7 @@ inferior in all-stop mode, gdb behaves as if always-inserted mode is off."),
&condition_evaluation_mode_1, _("\
Set mode of breakpoint condition evaluation."), _("\
Show mode of breakpoint condition evaluation."), _("\
-When this is set to \"gdb\", breakpoint conditions will be\n\
+When this is set to \"host\", breakpoint conditions will be\n\
evaluated on the host's side by GDB. When it is set to \"target\",\n\
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\