Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDframe.h468 const char *frame_stop_reason_string (enum unwind_stop_reason);
HDstack.c1502 frame_stop_reason_string (reason)); in frame_info()
1785 frame_stop_reason_string (reason)); in backtrace_command_1()
HDframe.c2373 frame_stop_reason_string (enum unwind_stop_reason reason) in frame_stop_reason_string() function
/dragonfly/contrib/gdb-7/gdb/python/
HDpy-frame.c580 str = frame_stop_reason_string (reason); in gdbpy_frame_stop_reason_string()