Searched refs:m_last_created_breakpoint (Results 1 – 2 of 2) sorted by relevance
663 return m_last_created_breakpoint; in GetLastCreatedBreakpoint()1562 lldb::BreakpointSP m_last_created_breakpoint; variable
290 m_last_created_breakpoint.reset(); in Destroy()727 m_last_created_breakpoint = bp_sp; in AddBreakpoint()955 m_last_created_breakpoint.reset(); in RemoveAllowedBreakpoints()967 m_last_created_breakpoint.reset(); in RemoveAllBreakpoints()1013 if (m_last_created_breakpoint) { in RemoveBreakpointByID()1014 if (m_last_created_breakpoint->GetID() == break_id) in RemoveBreakpointByID()1015 m_last_created_breakpoint.reset(); in RemoveBreakpointByID()