Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Dlinux-pid-attach.c295 dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid, bool assume_ptrace_stopped) in dwfl_linux_proc_attach() function
394 INTDEF (dwfl_linux_proc_attach) in INTDEF() argument
490 dwfl_linux_proc_attach (Dwfl *dwfl __attribute__ ((unused)), in dwfl_linux_proc_attach() function
496 INTDEF (dwfl_linux_proc_attach) in INTDEF() argument
Dargp-std.c175 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false); in parse_opt() local
Dlibdwfl.h733 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
DChangeLog193 (dwfl_linux_proc_attach): Open and save /proc/PID/exe.
493 * linux-pid-attach.c (dwfl_linux_proc_attach): Set dwfl->attacherr.
498 or dwfl_linux_proc_attach.
645 * linux-pid-attach.c (dwfl_linux_proc_attach): Use strtol, not atoi.
649 * argp-std.c (parse_opt): Call dwfl_linux_proc_attach and
661 (dwfl_linux_proc_attach): Likewise.
666 (dwfl_linux_proc_attach): Likewise.
675 (dwfl_linux_proc_attach): ...this. Adjust return type.
DlibdwflP.h743 INTDECL (dwfl_linux_proc_attach)
/external/elfutils/tests/
Ddwfl-proc-attach.c91 if (dwfl_linux_proc_attach (dwfl, pid, false) < 0) in main()
Dvdsosyms.c94 result = dwfl_linux_proc_attach (dwfl, pid, false); in main()
Dbacktrace-dwarf.c60 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
Dbacktrace.c300 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
DChangeLog238 dwfl_linux_proc_attach.
500 * vdsosyms.c (main): Call dwfl_linux_proc_attach.
750 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
755 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
779 dwfl_linux_proc_attach and check for errors.
/external/elfutils/libdw/
Dlibdw.map293 dwfl_linux_proc_attach;
DChangeLog685 dwfl_linux_proc_attach.
/external/elfutils/include/elfutils/
Dlibdwfl.h733 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
/external/elfutils/src/
Dstack.c604 int err = dwfl_linux_proc_attach (dwfl, pid, false); in parse_opt()
DChangeLog915 * stack.c (parse_opt): Explicitly call dwfl_linux_proc_attach
/external/elfutils/config/
Delfutils.spec.in249 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
/external/elfutils/
DNEWS30 dwfl_linux_proc_attach can now be called before any Dwfl_Modules