Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp260 m_addr_to_mmap_size(), m_thread_create_bp_sp(), in ProcessGDBRemote()
3914 if (m_thread_create_bp_sp) { in StartNoticingNewThreads()
3917 m_thread_create_bp_sp->SetEnabled(true); in StartNoticingNewThreads()
3921 m_thread_create_bp_sp = in StartNoticingNewThreads()
3923 if (m_thread_create_bp_sp) { in StartNoticingNewThreads()
3927 m_thread_create_bp_sp->GetID()); in StartNoticingNewThreads()
3928 m_thread_create_bp_sp->SetCallback( in StartNoticingNewThreads()
3935 return m_thread_create_bp_sp.get() != nullptr; in StartNoticingNewThreads()
3943 if (m_thread_create_bp_sp) in StopNoticingNewThreads()
3944 m_thread_create_bp_sp->SetEnabled(false); in StopNoticingNewThreads()
DProcessGDBRemote.h284 lldb::BreakpointSP m_thread_create_bp_sp; variable