Home
last modified time | relevance | path

Searched refs:attacherr (Results 1 – 5 of 5) sorted by relevance

/external/elfutils/libdwfl/
Ddwfl_frame.c123 dwfl->attacherr = DWFL_E_NOERROR; in __libdwfl_process_free()
148 dwfl->attacherr = DWFL_E_NOERROR; in dwfl_attach_state()
153 dwfl->attacherr = DWFL_E_INVALID_ARGUMENT; in dwfl_attach_state()
155 dwfl->attacherr = __libdwfl_canon_error (dwfl->attacherr); in dwfl_attach_state()
156 __libdwfl_seterrno (dwfl->attacherr); in dwfl_attach_state()
195 dwfl->attacherr = DWFL_E_PROCESS_NO_ARCH; in dwfl_attach_state()
204 dwfl->attacherr = DWFL_E_NOMEM; in dwfl_attach_state()
219 if (dwfl->attacherr != DWFL_E_NOERROR) in INTDEF()
221 __libdwfl_seterrno (dwfl->attacherr); in INTDEF()
259 if (dwfl->attacherr != DWFL_E_NOERROR) in INTDEF()
[all …]
Dlinux-pid-attach.c391 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR) in dwfl_linux_proc_attach()
394 dwfl->attacherr = __libdwfl_canon_error (DWFL_E_ERRNO); in dwfl_linux_proc_attach()
Dlinux-core-attach.c321 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR) in dwfl_core_file_attach()
322 dwfl->attacherr = __libdwfl_canon_error (err); in dwfl_core_file_attach()
DlibdwflP.h121 Dwfl_Error attacherr; /* Previous error attaching process. */ member
DChangeLog815 * dwfl_frame.c (__libdwfl_process_free): Reset dwfl->attacherr.
816 (dwfl_attach_state): Set dwfl->attacherr.
817 (dwfl_pid): Check and return dwfl->attacherr if set.
821 (struct Dwfl): Add attacherr field.
822 * linux-core-attach.c (dwfl_core_file_attach): Set dwfl->attacherr.
824 * linux-pid-attach.c (dwfl_linux_proc_attach): Set dwfl->attacherr.