Home | History | Annotate | Download | only in Target

Lines Matching full:plan

46     // If we don't get a valid step through plan, don't bother to set up a backstop.
107 log->Printf ("Found step through plan from 0x%" PRIx64 ": %s", current_address, s.GetData());
111 log->Printf ("Couldn't find step through plan from address 0x%" PRIx64 ".", current_address);
144 // If we have a sub-plan, it will have been asked first if we explain the stop, and
168 // If we don't have a sub-plan, then we're also done (can't see how we would ever get here
169 // without a plan, but just in case.
177 // If the current sub plan is not done, we don't want to stop. Actually, we probably won't
179 // current sub-plan is not done...
183 // If our current sub plan failed, then let's just run to our backstop. If we can't do that then just stop.
198 // Next see if there is a specific step through plan at our current pc (these might
259 log->Printf("Completed step through step plan.");