Home
last modified time | relevance | path

Searched refs:can_execute_reverse (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtarget-delegates.c126 bool can_execute_reverse () override;
303 bool can_execute_reverse () override;
2620 target_ops::can_execute_reverse () in can_execute_reverse() function
2622 return this->beneath ()->can_execute_reverse (); in can_execute_reverse()
2626 dummy_target::can_execute_reverse () in can_execute_reverse() function
2632 debug_target::can_execute_reverse () in can_execute_reverse() function
2636 = this->beneath ()->can_execute_reverse (); in can_execute_reverse()
Drecord-full.c240 bool can_execute_reverse () override;
1841 record_full_base_target::can_execute_reverse () in can_execute_reverse() function
Drecord-btrace.c131 bool can_execute_reverse () override;
2673 record_btrace_target::can_execute_reverse () in can_execute_reverse() function
Dtarget.h924 virtual bool can_execute_reverse ()
Dtarget.c574 return current_inferior ()->top_target ()->can_execute_reverse (); in target_can_execute_reverse()
Dremote.c946 bool can_execute_reverse () override;
13421 remote_target::can_execute_reverse () in can_execute_reverse() function
DChangeLog-201811182 always_non_stop_p, can_execute_reverse, supports_multi_process,