From c9d42388d53aee083e6cb477b1017c49a9ea8bd9 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Sat, 20 Feb 2021 14:52:32 -0800 Subject: Make KDEBUG functionality play nice with gdb remote debugging --- util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util.h') diff --git a/util.h b/util.h index 014789f..956a21a 100644 --- a/util.h +++ b/util.h @@ -88,6 +88,8 @@ void warning(char *format, ...); void debug_message(char *format, ...); //Disables output of info and debug messages to stdout void disable_stdout_messages(void); +//Returns stdout disable status +uint8_t is_stdout_enabled(void); //Deletes a file, returns true on success, false on failure uint8_t delete_file(char *path); //Initializes the socket library on platforms that need it -- cgit v1.2.3