Home | History | Annotate | Download | only in gdb

Lines Matching defs:COMPUTED

98   /* Frame id is not computed.  */
101 /* Frame id is being computed (compute_frame_id is active). */
104 /* Frame id has been computed. */
105 COMPUTED,
126 computed by counting back from the selected frame to the inner
510 res += "id=<not computed>,";
599 /* Mark this frame's id as "being computed. */
614 /* Mark this frame's id as "computed". */
615 fi->this_id.p = frame_id_status::COMPUTED;
621 /* On error, revert the frame id status to not computed. If the frame
641 computed. */
646 /* If we haven't computed the frame id yet, then it must be that
648 result. The IDs of other frames are computed as soon as
1315 gdb_printf (&debug_file, " computed");
1641 frame->this_id.p = frame_id_status::COMPUTED;
2046 fi->this_id.p = frame_id_status::COMPUTED;
2093 if (this_frame->this_id.p == frame_id_status::COMPUTED)
2122 /* If frame 0's id is not computed, it is not in the frame stash, so its
2245 != frame_id_status::COMPUTED)));
2548 /* Don't yet compute ->unwind (and hence ->type). It is computed
2552 /* Don't yet compute the frame's ID. It is computed on-demand by
3294 gdb_assert (frame->this_id.p != frame_id_status::COMPUTED);