Searched refs:gdb_path (Results 1 – 1 of 1) sorted by relevance
/nptl/ |
A D | tst-pthread-gdb-attach.c | 157 gdb_process (const char *gdb_path, const char *gdbscript, pid_t *tested_pid) in gdb_process() argument 169 execl (gdb_path, "gdb", "-nx", "-batch", "-x", gdbscript, NULL); in gdb_process() 179 char *gdb_path = find_gdb (); in do_test() local 180 if (gdb_path == NULL) in do_test() 193 if (read_elf_header (gdb_path, &elf_gdb) in do_test() 197 FAIL_UNSUPPORTED ("GDB at %s has wrong class", gdb_path); in do_test() 199 FAIL_UNSUPPORTED ("GDB at %s has wrong data", gdb_path); in do_test() 201 FAIL_UNSUPPORTED ("GDB at %s has wrong machine", gdb_path); in do_test() 222 gdb_process (gdb_path, gdbscript, tested_pid); in do_test() 235 free (gdb_path); in do_test()
|
Completed in 2 milliseconds