Home
last modified time | relevance | path

Searched refs:m_thread_create_bp_sp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp258 m_addr_to_mmap_size(), m_thread_create_bp_sp(), in ProcessGDBRemote()
3714 if (m_thread_create_bp_sp) { in StartNoticingNewThreads()
3717 m_thread_create_bp_sp->SetEnabled(true); in StartNoticingNewThreads()
3721 m_thread_create_bp_sp = in StartNoticingNewThreads()
3723 if (m_thread_create_bp_sp) { in StartNoticingNewThreads()
3727 m_thread_create_bp_sp->GetID()); in StartNoticingNewThreads()
3728 m_thread_create_bp_sp->SetCallback( in StartNoticingNewThreads()
3735 return m_thread_create_bp_sp.get() != nullptr; in StartNoticingNewThreads()
3743 if (m_thread_create_bp_sp) in StopNoticingNewThreads()
3744 m_thread_create_bp_sp->SetEnabled(false); in StopNoticingNewThreads()
H A DProcessGDBRemote.h284 lldb::BreakpointSP m_thread_create_bp_sp; variable