Add return address collection for tracepoints.
[deliverable/binutils-gdb.git] / gdb / arch-utils.c
index db79b9ab3d248c8ffd2cd9cdd4275355fc9368c1..2cedb38f92cfd5ad901f42cd918a9510b4ece3ff 100644 (file)
@@ -786,6 +786,14 @@ default_remote_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pcptr,
   gdbarch_breakpoint_from_pc (gdbarch, pcptr, kindptr);
 }
 
+void
+default_gen_return_address (struct gdbarch *gdbarch,
+                           struct agent_expr *ax, struct axs_value *value,
+                           CORE_ADDR scope)
+{
+  error (_("This architecture has no method to collect a return address."));
+}
+
 /* */
 
 /* -Wmissing-prototypes */
This page took 0.024503 seconds and 4 git commands to generate.