infrun: step through indirect branch thunks
[deliverable/binutils-gdb.git] / gdb / gdbarch.sh
index 092302993a7cbc3e4dec3b43d07fbe3a8db5adfd..4fc54cba9c307395ccbaac4b7c67cca1b2a52b4a 100755 (executable)
@@ -660,6 +660,9 @@ m;CORE_ADDR;skip_solib_resolver;CORE_ADDR pc;pc;;generic_skip_solib_resolver;;0
 # Some systems also have trampoline code for returning from shared libs.
 m;int;in_solib_return_trampoline;CORE_ADDR pc, const char *name;pc, name;;generic_in_solib_return_trampoline;;0
 
+# Return true if PC lies inside an indirect branch thunk.
+m;bool;in_indirect_branch_thunk;CORE_ADDR pc;pc;;default_in_indirect_branch_thunk;;0
+
 # A target might have problems with watchpoints as soon as the stack
 # frame of the current function has been destroyed.  This mostly happens
 # as the first action in a function's epilogue.  stack_frame_destroyed_p()
This page took 0.027592 seconds and 4 git commands to generate.