Searched refs:skip_artificial_frames (Results 1 – 4 of 4) sorted by relevance
532 skip_artificial_frames (const frame_info_ptr &initial_frame) in skip_artificial_frames() function668 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()
9231 * frame.c (skip_artificial_frames, skip_tailcall_frames): Return NULL9235 skip_artificial_frames does not return NULL.
2973 (skip_artificial_frames): ... here. Extend the comment.
9550 (skip_artificial_frames): Use get_prev_frame_always.