Home | History | Annotate | Download | only in coregrind

Lines Matching refs:attach

522 Bool attach (int pid, char *msg)
528 // repetitively attach error. We will output once an error
529 // for the initial_attach. Once the 1st attach has succeeded, we
622 if (!attach(vgdb_threads[i].lwpid, "attach_thread")) {
623 ERROR(0, "ERROR attach pid %d tid %d\n",
873 DEBUG(1, "attach to 'main' pid %d\n", pid);
874 if (!attach(pid, "attach main pid")) {
877 ERROR(0, "error attach main pid %d\n", pid);
2018 "vgdb will only be able to attach to a Valgrind process\n"
2019 "blocked in a system call *after* an initial successful attach\n",