Searched refs:m_breakpoint_id (Results 1 – 3 of 3) sorted by relevance
37 lldb::user_id_t m_breakpoint_id; variable45 : m_breakpoint_id(0), m_is_active(false) { in InstrumentationRuntime()58 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID()60 void SetBreakpointID(lldb::user_id_t ID) { m_breakpoint_id = ID; } in SetBreakpointID()
112 lldb::user_id_t m_breakpoint_id; variable
1302 if (m_breakpoint_id != LLDB_INVALID_BREAK_ID) {1305 process_sp->GetTarget().RemoveBreakpointByID(m_breakpoint_id); in ~StructuredDataDarwinLog() 1306 m_breakpoint_id = LLDB_INVALID_BREAK_ID; in ~StructuredDataDarwinLog() 1320 m_breakpoint_id(LLDB_INVALID_BREAK_ID) {} in StructuredDataDarwinLog() 1618 m_breakpoint_id = breakpoint_sp->GetID(); in AddInitCompletionHook()