* tracepoint.h (decode_agent_options): Add 'trace_string'
[deliverable/binutils-gdb.git] / gdb / dwarf2loc.c
index 700d1944b42100f84f212531db8f66af39114f51..18699e0d2ce6e363c71877cb394e30a9d76cd5f3 100644 (file)
@@ -2568,7 +2568,7 @@ access_memory (struct gdbarch *arch, struct agent_expr *expr, ULONGEST nbits)
 
   gdb_assert (nbytes > 0 && nbytes <= sizeof (LONGEST));
 
-  if (trace_kludge)
+  if (expr->tracing)
     ax_trace_quick (expr, nbytes);
 
   if (nbits <= 8)
This page took 0.037988 seconds and 4 git commands to generate.