Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c734 if (mon_ops->magic != MONITOR_OPS_MAGIC) in monitor_open()
737 targ_ops = mon_ops->target; in monitor_open()
748 if (mon_ops->register_pattern) in monitor_open()
752 if (mon_ops->getmem.resp_delim) in monitor_open()
756 if (mon_ops->setmem.resp_delim) in monitor_open()
760 if (mon_ops->setreg.resp_delim) in monitor_open()
792 current_monitor = mon_ops; in monitor_open()
823 if (mon_ops->set_break != NULL) in monitor_open()
825 if (mon_ops->num_breakpoints == 0) in monitor_open()
826 mon_ops->num_breakpoints = 8; in monitor_open()
[all …]