b774b86094
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/gdb#6aff62077bcb16ebf2ba3c498634bce35eda276b
13 lines
356 B
Diff
13 lines
356 B
Diff
diff -Nrup a/gdb/gdbserver/ax.c b/gdb/gdbserver/ax.c
|
|
--- a/gdb/gdbserver/ax.c 2019-11-18 18:49:19.000000000 -0700
|
|
+++ b/gdb/gdbserver/ax.c 2019-12-19 21:30:19.512505411 -0700
|
|
@@ -25,7 +25,7 @@
|
|
static void ax_vdebug (const char *, ...) ATTRIBUTE_PRINTF (1, 2);
|
|
|
|
#ifdef IN_PROCESS_AGENT
|
|
-int debug_agent = 0;
|
|
+bool debug_agent = 0;
|
|
#endif
|
|
|
|
static void
|