Home
last modified time | relevance | path

Searched refs:dwflerr (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/src/
Dstack.c360 print_frames (struct frames *frames, pid_t tid, int dwflerr, const char *what) in print_frames() argument
424 else if (dwflerr != 0) in print_frames()
444 pc_adjusted, modname, dwfl_errmsg (dwflerr)); in print_frames()
447 error (0, 0, "%s tid %d: %s", what, tid, dwfl_errmsg (dwflerr)); in print_frames()
DChangeLog934 (print_frames): Add arguments, tid, dwflerr and what. Print tid.