]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tui/tui.h
gdb/tui: more debug output
[thirdparty/binutils-gdb.git] / gdb / tui / tui.h
index a9ecd589a701800927402acf556c61b399fcfcf5..ca30e7cc65e2d75a7f1cb83b8bc52a53709a441b 100644 (file)
@@ -36,6 +36,9 @@ extern bool debug_tui;
 #define TUI_SCOPED_DEBUG_ENTER_EXIT \
   scoped_debug_enter_exit (debug_tui, "tui")
 
+#define TUI_SCOPED_DEBUG_START_END(fmt, ...) \
+  scoped_debug_start_end (debug_tui, "tui", fmt, ##__VA_ARGS__)
+
 struct ui_file;
 
 /* Types of error returns.  */