Home
last modified time | relevance | path

Searched refs:gdbscript (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dtst-pthread-gdb-attach.c157 gdb_process (const char *gdb_path, const char *gdbscript, pid_t *tested_pid) in gdb_process() argument
165 write_gdbscript (gdbscript, target.pid); in gdb_process()
169 execl (gdb_path, "gdb", "-nx", "-batch", "-x", gdbscript, NULL); in gdb_process()
213 char *gdbscript; in do_test() local
214 xclose (create_temp_file ("tst-pthread-gdb-attach-", &gdbscript)); in do_test()
222 gdb_process (gdb_path, gdbscript, tested_pid); in do_test()
234 free (gdbscript); in do_test()

Completed in 3 milliseconds