Home
last modified time | relevance | path

Searched refs:m_breakpoint_id (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DInstrumentationRuntime.h37 lldb::user_id_t m_breakpoint_id; variable
45 : 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()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.h114 lldb::user_id_t m_breakpoint_id; variable
DStructuredDataDarwinLog.cpp1327 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()