Searched refs:stopped_at_software_breakpoint (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/nat/
H A Dwindows-nat.h94 bool stopped_at_software_breakpoint = false; member in struct:windows_nat::windows_thread_info
H A Dwindows-nat.c85 stopped_at_software_breakpoint = false;
/netbsd-current/external/gpl3/gdb/dist/gdb/nat/
H A Dwindows-nat.h93 bool stopped_at_software_breakpoint = false; member in struct:windows_nat::windows_thread_info
H A Dwindows-nat.c111 stopped_at_software_breakpoint = false;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.cc968 'stopped_at_software_breakpoint' on the thread and adjust the
980 th->stopped_at_software_breakpoint = false;
989 th->stopped_at_software_breakpoint = true;
1403 return th == nullptr ? false : th->stopped_at_software_breakpoint;
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.cc1375 'stopped_at_software_breakpoint' on the thread and adjust the
1386 th->stopped_at_software_breakpoint = false;
1395 th->stopped_at_software_breakpoint = true;
1881 return th == nullptr ? false : th->stopped_at_software_breakpoint;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dwindows-nat.c322 return th->stopped_at_software_breakpoint;
610 if (th->stopped_at_software_breakpoint
1762 th->stopped_at_software_breakpoint = true;
1832 th->stopped_at_software_breakpoint = false;
1840 th->stopped_at_software_breakpoint = true;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dwindows-nat.c272 return th->stopped_at_software_breakpoint;
693 if (th->stopped_at_software_breakpoint
1807 th->stopped_at_software_breakpoint = true;
1849 th->stopped_at_software_breakpoint = false;
1858 th->stopped_at_software_breakpoint = true;

Completed in 366 milliseconds