Lines Matching refs:target_ops
38 static struct target_ops ravenscar_ops;
57 static void ravenscar_find_new_threads (struct target_ops *ops);
60 static int ravenscar_thread_alive (struct target_ops *ops, ptid_t ptid);
61 static void ravenscar_fetch_registers (struct target_ops *ops,
63 static void ravenscar_store_registers (struct target_ops *ops,
66 static void ravenscar_resume (struct target_ops *ops, ptid_t ptid, int step,
68 static void ravenscar_mourn_inferior (struct target_ops *ops);
72 static void ravenscar_inferior_created (struct target_ops *target,
175 ravenscar_resume (struct target_ops *ops, ptid_t ptid, int step, in ravenscar_resume()
178 struct target_ops *beneath = find_target_beneath (ops); in ravenscar_resume()
185 ravenscar_wait (struct target_ops *ops, ptid_t ptid, in ravenscar_wait()
189 struct target_ops *beneath = find_target_beneath (ops); in ravenscar_wait()
220 ravenscar_find_new_threads (struct target_ops *ops) in ravenscar_find_new_threads()
250 ravenscar_thread_alive (struct target_ops *ops, ptid_t ptid) in ravenscar_thread_alive()
257 ravenscar_pid_to_str (struct target_ops *ops, ptid_t ptid) in ravenscar_pid_to_str()
266 ravenscar_fetch_registers (struct target_ops *ops, in ravenscar_fetch_registers()
269 struct target_ops *beneath = find_target_beneath (ops); in ravenscar_fetch_registers()
286 ravenscar_store_registers (struct target_ops *ops, in ravenscar_store_registers()
289 struct target_ops *beneath = find_target_beneath (ops); in ravenscar_store_registers()
308 struct target_ops *beneath = find_target_beneath (&ravenscar_ops); in ravenscar_prepare_to_store()
325 ravenscar_mourn_inferior (struct target_ops *ops) in ravenscar_mourn_inferior()
327 struct target_ops *beneath = find_target_beneath (&ravenscar_ops); in ravenscar_mourn_inferior()
337 ravenscar_inferior_created (struct target_ops *target, int from_tty) in ravenscar_inferior_created()