gdb:
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-low.c
index 7638ca334d45ba2fd0c85a5700e242f395cd7671..b4f3d5ad467ac4ce20e19b329b59c8e6763f59ed 100644 (file)
@@ -4854,6 +4854,12 @@ linux_supports_disable_randomization (void)
 #endif
 }
 
+static int
+linux_supports_agent (void)
+{
+  return 1;
+}
+
 /* Enumerate spufs IDs for process PID.  */
 static int
 spu_enumerate_spu_ids (long pid, unsigned char *buf, CORE_ADDR offset, int len)
@@ -5576,6 +5582,7 @@ static struct target_ops linux_target_ops = {
   linux_supports_disable_randomization,
   linux_get_min_fast_tracepoint_insn_len,
   linux_qxfer_libraries_svr4,
+  linux_supports_agent,
 };
 
 static void
This page took 0.024292 seconds and 4 git commands to generate.