HomeSort by: relevance | last modified time | path
    Searched defs:frame_id_inner (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
frame.c 853 Therefore, if frame_id_inner (THIS, NEXT) holds, some unwind
859 Therefore, if frame_id_inner (TEST, THIS) holds, but
860 frame_id_inner (TEST, NEXT) does not hold, TEST cannot refer
872 frame_id_inner (struct gdbarch *gdbarch, struct frame_id l, struct frame_id r) function
959 comment at frame_id_inner for details. */
961 && !frame_id_inner (get_frame_arch (frame), id, self)
962 && frame_id_inner (get_frame_arch (prev_frame), id,
2379 See the comment at frame_id_inner for details. */
2382 && frame_id_inner (get_frame_arch (frame_info_ptr (this_frame->next)),
  /src/external/gpl3/gdb/dist/gdb/
frame.c 850 Therefore, if frame_id_inner (THIS, NEXT) holds, some unwind
856 Therefore, if frame_id_inner (TEST, THIS) holds, but
857 frame_id_inner (TEST, NEXT) does not hold, TEST cannot refer
869 frame_id_inner (struct gdbarch *gdbarch, struct frame_id l, struct frame_id r) function
956 comment at frame_id_inner for details. */
958 && !frame_id_inner (get_frame_arch (frame), id, self)
959 && frame_id_inner (get_frame_arch (prev_frame), id,
2379 See the comment at frame_id_inner for details. */
2382 && frame_id_inner (get_frame_arch (frame_info_ptr (this_frame->next)),

Completed in 16 milliseconds