Fix thinko in help of "set breakpoint condition-evaluation".
authorJoel Brobecker <brobecker@gnat.com>
Thu, 8 Mar 2012 16:50:21 +0000 (16:50 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 8 Mar 2012 16:50:21 +0000 (16:50 +0000)
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.

gdb/ChangeLog
gdb/breakpoint.c

index 0964c5fcdc8a415275180f15a00e4928751868d7..ad99b615c22becb47640ec28549daf0eee885af3 100644 (file)
@@ -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/
index 5388a4e2b54a4c8df1ce51f015d4083f140085b8..1158f0e229b24ea63087b60bae438696c5fe01da 100644 (file)
@@ -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\