HomeSort by: relevance | last modified time | path
    Searched refs:attaching (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.h 192 int attaching = 0; member in struct:gdbserver_windows_process
win32-low.cc 514 /* win32_wait needs to know we're not attaching. */
515 windows_process.attaching = 0;
600 /* win32_wait needs to know we're attaching. */
601 windows_process.attaching = 1;
992 windows_process.attaching = 0;
  /src/external/gpl3/gdb/dist/gdbserver/
win32-low.h 192 int attaching = 0; member in struct:gdbserver_windows_process
win32-low.cc 510 /* win32_wait needs to know we're not attaching. */
511 windows_process.attaching = 0;
596 /* win32_wait needs to know we're attaching. */
597 windows_process.attaching = 1;
988 windows_process.attaching = 0;
  /src/sys/dev/ic/
rtsx.c 327 rtsx_init(struct rtsx_softc *sc, int attaching)
333 if (attaching) {
365 if (attaching && (status & RTSX_SD_EXIST))
  /src/external/gpl3/gdb.old/dist/gdb/
windows-nat.c 299 void do_initial_windows_stuff (DWORD pid, bool attaching);
1771 windows_nat_target::do_initial_windows_stuff (DWORD pid, bool attaching)
1799 = !attaching && windows_process.wow64_process;
1814 inf->attach_flag = attaching;
  /src/external/gpl3/gdb/dist/gdb/
windows-nat.c 298 void do_initial_windows_stuff (DWORD pid, bool attaching);
1775 windows_nat_target::do_initial_windows_stuff (DWORD pid, bool attaching)
1802 = !attaching && windows_process.wow64_process;
1817 inf->attach_flag = attaching;
  /src/external/bsd/ipf/dist/
HISTORY 455 * if attaching fails and we can abort, then cleanup when doing so.

Completed in 22 milliseconds