Searched refs:dwfl_linux_proc_attach (Results 1 – 17 of 17) sorted by relevance
/third_party/elfutils/libdwfl/ |
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
|
D | argp-std.c | 177 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false); in parse_opt() local
|
D | libdwfl.h | 728 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
|
D | ChangeLog | 270 (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 …]
|
D | libdwflP.h | 776 INTDECL (dwfl_linux_proc_attach)
|
/third_party/elfutils/tests/ |
D | dwfl-proc-attach.c | 91 if (dwfl_linux_proc_attach (dwfl, pid, false) < 0) in main()
|
D | vdsosyms.c | 94 result = dwfl_linux_proc_attach (dwfl, pid, false); in main()
|
D | backtrace-dwarf.c | 59 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
|
D | backtrace.c | 359 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
|
D | ChangeLog | 2420 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/ |
D | libdw.map | 282 dwfl_linux_proc_attach;
|
D | ChangeLog | 1910 dwfl_linux_proc_attach.
|
/third_party/elfutils/include/elfutils/ |
D | libdwfl.h | 728 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
|
/third_party/elfutils/src/ |
D | stack.c | 604 int err = dwfl_linux_proc_attach (dwfl, pid, false); in parse_opt()
|
D | ChangeLog | 2666 * stack.c (parse_opt): Explicitly call dwfl_linux_proc_attach
|
/third_party/elfutils/config/ |
D | elfutils.spec.in | 625 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
|
/third_party/elfutils/ |
D | NEWS | 406 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
|