Home
last modified time | relevance | path

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

/third_party/elfutils/libdwfl/
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
Dargp-std.c177 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false); in parse_opt() local
Dlibdwfl.h728 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
DChangeLog270 (dwfl_linux_proc_attach): Likewise.
448 * linux-pid-attach.c (dwfl_linux_proc_attach): Don't assert, but
652 (dwfl_linux_proc_attach): Initialize mem_cache to NULL.
1072 (dwfl_linux_proc_attach): Open and save /proc/PID/exe.
1372 * linux-pid-attach.c (dwfl_linux_proc_attach): Set dwfl->attacherr.
1377 or dwfl_linux_proc_attach.
1524 * linux-pid-attach.c (dwfl_linux_proc_attach): Use strtol, not atoi.
1528 * argp-std.c (parse_opt): Call dwfl_linux_proc_attach and
1540 (dwfl_linux_proc_attach): Likewise.
1545 (dwfl_linux_proc_attach): Likewise.
[all …]
DlibdwflP.h776 INTDECL (dwfl_linux_proc_attach)
/third_party/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.c59 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
Dbacktrace.c359 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
DChangeLog2420 dwfl_linux_proc_attach.
2682 * vdsosyms.c (main): Call dwfl_linux_proc_attach.
2932 * backtrace-dwarf.c (report_pid): Call dwfl_linux_proc_attach with
2937 (report_pid): Call dwfl_linux_proc_attach with assume_ptrace_attached
2961 dwfl_linux_proc_attach and check for errors.
/third_party/elfutils/libdw/
Dlibdw.map282 dwfl_linux_proc_attach;
DChangeLog1910 dwfl_linux_proc_attach.
/third_party/elfutils/include/elfutils/
Dlibdwfl.h728 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
/third_party/elfutils/src/
Dstack.c604 int err = dwfl_linux_proc_attach (dwfl, pid, false); in parse_opt()
DChangeLog2666 * stack.c (parse_opt): Explicitly call dwfl_linux_proc_attach
/third_party/elfutils/config/
Delfutils.spec.in625 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
/third_party/elfutils/
DNEWS406 dwfl_linux_proc_attach can now be called before any Dwfl_Modules