Searched refs:soft_interrupt_requested (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.h194 int soft_interrupt_requested = 0; member in struct:gdbserver_windows_process
H A Dwin32-low.cc315 windows_process.soft_interrupt_requested = 0;
1013 if (windows_process.soft_interrupt_requested)
1015 windows_process.soft_interrupt_requested = 0;
1304 windows_process.soft_interrupt_requested = 1;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.cc85 static int soft_interrupt_requested = 0; variable
387 soft_interrupt_requested = 0;
1417 if (soft_interrupt_requested)
1419 soft_interrupt_requested = 0;
1727 soft_interrupt_requested = 1;

Completed in 88 milliseconds