Home
last modified time | relevance | path

Searched refs:sr_get_debug (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dremote-sim.c340 if (sr_get_debug ()) in gdbsim_fetch_register()
390 if (sr_get_debug ()) in gdbsim_kill()
405 if (sr_get_debug ()) in gdbsim_load()
442 if (sr_get_debug ()) in gdbsim_create_inferior()
487 if (sr_get_debug ()) in gdbsim_open()
560 if (sr_get_debug ()) in gdbsim_close()
587 if (sr_get_debug ()) in gdbsim_detach()
608 if (sr_get_debug ()) in gdbsim_resume()
671 if (sr_get_debug ()) in gdbsim_wait()
756 if (sr_get_debug ()) in gdbsim_xfer_inferior_memory()
[all …]
H A Dremote-utils.c230 if (sr_get_debug () > 0) in sr_readchar()
244 if (sr_get_debug () > 0) in sr_pollchar()
287 if (sr_get_debug () > 0) in sr_write()
H A Dremote-utils.h47 #define sr_get_debug() (remote_debug) macro