Searched refs:m_last_created_breakpoint (Results 1 – 2 of 2) sorted by relevance
606 return m_last_created_breakpoint; in GetLastCreatedBreakpoint()1413 lldb::BreakpointSP m_last_created_breakpoint; variable
280 m_last_created_breakpoint.reset(); in Destroy()665 m_last_created_breakpoint = bp_sp; in AddBreakpoint()885 m_last_created_breakpoint.reset(); in RemoveAllowedBreakpoints()897 m_last_created_breakpoint.reset(); in RemoveAllBreakpoints()943 if (m_last_created_breakpoint) { in RemoveBreakpointByID()944 if (m_last_created_breakpoint->GetID() == break_id) in RemoveBreakpointByID()945 m_last_created_breakpoint.reset(); in RemoveBreakpointByID()