forked from Imagelibrary/binutils-gdb
gdbserver: introduce remote_debug_printf
Add remote_debug_printf, and use it for all debug messages controlled by remote_debug. Change remote_debug to be a bool, which is trivial in this case. Change-Id: I90de13cb892faec3830047b571661822b126d6e8
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include <chrono>
|
||||
|
||||
#if !defined (IN_PROCESS_AGENT)
|
||||
int remote_debug = 0;
|
||||
bool remote_debug = false;
|
||||
#endif
|
||||
|
||||
/* Output file for debugging. Default to standard error. */
|
||||
|
||||
Reference in New Issue
Block a user