Searched refs:tested_pid (Results 1 – 1 of 1) sorted by relevance
91 write_gdbscript (const char *path, int tested_pid) in write_gdbscript() argument108 support_objdir_root, tested_pid); in write_gdbscript()157 gdb_process (const char *gdb_path, const char *gdbscript, pid_t *tested_pid) in gdb_process() argument166 *tested_pid = target.pid; in gdb_process()218 pid_t *tested_pid = support_shared_allocate (sizeof (pid_t)); in do_test() local222 gdb_process (gdb_path, gdbscript, tested_pid); in do_test()231 kill (*tested_pid, SIGKILL); in do_test()233 support_shared_free (tested_pid); in do_test()
Completed in 3 milliseconds