Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DThreadMemory.cpp91 void ThreadMemory::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ThreadMemory
93 return m_backing_thread_sp->RefreshStateAfterStop(); in RefreshStateAfterStop()
DHistoryThread.h46 void RefreshStateAfterStop() override {} in RefreshStateAfterStop() function
DThreadMemory.h69 void RefreshStateAfterStop() override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Trace/common/
DThreadPostMortemTrace.cpp20 void ThreadPostMortemTrace::RefreshStateAfterStop() {} in RefreshStateAfterStop() function in ThreadPostMortemTrace
DThreadPostMortemTrace.h38 void RefreshStateAfterStop() override;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
DThreadMinidump.h28 void RefreshStateAfterStop() override;
DThreadMinidump.cpp43 void ThreadMinidump::RefreshStateAfterStop() {} in RefreshStateAfterStop() function in ThreadMinidump
DProcessMinidump.h66 void RefreshStateAfterStop() override;
DProcessMinidump.cpp314 void ProcessMinidump::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ProcessMinidump
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DProcessTrace.h49 void RefreshStateAfterStop() override;
DThreadList.h111 void RefreshStateAfterStop();
DThread.h219 virtual void RefreshStateAfterStop() = 0;
DProcess.h1171 virtual void RefreshStateAfterStop() = 0;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
DScriptedProcess.h80 void RefreshStateAfterStop() override{}; in RefreshStateAfterStop() function
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DProcessTrace.cpp86 void ProcessTrace::RefreshStateAfterStop() {} in RefreshStateAfterStop() function in ProcessTrace
DThreadList.cpp458 void ThreadList::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ThreadList
471 (*pos)->RefreshStateAfterStop(); in RefreshStateAfterStop()
DProcess.cpp3397 RefreshStateAfterStop(); in ShouldBroadcastEvent()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h36 void RefreshStateAfterStop() override;
DThreadGDBRemote.cpp273 void ThreadGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ThreadGDBRemote
DProcessGDBRemote.h124 void RefreshStateAfterStop() override;
DProcessGDBRemote.cpp2364 void ProcessGDBRemote::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ProcessGDBRemote
2408 m_thread_list_real.RefreshStateAfterStop(); in RefreshStateAfterStop()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h141 void RefreshStateAfterStop() override;
DProcessElfCore.h70 void RefreshStateAfterStop() override;
DThreadElfCore.cpp56 void ThreadElfCore::RefreshStateAfterStop() { in RefreshStateAfterStop() function in ThreadElfCore
DProcessElfCore.cpp278 void ProcessElfCore::RefreshStateAfterStop() {} in RefreshStateAfterStop() function in ProcessElfCore