mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
GDB: change gdb_breakpoint_override to COMMAND_ANY
- enable gdb_breakpoint_override to be used within config script. Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
@@ -2476,7 +2476,7 @@ static const struct command_registration gdb_command_handlers[] = {
|
||||
{
|
||||
.name = "gdb_breakpoint_override",
|
||||
.handler = handle_gdb_breakpoint_override_command,
|
||||
.mode = COMMAND_EXEC,
|
||||
.mode = COMMAND_ANY,
|
||||
.help = "Display or specify type of breakpoint "
|
||||
"to be used by gdb 'break' commands.",
|
||||
.usage = "('hard'|'soft'|'disable')"
|
||||
|
||||
Reference in New Issue
Block a user