diff options
Diffstat (limited to 'gdb/breakpoint.h')
-rw-r--r-- | gdb/breakpoint.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/breakpoint.h b/gdb/breakpoint.h index 63cb537..66375b6 100644 --- a/gdb/breakpoint.h +++ b/gdb/breakpoint.h @@ -1679,4 +1679,7 @@ extern void maybe_print_thread_hit_breakpoint (struct ui_out *uiout); /* Print the specified breakpoint. */ extern void print_breakpoint (breakpoint *bp); +/* Command element for the 'commands' command. */ +extern cmd_list_element *commands_cmd_element; + #endif /* !defined (BREAKPOINT_H) */ |