HomeSort by relevance Sort by last modified time
    Searched refs:dwfl_linux_proc_attach (Results 1 - 9 of 9) sorted by null

  /external/elfutils/tests/
dwfl-proc-attach.c 1 /* Test dwfl_linux_proc_attach works without any modules.
39 printf ("dwfl_linux_proc_attach unsupported.\n");
91 if (dwfl_linux_proc_attach (dwfl, pid, false) < 0)
92 error (-1, 0, "dwfl_linux_proc_attach pid %d: %s", pid,
vdsosyms.c 94 result = dwfl_linux_proc_attach (dwfl, pid, false);
96 error (2, 0, "dwfl_linux_proc_attach: %s", dwfl_errmsg (-1));
98 error (2, result, "dwfl_linux_proc_attach");
backtrace-dwarf.c 60 result = dwfl_linux_proc_attach (dwfl, pid, true);
62 error (2, 0, "dwfl_linux_proc_attach: %s", dwfl_errmsg (-1));
64 error (2, result, "dwfl_linux_proc_attach");
backtrace.c 300 result = dwfl_linux_proc_attach (dwfl, pid, true);
302 error (2, 0, "dwfl_linux_proc_attach: %s", dwfl_errmsg (-1));
304 error (2, result, "dwfl_linux_proc_attach");
  /external/elfutils/libdwfl/
linux-pid-attach.c 295 dwfl_linux_proc_attach (Dwfl *dwfl, pid_t pid, bool assume_ptrace_stopped) function
394 INTDEF (dwfl_linux_proc_attach)
490 dwfl_linux_proc_attach (Dwfl *dwfl __attribute__ ((unused)), function
496 INTDEF (dwfl_linux_proc_attach)
argp-std.c 175 INTUSE(dwfl_linux_proc_attach) (dwfl, atoi (arg), false);
libdwfl.h     [all...]
libdwflP.h 743 INTDECL (dwfl_linux_proc_attach)
  /external/elfutils/src/
stack.c 604 int err = dwfl_linux_proc_attach (dwfl, pid, false);
606 error (EXIT_BAD, 0, "dwfl_linux_proc_attach pid %d: %s", pid,
609 error (EXIT_BAD, err, "dwfl_linux_proc_attach pid %d", pid);

Completed in 290 milliseconds