Searched refs:dwfl_linux_proc_attach (Results 1 – 17 of 17) sorted by relevance
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 295 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
|
D | argp-std.c | 175 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false); in parse_opt() local
|
D | libdwfl.h | 733 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
|
D | libdwflP.h | 743 INTDECL (dwfl_linux_proc_attach)
|
D | ChangeLog | 193 (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.
|
/external/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 | 60 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
|
D | backtrace.c | 300 result = dwfl_linux_proc_attach (dwfl, pid, true); in report_pid()
|
D | ChangeLog | 238 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/ |
D | libdw.map | 293 dwfl_linux_proc_attach;
|
D | ChangeLog | 685 dwfl_linux_proc_attach.
|
/external/elfutils/include/elfutils/ |
D | libdwfl.h | 733 extern int dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid,
|
/external/elfutils/src/ |
D | stack.c | 604 int err = dwfl_linux_proc_attach (dwfl, pid, false); in parse_opt()
|
D | ChangeLog | 915 * stack.c (parse_opt): Explicitly call dwfl_linux_proc_attach
|
/external/elfutils/config/ |
D | elfutils.spec.in | 249 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
|
/external/elfutils/ |
D | NEWS | 30 dwfl_linux_proc_attach can now be called before any Dwfl_Modules
|