Home
last modified time | relevance | path

Searched refs:THREAD_STATE_STOPPED (Results 1 – 18 of 18) sorted by relevance

/haiku/src/apps/debugger/user_interface/report/
H A DReportUserInterface.cpp165 else if (thread->State() != THREAD_STATE_STOPPED) { in Run()
220 if (thread->State() != THREAD_STATE_STOPPED) in ThreadAdded()
233 else if (thread->State() == THREAD_STATE_STOPPED) in ThreadStateChanged()
/haiku/src/apps/debugger/user_interface/cli/commands/
H A DCliContinueCommand.cpp38 if (thread->State() != THREAD_STATE_STOPPED) { in Execute()
H A DCliThreadsCommand.cpp45 if (thread->State() == THREAD_STATE_STOPPED in Execute()
H A DCliStopCommand.cpp65 if (thread->State() == THREAD_STATE_STOPPED) { in Execute()
H A DCliStackTraceCommand.cpp41 if (thread->State() != THREAD_STATE_STOPPED) { in Execute()
/haiku/src/kits/debugger/jobs/
H A DGetCPUStateJob.cpp52 if (fThread->State() == THREAD_STATE_STOPPED) in Do()
H A DGetThreadStateJob.cpp54 fThread->SetState(THREAD_STATE_STOPPED); in Do()
/haiku/headers/private/debugger/model/
H A DThread.h28 THREAD_STATE_STOPPED enumerator
/haiku/src/kits/debugger/model/
H A DThread.cpp78 if (fState != THREAD_STATE_STOPPED) { in SetState()
/haiku/src/apps/debugger/user_interface/gui/expression_eval_window/
H A DExpressionEvaluationWindow.cpp378 if (thread->State() != THREAD_STATE_STOPPED) in _HandleThreadAdded()
434 if (thread->State() == THREAD_STATE_STOPPED) in _HandleThreadStateChanged()
473 if (thread->State() != THREAD_STATE_STOPPED) in _UpdateThreadList()
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp313 : fThread->State() != THREAD_STATE_STOPPED) { in HandleThreadAction()
458 if (fThread->State() == THREAD_STATE_STOPPED in HandleThreadStateChanged()
516 _SetThreadState(THREAD_STATE_STOPPED, cpuState, stoppedReason, in _HandleThreadStopped()
981 _SetThreadState(THREAD_STATE_STOPPED, cpuState, in _HandleBreakpointConditionIfNeeded()
H A DDebugReportGenerator.cpp472 if (thread->State() == THREAD_STATE_STOPPED) { in _DumpRunningThreads()
508 if (thread->State() != THREAD_STATE_STOPPED) in _DumpDebuggedThreadInfo()
879 if (a->State() == THREAD_STATE_STOPPED && b->State() in _CompareThreads()
880 != THREAD_STATE_STOPPED) { in _CompareThreads()
/haiku/src/apps/debugger/user_interface/cli/
H A DCliContext.cpp431 if (thread->State() == THREAD_STATE_STOPPED) { in MessageReceived()
538 if (threadEvent.GetThread()->State() != THREAD_STATE_STOPPED) in ThreadStackTraceChanged()
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DThreadListView.cpp156 case THREAD_STATE_STOPPED: in GetToolTipForTableCell()
H A DTeamWindow.cpp1702 case THREAD_STATE_STOPPED: in _UpdateRunButtons()
1800 if (thread->State() != THREAD_STATE_STOPPED) { in _HandleThreadStateChanged()
1811 if (thread->State() == THREAD_STATE_STOPPED in _HandleThreadStateChanged()
1814 && fActiveThread->State() != THREAD_STATE_STOPPED))) { in _HandleThreadStateChanged()
1822 if (thread->State() == THREAD_STATE_STOPPED) { in _HandleThreadStateChanged()
H A DSourceView.cpp1425 else if (activeThread->State() != THREAD_STATE_STOPPED) in MouseDown()
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp40 case THREAD_STATE_STOPPED: in ThreadStateToString()
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp246 if (thread->State() == THREAD_STATE_STOPPED) { in MessageReceived()