Searched refs:dwfl_linux_proc_attach (Results 1 – 15 of 15) sorted by relevance
/external/elfutils/src/libdwfl/ |
D | linux-pid-attach.c | 289 dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid, bool assume_ptrace_stopped) in dwfl_linux_proc_attach() function 363 INTDEF (dwfl_linux_proc_attach) in INTDEF() argument 459 dwfl_linux_proc_attach (Dwfl *dwfl __attribute__ ((unused)), in dwfl_linux_proc_attach() function 465 INTDEF (dwfl_linux_proc_attach) in INTDEF() argument
|
D | argp-std.c | 175 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false); in parse_opt() local
|
D | libdwfl.h | 731 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
|
D | libdwflP.h | 728 INTDECL (dwfl_linux_proc_attach)
|
D | ChangeLog | 144 * linux-pid-attach.c (dwfl_linux_proc_attach): Set dwfl->attacherr. 149 or dwfl_linux_proc_attach. 296 * linux-pid-attach.c (dwfl_linux_proc_attach): Use strtol, not atoi. 300 * argp-std.c (parse_opt): Call dwfl_linux_proc_attach and 312 (dwfl_linux_proc_attach): Likewise. 317 (dwfl_linux_proc_attach): Likewise. 326 (dwfl_linux_proc_attach): ...this. Adjust return type.
|
/external/elfutils/src/tests/ |
D | vdsosyms.c | 93 result = dwfl_linux_proc_attach (dwfl, pid, false); in main()
|
D | backtrace-dwarf.c | 57 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
|
D | backtrace.c | 294 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
|
D | ChangeLog | 52 * vdsosyms.c (main): Call dwfl_linux_proc_attach. 302 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with 307 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached 331 dwfl_linux_proc_attach and check for errors.
|
/external/elfutils/src/libdw/ |
D | libdw.map | 293 dwfl_linux_proc_attach;
|
D | ChangeLog | 375 dwfl_linux_proc_attach.
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 731 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
|
/external/elfutils/src/src/ |
D | stack.c | 604 int err = dwfl_linux_proc_attach (dwfl, pid, false); in parse_opt()
|
D | ChangeLog | 430 * stack.c (parse_opt): Explicitly call dwfl_linux_proc_attach
|
/external/ltrace/ |
D | proc.c | 925 int r = dwfl_linux_proc_attach(dwfl, in proc_add_library()
|