Home
last modified time | relevance | path

Searched refs:SetStopped (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.cpp67 SetStopped(); in Suspend()
76 SetStopped(); in SetStoppedBySignal()
96 SetStopped(); in SetStoppedByBreakpoint()
102 SetStopped(); in SetStoppedByTrace()
108 SetStopped(); in SetStoppedByExec()
122 SetStopped(); in SetStoppedByWatchpoint()
129 SetStopped(); in SetStoppedWithNoReason()
135 void NativeThreadFreeBSD::SetStopped() { in SetStopped() function in NativeThreadFreeBSD
DNativeThreadFreeBSD.h63 void SetStopped();
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeThreadNetBSD.cpp72 SetStopped(); in Suspend()
81 SetStopped(); in SetStoppedBySignal()
101 SetStopped(); in SetStoppedByBreakpoint()
107 SetStopped(); in SetStoppedByTrace()
113 SetStopped(); in SetStoppedByExec()
127 SetStopped(); in SetStoppedByWatchpoint()
134 SetStopped(); in SetStoppedWithNoReason()
140 void NativeThreadNetBSD::SetStopped() { in SetStopped() function in NativeThreadNetBSD
DNativeThreadNetBSD.h63 void SetStopped();
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.cpp280 SetStopped(); in SetStoppedBySignal()
318 void NativeThreadLinux::SetStopped() { in SetStopped() function in NativeThreadLinux
335 SetStopped(); in SetStoppedByExec()
342 SetStopped(); in SetStoppedByBreakpoint()
350 SetStopped(); in SetStoppedByWatchpoint()
388 SetStopped(); in SetStoppedByTrace()
395 SetStopped(); in SetStoppedWithNoReason()
DNativeThreadLinux.h95 void SetStopped();
/external/llvm-project/lldb/source/Host/common/
DProcessRunLock.cpp56 bool ProcessRunLock::SetStopped() { in SetStopped() function in lldb_private::ProcessRunLock
/external/llvm-project/lldb/include/lldb/Host/
DProcessRunLock.h34 bool SetStopped();
/external/llvm-project/lldb/source/Host/windows/
DProcessRunLock.cpp76 bool ProcessRunLock::SetStopped() { in SetStopped() function in ProcessRunLock
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.cpp74 void CProgressDialog::OnCancel() { Sync.SetStopped(true); } in OnCancel()
DProgressDialog.h30 void SetStopped(bool value) in SetStopped() function
/external/llvm-project/lldb/source/Target/
DProcess.cpp706 m_public_run_lock.SetStopped(); in Finalize()
708 m_private_run_lock.SetStopped(); in Finalize()
812 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
834 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
843 m_public_run_lock.SetStopped(); in WaitForProcessToStop()
1427 m_public_run_lock.SetStopped(); in SetPublicState()
1435 m_public_run_lock.SetStopped(); in SetPublicState()
1454 m_public_run_lock.SetStopped(); in Resume()
1487 m_public_run_lock.SetStopped(); in ResumeSynchronous()
1538 m_private_run_lock.SetStopped(); in SetPrivateState()
[all …]