diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 2351fcd..ecc22ff 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -7961,8 +7961,8 @@ If on, an unrecognized breakpoint location will cause gdb to create a\n\ pending breakpoint. If off, an unrecognized breakpoint location results in\n\ an error. If auto, an unrecognized breakpoint location results in a\n\ user-query to see if a pending breakpoint should be created."), + NULL, NULL, /* FIXME: i18n: Debugger's behavior regarding pending breakpoints is %s. */ - NULL, NULL, &breakpoint_set_cmdlist, &breakpoint_show_cmdlist); |