gdb:
[deliverable/binutils-gdb.git] / gdb / common / agent.c
index 7553835b67ca1afc56e2a7e418326b923cb4fafa..2bd3206d3e979ce6ae003c277274136532474b64 100644 (file)
@@ -41,6 +41,9 @@ int debug_agent = 0;
     fprintf_unfiltered (gdb_stdlog, fmt, ##args);
 #endif
 
+/* Global flag to determine using agent or not.  */
+int use_agent = 0;
+
 /* Addresses of in-process agent's symbols both GDB and GDBserver cares
    about.  */
 
This page took 0.027758 seconds and 4 git commands to generate.