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

  /src/external/gpl3/gdb/dist/gdb/
inf-child.c 86 inf_child_target::prepare_to_store (struct regcache *regcache) function in class:inf_child_target
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);
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
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);
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
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)",
  /src/external/gpl3/gdb.old/dist/gdb/
inf-child.c 85 inf_child_target::prepare_to_store (struct regcache *regcache) function in class:inf_child_target
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);
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
record-btrace.c 115 void prepare_to_store (struct regcache *) override;
1595 /* The prepare_to_store method of target record-btrace. */
1598 record_btrace_target::prepare_to_store (struct regcache *regcache) function in class:record_btrace_target
1604 this->beneath ()->prepare_to_store (regcache);
record-full.c 310 void prepare_to_store (struct regcache *regcache) override;
2108 /* "prepare_to_store" method for prec over corefile. */
2111 record_full_core_target::prepare_to_store (struct regcache *regcache) function in class:record_full_core_target
target-delegates.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)",

Completed in 46 milliseconds