gdb/riscv: expect h/w watchpoints to trigger before the memory is written
[deliverable/binutils-gdb.git] / gdb / gnu-v3-abi.c
index 8fe7253bd067931011413861bf385841c2709475..e2b9198b08282a839d7e838bcf433167aebe8df5 100644 (file)
@@ -1217,7 +1217,7 @@ gnuv3_skip_trampoline (struct frame_info *frame, CORE_ADDR stop_pc)
      of the real function from the function descriptor before passing on
      the address to other layers of GDB.  */
   func_addr = gdbarch_convert_from_func_ptr_addr (gdbarch, method_stop_pc,
-                                                 target_stack);
+                                                 current_top_target ());
   if (func_addr != 0)
     method_stop_pc = func_addr;
 
This page took 0.025678 seconds and 4 git commands to generate.