Home
last modified time | relevance | path

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

/external/elfutils/src/libdwfl/
Ddwfl_frame.c120 dwfl->attacherr = DWFL_E_NOERROR; in __libdwfl_process_free()
145 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-pid-attach.c303 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR) in dwfl_linux_proc_attach()
306 dwfl->attacherr = __libdwfl_canon_error (DWFL_E_ERRNO); in dwfl_linux_proc_attach()
Dlinux-core-attach.c318 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR) in dwfl_core_file_attach()
319 dwfl->attacherr = __libdwfl_canon_error (err); in dwfl_core_file_attach()
DlibdwflP.h114 Dwfl_Error attacherr; /* Previous error attaching process. */ member
DChangeLog135 * dwfl_frame.c (__libdwfl_process_free): Reset dwfl->attacherr.
136 (dwfl_attach_state): Set dwfl->attacherr.
137 (dwfl_pid): Check and return dwfl->attacherr if set.
141 (struct Dwfl): Add attacherr field.
142 * linux-core-attach.c (dwfl_core_file_attach): Set dwfl->attacherr.
144 * linux-pid-attach.c (dwfl_linux_proc_attach): Set dwfl->attacherr.