Home
last modified time | relevance | path

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

/aosp_15_r20/external/elfutils/libdwfl/
H A Dlinux-pid-attach.c386 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 Dargp-std.c177 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false); in parse_opt() local
H A Dlibdwfl.h731 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
H A DChangeLog325 (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 DlibdwflP.h772 INTDECL (dwfl_linux_proc_attach)
/aosp_15_r20/external/strace/m4/
H A Dst_libdw.m463 [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 Ddwfl-proc-attach.c91 if (dwfl_linux_proc_attach (dwfl, pid, false) < 0) in main()
H A Dvdsosyms.c94 result = dwfl_linux_proc_attach (dwfl, pid, false); in main()
H A Dbacktrace-dwarf.c59 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
H A Dbacktrace.c367 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
H A DChangeLog2474 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 Dunwind-libdw.c75 int r = dwfl_linux_proc_attach(dwfl, tcp->pid, true); in tcb_init()
H A Dconfigure14952 char dwfl_linux_proc_attach ();
14956 return dwfl_linux_proc_attach ();
H A DChangeLog5008 ./strace: dwfl_linux_proc_attach returned an error for process 0: No such file or directory
/aosp_15_r20/external/elfutils/libdw/
H A Dlibdw.map282 dwfl_linux_proc_attach;
H A DChangeLog2014 dwfl_linux_proc_attach.
/aosp_15_r20/external/elfutils/include/elfutils/
H A Dlibdwfl.h731 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
/aosp_15_r20/external/elfutils/src/
H A Dstack.c604 int err = dwfl_linux_proc_attach (dwfl, pid, false); in parse_opt()
H A DChangeLog2741 * stack.c (parse_opt): Explicitly call dwfl_linux_proc_attach
/aosp_15_r20/external/elfutils/config/
H A Delfutils.spec.in665 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
/aosp_15_r20/external/elfutils/
H A DNEWS464 dwfl_linux_proc_attach can now be called before any Dwfl_Modules