Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dinfrun.c117 static int infrun_is_async = -1; variable
126 if (infrun_is_async != enable) in infrun_async()
128 infrun_is_async = enable; in infrun_async()
DChangeLog-20156519 (infrun_async_inferior_event_token, infrun_is_async): New globals.