Home | History | Annotate | Download | only in Target

Lines Matching refs:Breakpoint

20 #include "lldb/Breakpoint/Breakpoint.h"
63 // Find the return address and set a breakpoint there:
71 Breakpoint *return_bp = target_sp->CreateBreakpoint (m_return_addr, true).get();
85 Breakpoint *until_bp = target_sp->CreateBreakpoint (address_list[i], true).get();
138 s->Printf ("Stepping from address 0x%" PRIx64 " until we reach 0x%" PRIx64 " using breakpoint %d",
191 // If this is OUR breakpoint, we're fine, otherwise we don't know why this happened...
201 // If we are at our "step out" breakpoint, and the stack depth has shrunk, then
203 // If the stack depth has grown, then we've hit our step out breakpoint recursively.
204 // If we are the only breakpoint at that location, then we do explain the stop, and
206 // If there was another breakpoint here, then we don't explain the stop, but we won't
207 // mark ourselves Completed, because maybe that breakpoint will continue, and then
274 // Otherwise we've hit this breakpoint recursively. If we're the
275 // only breakpoint here, then we do explain the stop, and we'll continue.
351 Breakpoint *return_bp = target_sp->GetBreakpointByID(m_return_bp_id).get();
358 Breakpoint *until_bp = target_sp->GetBreakpointByID((*pos).second).get();
377 Breakpoint *return_bp = target_sp->GetBreakpointByID(m_return_bp_id).get();
384 Breakpoint *until_bp = target_sp->GetBreakpointByID((*pos).second).get();