diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index a7f2128..1301fb4 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1475,7 +1475,7 @@ extern void disable_breakpoint (struct breakpoint *); extern void enable_breakpoint (struct breakpoint *); extern void breakpoint_set_commands (struct breakpoint *b, - struct command_line *commands); + command_line_up &&commands); extern void breakpoint_set_silent (struct breakpoint *b, int silent); |