aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-cmds.h
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2021-12-26 23:23:57 -0700
committerTom Tromey <tom@tromey.com>2021-12-29 10:54:29 -0700
commitde4686ffaff8bade61657078990f392b3aa14ff4 (patch)
tree660d9296c37c4b66ea4a14baae2d680a1c18ead5 /gdb/mi/mi-cmds.h
parentca78fadba919f2df2913ae893e0d8c587bb105a2 (diff)
downloadgdb-de4686ffaff8bade61657078990f392b3aa14ff4.zip
gdb-de4686ffaff8bade61657078990f392b3aa14ff4.tar.gz
gdb-de4686ffaff8bade61657078990f392b3aa14ff4.tar.bz2
Use gdb_stdlog for MI debugging
When MI debugging is enabled, the logging output should be sent to gdb_stdlog. This is part of PR gdb/7233. Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=7233
Diffstat (limited to 'gdb/mi/mi-cmds.h')
-rw-r--r--gdb/mi/mi-cmds.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/mi/mi-cmds.h b/gdb/mi/mi-cmds.h
index 5945f03..c9358a6 100644
--- a/gdb/mi/mi-cmds.h
+++ b/gdb/mi/mi-cmds.h
@@ -192,9 +192,6 @@ private:
extern mi_command *mi_cmd_lookup (const char *command);
-/* Debug flag */
-extern int mi_debug_p;
-
extern void mi_execute_command (const char *cmd, int from_tty);
#endif /* MI_MI_CMDS_H */