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

  /src/external/gpl3/gdb/dist/gdb/
target-delegates-gen.c 144 void trace_set_readonly_regions () override;
321 void trace_set_readonly_regions () override;
3039 target_ops::trace_set_readonly_regions () function in class:target_ops
3041 this->beneath ()->trace_set_readonly_regions ();
3045 dummy_target::trace_set_readonly_regions () function in class:dummy_target
3051 debug_target::trace_set_readonly_regions () function in class:debug_target
3053 target_debug_printf_nofunc ("-> %s->trace_set_readonly_regions (...)", this->beneath ()->shortname ());
3054 this->beneath ()->trace_set_readonly_regions ();
3055 target_debug_printf_nofunc ("<- %s->trace_set_readonly_regions ()",
  /src/external/gpl3/gdb.old/dist/gdb/
target-delegates.c 144 void trace_set_readonly_regions () override;
321 void trace_set_readonly_regions () override;
3039 target_ops::trace_set_readonly_regions () function in class:target_ops
3041 this->beneath ()->trace_set_readonly_regions ();
3045 dummy_target::trace_set_readonly_regions () function in class:dummy_target
3051 debug_target::trace_set_readonly_regions () function in class:debug_target
3053 target_debug_printf_nofunc ("-> %s->trace_set_readonly_regions (...)", this->beneath ()->shortname ());
3054 this->beneath ()->trace_set_readonly_regions ();
3055 target_debug_printf_nofunc ("<- %s->trace_set_readonly_regions ()",

Completed in 26 milliseconds