python: Make gdb.execute("show commands") work (PR 23669)
[deliverable/binutils-gdb.git] / gdb / breakpoint.h
index 63cb5370c16aa6bb5b2e7f382c0d139fcda472f5..66375b68c27b607c47823fe34b7d3fae8dfa4d8e 100644 (file)
@@ -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) */
This page took 0.04173 seconds and 4 git commands to generate.