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:
parent
b60dd35e33
commit
e2d3266ff1
|
@ -2476,7 +2476,7 @@ static const struct command_registration gdb_command_handlers[] = {
|
||||||
{
|
{
|
||||||
.name = "gdb_breakpoint_override",
|
.name = "gdb_breakpoint_override",
|
||||||
.handler = handle_gdb_breakpoint_override_command,
|
.handler = handle_gdb_breakpoint_override_command,
|
||||||
.mode = COMMAND_EXEC,
|
.mode = COMMAND_ANY,
|
||||||
.help = "Display or specify type of breakpoint "
|
.help = "Display or specify type of breakpoint "
|
||||||
"to be used by gdb 'break' commands.",
|
"to be used by gdb 'break' commands.",
|
||||||
.usage = "('hard'|'soft'|'disable')"
|
.usage = "('hard'|'soft'|'disable')"
|
||||||
|
|
Loading…
Reference in New Issue