Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_frame.c119 dwfl->attacherr = DWFL_E_NOERROR; in __libdwfl_process_free()
144 dwfl->attacherr = DWFL_E_NOERROR; in dwfl_attach_state()
149 dwfl->attacherr = DWFL_E_INVALID_ARGUMENT; in dwfl_attach_state()
151 dwfl->attacherr = __libdwfl_canon_error (dwfl->attacherr); in dwfl_attach_state()
152 __libdwfl_seterrno (dwfl->attacherr); in dwfl_attach_state()
191 dwfl->attacherr = DWFL_E_PROCESS_NO_ARCH; in dwfl_attach_state()
200 dwfl->attacherr = DWFL_E_NOMEM; in dwfl_attach_state()
215 if (dwfl->attacherr != DWFL_E_NOERROR) in INTDEF()
217 __libdwfl_seterrno (dwfl->attacherr); in INTDEF()
255 if (dwfl->attacherr != DWFL_E_NOERROR) in INTDEF()
[all …]
Dlinux-core-attach.c322 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR) in dwfl_core_file_attach()
323 dwfl->attacherr = __libdwfl_canon_error (err); in dwfl_core_file_attach()
Dlinux-pid-attach.c400 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR) in dwfl_linux_proc_attach()
403 dwfl->attacherr = __libdwfl_canon_error (DWFL_E_ERRNO); in dwfl_linux_proc_attach()
DlibdwflP.h126 Dwfl_Error attacherr; /* Previous error attaching process. */ member
DChangeLog1363 * dwfl_frame.c (__libdwfl_process_free): Reset dwfl->attacherr.
1364 (dwfl_attach_state): Set dwfl->attacherr.
1365 (dwfl_pid): Check and return dwfl->attacherr if set.
1369 (struct Dwfl): Add attacherr field.
1370 * linux-core-attach.c (dwfl_core_file_attach): Set dwfl->attacherr.
1372 * linux-pid-attach.c (dwfl_linux_proc_attach): Set dwfl->attacherr.