Symbol: THREAD_STATE_STOPPED
src/apps/debugger/user_interface/cli/CliContext.cpp
417
if (thread->State() == THREAD_STATE_STOPPED) {
src/apps/debugger/user_interface/cli/CliContext.cpp
524
if (threadEvent.GetThread()->State() != THREAD_STATE_STOPPED)
src/apps/debugger/user_interface/cli/commands/CliContinueCommand.cpp
38
if (thread->State() != THREAD_STATE_STOPPED) {
src/apps/debugger/user_interface/cli/commands/CliStackTraceCommand.cpp
41
if (thread->State() != THREAD_STATE_STOPPED) {
src/apps/debugger/user_interface/cli/commands/CliStopCommand.cpp
65
if (thread->State() == THREAD_STATE_STOPPED) {
src/apps/debugger/user_interface/cli/commands/CliThreadsCommand.cpp
45
if (thread->State() == THREAD_STATE_STOPPED
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.cpp
378
if (thread->State() != THREAD_STATE_STOPPED)
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.cpp
434
if (thread->State() == THREAD_STATE_STOPPED)
src/apps/debugger/user_interface/gui/expression_eval_window/ExpressionEvaluationWindow.cpp
473
if (thread->State() != THREAD_STATE_STOPPED)
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
246
if (thread->State() == THREAD_STATE_STOPPED) {
src/apps/debugger/user_interface/gui/team_window/SourceView.cpp
1425
else if (activeThread->State() != THREAD_STATE_STOPPED)
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1702
case THREAD_STATE_STOPPED:
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1800
if (thread->State() != THREAD_STATE_STOPPED) {
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1811
if (thread->State() == THREAD_STATE_STOPPED
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1814
&& fActiveThread->State() != THREAD_STATE_STOPPED))) {
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1822
if (thread->State() == THREAD_STATE_STOPPED) {
src/apps/debugger/user_interface/gui/team_window/ThreadListView.cpp
156
case THREAD_STATE_STOPPED:
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
165
else if (thread->State() != THREAD_STATE_STOPPED) {
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
220
if (thread->State() != THREAD_STATE_STOPPED)
src/apps/debugger/user_interface/report/ReportUserInterface.cpp
233
else if (thread->State() == THREAD_STATE_STOPPED)
src/kits/debugger/controllers/DebugReportGenerator.cpp
472
if (thread->State() == THREAD_STATE_STOPPED) {
src/kits/debugger/controllers/DebugReportGenerator.cpp
508
if (thread->State() != THREAD_STATE_STOPPED)
src/kits/debugger/controllers/DebugReportGenerator.cpp
879
if (a->State() == THREAD_STATE_STOPPED && b->State()
src/kits/debugger/controllers/DebugReportGenerator.cpp
880
!= THREAD_STATE_STOPPED) {
src/kits/debugger/controllers/ThreadHandler.cpp
313
: fThread->State() != THREAD_STATE_STOPPED) {
src/kits/debugger/controllers/ThreadHandler.cpp
458
if (fThread->State() == THREAD_STATE_STOPPED
src/kits/debugger/controllers/ThreadHandler.cpp
516
_SetThreadState(THREAD_STATE_STOPPED, cpuState, stoppedReason,
src/kits/debugger/controllers/ThreadHandler.cpp
981
_SetThreadState(THREAD_STATE_STOPPED, cpuState,
src/kits/debugger/jobs/GetCPUStateJob.cpp
52
if (fThread->State() == THREAD_STATE_STOPPED)
src/kits/debugger/jobs/GetThreadStateJob.cpp
54
fThread->SetState(THREAD_STATE_STOPPED);
src/kits/debugger/model/Thread.cpp
78
if (fState != THREAD_STATE_STOPPED) {
src/kits/debugger/user_interface/util/UiUtils.cpp
40
case THREAD_STATE_STOPPED: