Lines Matching refs:stderr
58 fprintf(stderr, in InitProcessTids()
65 fprintf(stderr, in InitProcessTids()
80 fprintf(stderr, "Failed to send stop signal to pid %d: %s\n", pid_, strerror(errno)); in Stop()
91 fprintf(stderr, "Failed to send continue signal to pid %d: %s\n", pid_, strerror(errno)); in Resume()
102 fprintf(stderr, "Tid %d does not belong to proc %d.\n", tid, pid_); in Detach()
107 fprintf(stderr, "Cannot detach because no thread is currently attached.\n"); in Detach()
113 fprintf(stderr, "Failed to detach from tid %d: %s\n", tid, strerror(errno)); in Detach()
123 fprintf(stderr, "Tid %d does not belong to proc %d.\n", tid, pid_); in Attach()
129 fprintf(stderr, "Cannot attatch to tid %d. Already attached to tid %d.\n", tid, in Attach()
135 fprintf(stderr, "Failed to attached to tid %d: %s\n", tid, strerror(errno)); in Attach()
140 fprintf(stderr, "Failed to stop tid %d: %s\n", tid, strerror(errno)); in Attach()
174 fprintf(stderr, "\nExited while waiting for pid %d to enter %s.\n", pid_, elf_name.c_str()); in StopInDesiredElf()
183 fprintf(stderr, "Could not parse maps for pid %d.\n", pid); in UsesSharedLibrary()
195 fprintf(stderr, "Unable to get remote reg data.\n"); in ProcIsInDesiredElf()
201 fprintf(stderr, "Unable to intitialize unwinder.\n"); in ProcIsInDesiredElf()