Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
H A Dframe.c310 skip_artificial_frames (struct frame_info *frame) in skip_artificial_frames() function
358 return get_frame_id (skip_artificial_frames (next_frame)); in get_stack_frame_id()
371 next_frame = skip_artificial_frames (next_frame); in frame_unwind_caller_id()
374 return get_frame_id (skip_artificial_frames (this_frame)); in frame_unwind_caller_id()
710 return frame_unwind_pc (skip_artificial_frames (this_frame)); in frame_unwind_caller_pc()
717 return frame_unwind_pc_if_available (skip_artificial_frames (this_frame), pc); in frame_unwind_caller_pc_if_available()
2331 return frame_unwind_arch (skip_artificial_frames (next_frame)); in frame_unwind_caller_arch()