HomeSort by: relevance | last modified time | path
    Searched refs:displaced_step_prepare (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 203 displaced_step_prepare_status displaced_step_prepare (thread_info *arg0, CORE_ADDR &arg1) override;
384 displaced_step_prepare_status displaced_step_prepare (thread_info *arg0, CORE_ADDR &arg1) override;
4449 target_ops::displaced_step_prepare (thread_info *arg0, CORE_ADDR &arg1) function in class:target_ops
4451 return this->beneath ()->displaced_step_prepare (arg0, arg1);
4455 dummy_target::displaced_step_prepare (thread_info *arg0, CORE_ADDR &arg1) function in class:dummy_target
4461 debug_target::displaced_step_prepare (thread_info *arg0, CORE_ADDR &arg1) function in class:debug_target
4463 target_debug_printf_nofunc ("-> %s->displaced_step_prepare (...)", this->beneath ()->shortname ());
4465 = this->beneath ()->displaced_step_prepare (arg0, arg1);
4466 target_debug_printf_nofunc ("<- %s->displaced_step_prepare (%s, %s) = %s",
gdbarch-gen.c 198 gdbarch_displaced_step_prepare_ftype *displaced_step_prepare = nullptr; member in struct:gdbarch
468 /* Skip verify of displaced_step_prepare, has predicate. */
469 if ((! gdbarch->displaced_step_finish) != (! gdbarch->displaced_step_prepare))
1148 "gdbarch_dump: displaced_step_prepare = <%s>\n",
1149 host_address_to_string (gdbarch->displaced_step_prepare));
4272 return gdbarch->displaced_step_prepare != NULL;
4279 gdb_assert (gdbarch->displaced_step_prepare != NULL);
4282 return gdbarch->displaced_step_prepare (gdbarch, thread, displaced_pc);
4287 gdbarch_displaced_step_prepare_ftype displaced_step_prepare)
4289 gdbarch->displaced_step_prepare = displaced_step_prepare
    [all...]
amd-dbgapi-target.c 324 displaced_step_prepare_status displaced_step_prepare
1936 amd_dbgapi_target::displaced_step_prepare (thread_info *thread, function in class:amd_dbgapi_target
1940 return beneath ()->displaced_step_prepare (thread, displaced_pc);
target.h 1391 virtual displaced_step_prepare_status displaced_step_prepare (thread_info *thread,
infrun.c 1623 displaced step operation on it. See displaced_step_prepare and
1853 = tp->inf->top_target ()->displaced_step_prepare (tp, displaced_pc);
1938 displaced_step_prepare (thread_info *thread)
2811 the comments for displaced_step_prepare explain why. The
2825 = displaced_step_prepare (tp);
1936 displaced_step_prepare (thread_info *thread) function
gdbarch-gen.h 1195 extern void set_gdbarch_displaced_step_prepare (struct gdbarch *gdbarch, gdbarch_displaced_step_prepare_ftype *displaced_step_prepare);
  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-gen.c 197 gdbarch_displaced_step_prepare_ftype *displaced_step_prepare = nullptr; member in struct:gdbarch
465 /* Skip verify of displaced_step_prepare, has predicate. */
466 if ((! gdbarch->displaced_step_finish) != (! gdbarch->displaced_step_prepare))
1141 "gdbarch_dump: displaced_step_prepare = <%s>\n",
1142 host_address_to_string (gdbarch->displaced_step_prepare));
4242 return gdbarch->displaced_step_prepare != NULL;
4249 gdb_assert (gdbarch->displaced_step_prepare != NULL);
4252 return gdbarch->displaced_step_prepare (gdbarch, thread, displaced_pc);
4257 gdbarch_displaced_step_prepare_ftype displaced_step_prepare)
4259 gdbarch->displaced_step_prepare = displaced_step_prepare
    [all...]
gdbarch-gen.h 1186 extern void set_gdbarch_displaced_step_prepare (struct gdbarch *gdbarch, gdbarch_displaced_step_prepare_ftype *displaced_step_prepare);
infrun.c 1617 displaced step operation on it. See displaced_step_prepare and
1938 displaced_step_prepare (thread_info *thread)
2817 the comments for displaced_step_prepare explain why. The
2831 = displaced_step_prepare (tp);
1936 displaced_step_prepare (thread_info *thread) function

Completed in 88 milliseconds