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

  /src/external/gpl3/gdb.old/dist/gdb/
test-target.h 53 void prepare_to_store (regcache *regs) override
inf-child.h 45 void prepare_to_store (struct regcache *) override;
ravenscar-thread.c 96 void prepare_to_store (struct regcache *) override;
770 ravenscar_thread_target::prepare_to_store (struct regcache *regcache) function in class:ravenscar_thread_target
780 beneath ()->prepare_to_store (regcache);
788 beneath ()->prepare_to_store (regcache);
inf-child.c 86 inf_child_target::prepare_to_store (struct regcache *regcache) function in class:inf_child_target
remote-sim.c 141 void prepare_to_store (struct regcache *) override;
1016 gdbsim_target::prepare_to_store (struct regcache *regcache) function in class:gdbsim_target
target-delegates-gen.c 41 void prepare_to_store (struct regcache *arg0) override;
218 void prepare_to_store (struct regcache *arg0) override;
564 target_ops::prepare_to_store (struct regcache *arg0) function in class:target_ops
566 this->beneath ()->prepare_to_store (arg0);
570 dummy_target::prepare_to_store (struct regcache *arg0) function in class:dummy_target
576 debug_target::prepare_to_store (struct regcache *arg0) function in class:debug_target
578 target_debug_printf_nofunc ("-> %s->prepare_to_store (...)", this->beneath ()->shortname ());
579 this->beneath ()->prepare_to_store (arg0);
580 target_debug_printf_nofunc ("<- %s->prepare_to_store (%s)",
record-full.c 313 void prepare_to_store (struct regcache *regcache) override;
2119 /* "prepare_to_store" method for prec over corefile. */
2122 record_full_core_target::prepare_to_store (struct regcache *regcache) function in class:record_full_core_target
record-btrace.c 116 void prepare_to_store (struct regcache *) override;
1642 /* The prepare_to_store method of target record-btrace. */
1645 record_btrace_target::prepare_to_store (struct regcache *regcache) function in class:record_btrace_target
1651 this->beneath ()->prepare_to_store (regcache);
target.h 535 virtual void prepare_to_store (struct regcache *)
target.c 219 return current_inferior ()->top_target ()->prepare_to_store (regcache);
remote.c 878 void prepare_to_store (struct regcache *) override;
9156 remote_target::prepare_to_store (struct regcache *regcache)
  /src/external/gpl3/gdb/dist/gdb/
test-target.h 53 void prepare_to_store (regcache *regs) override
inf-child.h 45 void prepare_to_store (struct regcache *) override;
ravenscar-thread.c 96 void prepare_to_store (struct regcache *) override;
770 ravenscar_thread_target::prepare_to_store (struct regcache *regcache) function in class:ravenscar_thread_target
780 beneath ()->prepare_to_store (regcache);
788 beneath ()->prepare_to_store (regcache);
inf-child.c 86 inf_child_target::prepare_to_store (struct regcache *regcache) function in class:inf_child_target
remote-sim.c 141 void prepare_to_store (struct regcache *) override;
1016 gdbsim_target::prepare_to_store (struct regcache *regcache) function in class:gdbsim_target
target-delegates-gen.c 41 void prepare_to_store (struct regcache *arg0) override;
222 void prepare_to_store (struct regcache *arg0) override;
572 target_ops::prepare_to_store (struct regcache *arg0) function in class:target_ops
574 this->beneath ()->prepare_to_store (arg0);
578 dummy_target::prepare_to_store (struct regcache *arg0) function in class:dummy_target
584 debug_target::prepare_to_store (struct regcache *arg0) function in class:debug_target
586 target_debug_printf_nofunc ("-> %s->prepare_to_store (...)", this->beneath ()->shortname ());
587 this->beneath ()->prepare_to_store (arg0);
588 target_debug_printf_nofunc ("<- %s->prepare_to_store (%s)",
record-full.c 313 void prepare_to_store (struct regcache *regcache) override;
2119 /* "prepare_to_store" method for prec over corefile. */
2122 record_full_core_target::prepare_to_store (struct regcache *regcache) function in class:record_full_core_target
record-btrace.c 116 void prepare_to_store (struct regcache *) override;
1639 /* The prepare_to_store method of target record-btrace. */
1642 record_btrace_target::prepare_to_store (struct regcache *regcache) function in class:record_btrace_target
1648 this->beneath ()->prepare_to_store (regcache);
target.h 535 virtual void prepare_to_store (struct regcache *)
target.c 219 return current_inferior ()->top_target ()->prepare_to_store (regcache);
remote.c 880 void prepare_to_store (struct regcache *) override;
9185 remote_target::prepare_to_store (struct regcache *regcache)

Completed in 83 milliseconds