Searched refs:print_frames (Results 1 – 2 of 2) sorted by relevance
/external/elfutils/src/ |
D | stack.c | 360 print_frames (struct frames *frames, pid_t tid, int dwflerr, const char *what) in print_frames() function 469 print_frames (frames, tid, err, "dwfl_thread_getframes"); in thread_callback() 726 print_frames (&frames, pid, err, "dwfl_getthread_frames"); in main()
|
D | ChangeLog | 827 (print_frames): ..here. If show_inlines is true and we found a 844 (print_frames): If show_debugname is true set symname to the 891 * stack.c (print_frames) <USE_DEMANGLE>: Check for _Z. 901 * stack.c (print_frames): Print 0x before build-id hex-offset. 908 (print_frames): Show an error if maxframes has been reached. 920 * stack.c (print_frames): Remove address width code and use... 934 (print_frames): Add arguments, tid, dwflerr and what. Print tid. 937 (thread_callback): Collect tid and err, pass it to print_frames. 942 callbacks as error. Pass real errors to print_frames. Return 953 (print_frames): Don't resolve pc name if show_quiet. Demangle name [all …]
|