mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
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.
This commit is contained in:
@ -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\
|
||||
|
Reference in New Issue
Block a user