Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dframe.c532 skip_artificial_frames (const frame_info_ptr &initial_frame) in skip_artificial_frames() function
668 return get_frame_id (skip_artificial_frames (next_frame)); in get_stack_frame_id()
679 frame_info_ptr next_frame = skip_artificial_frames (initial_next_frame); in frame_unwind_caller_id()
685 return get_frame_id (skip_artificial_frames (this_frame)); in frame_unwind_caller_id()
1046 frame_info_ptr this_frame = skip_artificial_frames (initial_this_frame); in frame_unwind_caller_pc()
3094 frame_info_ptr next_frame = skip_artificial_frames (initial_next_frame); in frame_unwind_caller_arch()
DChangeLog-20169231 * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL
9235 skip_artificial_frames does not return NULL.
DChangeLog-20122973 (skip_artificial_frames): ... here. Extend the comment.
DChangeLog-20149550 (skip_artificial_frames): Use get_prev_frame_always.