reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Commands/CommandObjectTarget.cpp
 4585     if (m_stop_hook_sp) {
 4591                            m_stop_hook_sp->GetID());
 4596           target->RemoveStopHookByID(m_stop_hook_sp->GetID());
 4598         m_stop_hook_sp->GetCommandPointer()->SplitIntoLines(line);
 4602                             m_stop_hook_sp->GetID());
 4606       m_stop_hook_sp.reset();
 4612     m_stop_hook_sp.reset();
 4691         m_stop_hook_sp = new_hook_sp;