]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/breakpoint.c
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)
commitd1cda5d93997962a4289008b871156e5f1ab22e6
treeb5ab3aed7cd61a52de61fadec4b6b19bd3031490
parenta0ba0aa22f971c4a181e25e2f487e0f04f5a2018
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.
gdb/ChangeLog
gdb/breakpoint.c