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

  /src/external/gpl3/gdb.old/dist/gdb/
record.c 160 t->stop_recording ();
target-delegates-gen.c 175 void stop_recording () override;
352 void stop_recording () override;
3790 target_ops::stop_recording () function in class:target_ops
3792 this->beneath ()->stop_recording ();
3796 dummy_target::stop_recording () function in class:dummy_target
3801 debug_target::stop_recording () function in class:debug_target
3803 target_debug_printf_nofunc ("-> %s->stop_recording (...)", this->beneath ()->shortname ());
3804 this->beneath ()->stop_recording ();
3805 target_debug_printf_nofunc ("<- %s->stop_recording ()",
record-btrace.c 83 void stop_recording () override;
412 /* The stop_recording method of target record-btrace. */
415 record_btrace_target::stop_recording () function in class:record_btrace_target
target.h 1238 virtual void stop_recording ()
target.c 4067 current_inferior ()->top_target ()->stop_recording ();
  /src/external/gpl3/gdb/dist/gdb/
record.c 160 t->stop_recording ();
target-delegates-gen.c 175 void stop_recording () override;
356 void stop_recording () override;
3798 target_ops::stop_recording () function in class:target_ops
3800 this->beneath ()->stop_recording ();
3804 dummy_target::stop_recording () function in class:dummy_target
3809 debug_target::stop_recording () function in class:debug_target
3811 target_debug_printf_nofunc ("-> %s->stop_recording (...)", this->beneath ()->shortname ());
3812 this->beneath ()->stop_recording ();
3813 target_debug_printf_nofunc ("<- %s->stop_recording ()",
record-btrace.c 83 void stop_recording () override;
409 /* The stop_recording method of target record-btrace. */
412 record_btrace_target::stop_recording () function in class:record_btrace_target
target.h 1242 virtual void stop_recording ()
target.c 4078 current_inferior ()->top_target ()->stop_recording ();

Completed in 53 milliseconds