Home
last modified time | relevance | path

Searched refs:RefreshStateAfterStop (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DThreadMemory.cpp95 void ThreadMemory::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ThreadMemory
97 return m_backing_thread_sp->RefreshStateAfterStop(); in RefreshStateAfterStop()
H A DHistoryThread.h50 void RefreshStateAfterStop() override {} in RefreshStateAfterStop() function
H A DThreadMemory.h70 void RefreshStateAfterStop() override;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.h29 void RefreshStateAfterStop() override;
H A DThreadMinidump.cpp42 void ThreadMinidump::RefreshStateAfterStop() {} in RefreshStateAfterStop() function in ThreadMinidump
H A DProcessMinidump.h66 void RefreshStateAfterStop() override;
H A DProcessMinidump.cpp216 void ProcessMinidump::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ProcessMinidump
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h36 void RefreshStateAfterStop() override;
H A DProcessFreeBSD.h92 void RefreshStateAfterStop() override;
H A DProcessFreeBSD.cpp544 void ProcessFreeBSD::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ProcessFreeBSD
561 m_thread_list.RefreshStateAfterStop(); in RefreshStateAfterStop()
H A DFreeBSDThread.cpp90 void FreeBSDThread::RefreshStateAfterStop() { in RefreshStateAfterStop() function in FreeBSDThread
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h34 void RefreshStateAfterStop() override;
H A DThreadGDBRemote.cpp268 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ThreadGDBRemote
H A DProcessGDBRemote.h130 void RefreshStateAfterStop() override;
H A DProcessGDBRemote.cpp2415 void ProcessGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ProcessGDBRemote
2455 m_thread_list_real.RefreshStateAfterStop(); in RefreshStateAfterStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadList.h112 void RefreshStateAfterStop();
H A DThread.h232 virtual void RefreshStateAfterStop() = 0;
H A DProcess.h1453 virtual void RefreshStateAfterStop() = 0;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h142 void RefreshStateAfterStop() override;
H A DProcessElfCore.h82 void RefreshStateAfterStop() override;
H A DThreadElfCore.cpp58 void ThreadElfCore::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ThreadElfCore
H A DProcessElfCore.cpp277 void ProcessElfCore::RefreshStateAfterStop() {} in RefreshStateAfterStop() function in ProcessElfCore
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp459 void ThreadList::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ThreadList
471 (*pos)->RefreshStateAfterStop(); in RefreshStateAfterStop()
H A DProcess.cpp3642 RefreshStateAfterStop(); in ShouldBroadcastEvent()