diff options
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r-- | gdb/monitor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h index b3ed532..aaaa495 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -78,6 +78,7 @@ extern struct monitor_ops *current_monitor; #define push_monitor(x) current_monitor = x; +extern void debuglogs(); extern void monitor_open(); extern void monitor_close(); extern void monitor_detach(); |