Home
last modified time | relevance | path

Searched refs:ptraceme (Results 1 - 1 of 1) sorted by relevance

/third_party/elfutils/tests/
H A Dbacktrace-child.c18 /* Command line syntax: ./backtrace-child [--ptraceme|--gencore]
19 --ptraceme will call ptrace (PTRACE_TRACEME) in the two threads.
34 On any arch then sigusr2 calls raise (SIGUSR1) for --ptraceme.
114 static int ptraceme, gencore; variable
164 if (ptraceme) in stdarg()
215 ptraceme = (*argv && strcmp (*argv, "--ptraceme") == 0); in main()
216 argv += ptraceme; in main()
234 if (ptraceme) in main()

Completed in 1 milliseconds