Home
last modified time | relevance | path

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

/external/elfutils/libdwfl/
Ddwfl_frame.c120 dwfl->attacherr = DWFL_E_NOERROR; in __libdwfl_process_free()
145 dwfl->attacherr = DWFL_E_NOERROR; in dwfl_attach_state()
150 dwfl->attacherr = DWFL_E_INVALID_ARGUMENT; in dwfl_attach_state()
152 dwfl->attacherr = __libdwfl_canon_error (dwfl->attacherr); in dwfl_attach_state()
153 __libdwfl_seterrno (dwfl->attacherr); in dwfl_attach_state()
192 dwfl->attacherr = DWFL_E_PROCESS_NO_ARCH; in dwfl_attach_state()
201 dwfl->attacherr = DWFL_E_NOMEM; in dwfl_attach_state()
216 if (dwfl->attacherr != DWFL_E_NOERROR) in INTDEF()
218 __libdwfl_seterrno (dwfl->attacherr); in INTDEF()
256 if (dwfl->attacherr != DWFL_E_NOERROR) in INTDEF()
[all …]
Dlinux-pid-attach.c309 if (dwfl->process == NULL && dwfl->attacherr == DWFL_E_NOERROR) in dwfl_linux_proc_attach()
312 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.h124 Dwfl_Error attacherr; /* Previous error attaching process. */ member
DChangeLog484 * dwfl_frame.c (__libdwfl_process_free): Reset dwfl->attacherr.
485 (dwfl_attach_state): Set dwfl->attacherr.
486 (dwfl_pid): Check and return dwfl->attacherr if set.
490 (struct Dwfl): Add attacherr field.
491 * linux-core-attach.c (dwfl_core_file_attach): Set dwfl->attacherr.
493 * linux-pid-attach.c (dwfl_linux_proc_attach): Set dwfl->attacherr.