Searched refs:m_breakpoint_id (Results 1 – 3 of 3) sorted by relevance
37 lldb::user_id_t m_breakpoint_id; variable45 : m_process_wp(), m_runtime_module(), m_breakpoint_id(0), in InstrumentationRuntime()59 lldb::user_id_t GetBreakpointID() const { return m_breakpoint_id; } in GetBreakpointID()61 void SetBreakpointID(lldb::user_id_t ID) { m_breakpoint_id = ID; } in SetBreakpointID()
114 lldb::user_id_t m_breakpoint_id; variable
1327 if (m_breakpoint_id != LLDB_INVALID_BREAK_ID) { in ~StructuredDataDarwinLog()1330 process_sp->GetTarget().RemoveBreakpointByID(m_breakpoint_id); in ~StructuredDataDarwinLog()1331 m_breakpoint_id = LLDB_INVALID_BREAK_ID; in ~StructuredDataDarwinLog()1345 m_breakpoint_id(LLDB_INVALID_BREAK_ID) {} in StructuredDataDarwinLog()1648 m_breakpoint_id = breakpoint_sp->GetID(); in AddInitCompletionHook()