Home
last modified time | relevance | path

Searched refs:unwind_stop_reason_to_string (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dframe.h675 const char *unwind_stop_reason_to_string (enum unwind_stop_reason);
Dframe.c3218 unwind_stop_reason_to_string (enum unwind_stop_reason reason) in unwind_stop_reason_to_string() function
3243 return unwind_stop_reason_to_string (fi->stop_reason); in frame_stop_reason_string()
DChangeLog-20148111 * frame.h (unwind_stop_reason_to_string): Extend comment to
8123 (unwind_stop_reason_to_string): this.
8125 (unwind_stop_reason_to_string): this.
/netbsd/src/external/gpl3/gdb/dist/gdb/python/
Dpy-frame.c726 str = unwind_stop_reason_to_string ((enum unwind_stop_reason) reason); in gdbpy_frame_stop_reason_string()