/aosp_15_r20/external/elfutils/libdwfl/ |
H A D | linux-pid-attach.c | 386 dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid, bool assume_ptrace_stopped) in dwfl_linux_proc_attach() function 490 INTDEF (dwfl_linux_proc_attach) in INTDEF() argument 523 dwfl_linux_proc_attach (Dwfl *dwfl __attribute__ ((unused)), in dwfl_linux_proc_attach() function 529 INTDEF (dwfl_linux_proc_attach) in INTDEF() argument
|
H A D | argp-std.c | 177 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false); in parse_opt() local
|
H A D | libdwfl.h | 731 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
|
H A D | ChangeLog | 325 (dwfl_linux_proc_attach): Likewise. 503 * linux-pid-attach.c (dwfl_linux_proc_attach): Don't assert, but 707 (dwfl_linux_proc_attach): Initialize mem_cache to NULL. 1127 (dwfl_linux_proc_attach): Open and save /proc/PID/exe. 1427 * linux-pid-attach.c (dwfl_linux_proc_attach): Set dwfl->attacherr. 1432 or dwfl_linux_proc_attach. 1579 * linux-pid-attach.c (dwfl_linux_proc_attach): Use strtol, not atoi. 1583 * argp-std.c (parse_opt): Call dwfl_linux_proc_attach and 1595 (dwfl_linux_proc_attach): Likewise. 1600 (dwfl_linux_proc_attach): Likewise. [all …]
|
H A D | libdwflP.h | 772 INTDECL (dwfl_linux_proc_attach)
|
/aosp_15_r20/external/strace/m4/ |
H A D | st_libdw.m4 | 63 [AC_CHECK_LIB([dw], [dwfl_linux_proc_attach], 84 [AC_MSG_FAILURE([failed to find dwfl_linux_proc_attach in libdw])],
|
/aosp_15_r20/external/elfutils/tests/ |
H A D | dwfl-proc-attach.c | 91 if (dwfl_linux_proc_attach (dwfl, pid, false) < 0) in main()
|
H A D | vdsosyms.c | 94 result = dwfl_linux_proc_attach (dwfl, pid, false); in main()
|
H A D | backtrace-dwarf.c | 59 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
|
H A D | backtrace.c | 367 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
|
H A D | ChangeLog | 2474 dwfl_linux_proc_attach. 2736 * vdsosyms.c (main): Call dwfl_linux_proc_attach. 2986 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with 2991 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached 3015 dwfl_linux_proc_attach and check for errors.
|
/aosp_15_r20/external/strace/ |
H A D | unwind-libdw.c | 75 int r = dwfl_linux_proc_attach(dwfl, tcp->pid, true); in tcb_init()
|
H A D | configure | 14952 char dwfl_linux_proc_attach (); 14956 return dwfl_linux_proc_attach ();
|
H A D | ChangeLog | 5008 ./strace: dwfl_linux_proc_attach returned an error for process 0: No such file or directory
|
/aosp_15_r20/external/elfutils/libdw/ |
H A D | libdw.map | 282 dwfl_linux_proc_attach;
|
H A D | ChangeLog | 2014 dwfl_linux_proc_attach.
|
/aosp_15_r20/external/elfutils/include/elfutils/ |
H A D | libdwfl.h | 731 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
|
/aosp_15_r20/external/elfutils/src/ |
H A D | stack.c | 604 int err = dwfl_linux_proc_attach (dwfl, pid, false); in parse_opt()
|
H A D | ChangeLog | 2741 * stack.c (parse_opt): Explicitly call dwfl_linux_proc_attach
|
/aosp_15_r20/external/elfutils/config/ |
H A D | elfutils.spec.in | 665 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
|
/aosp_15_r20/external/elfutils/ |
H A D | NEWS | 464 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
|