Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c153 static int monitor_debug_p = 0; variable
162 if (monitor_debug_p) in monitor_debug()
350 if (monitor_debug_p) in monitor_printf_noecho()
378 if (monitor_debug_p) in monitor_printf()
461 if (monitor_debug_p || remote_debug) in readchar()
525 if (monitor_debug_p) in monitor_expect()
1003 if (monitor_debug_p || remote_debug) in monitor_interrupt()
1067 if (monitor_debug_p || remote_debug in monitor_wait_filter()
1124 if (monitor_debug_p || remote_debug in monitor_wait()
1926 if (monitor_debug_p || remote_debug) in monitor_read_memory()
[all …]
H A DChangeLog-19992199 * monitor.c (monitor_debug_p): New variable. Replaces macro.