Home
last modified time | relevance | path

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

1234567

/external/llvm-project/lldb/source/Utility/
DState.cpp26 case eStateStopped: in StateAsCString()
80 case eStateStopped: in StateIsRunningState()
104 case eStateStopped: in StateIsStoppedState()
/external/llvm-project/lldb/test/API/functionalities/thread/crash_during_step/
DTestCrashDuringStep.py42 lldb.eStateStopped,
49 … while process.GetState() == lldb.eStateStopped and not lldbutil.is_thread_crashed(self, thread):
54 lldb.eStateStopped,
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteClientBaseTest.cpp82 ASSERT_EQ(eStateStopped, SendCPacket(response)); in TEST_F()
130 ASSERT_EQ(eStateStopped, continue_state.get()); in TEST_F()
173 ASSERT_EQ(eStateStopped, continue_state.get()); in TEST_F()
199 ASSERT_EQ(eStateStopped, continue_state.get()); in TEST_F()
222 ASSERT_EQ(eStateStopped, continue_state.get()); in TEST_F()
228 ASSERT_EQ(eStateStopped, SendCPacket(response)); in TEST_F()
258 ASSERT_EQ(eStateStopped, continue_state.get()); in TEST_F()
284 ASSERT_EQ(eStateStopped, SendCPacket(response)); in TEST_F()
312 ASSERT_EQ(eStateStopped, SendCPacket(response)); in TEST_F()
/external/llvm-project/lldb/test/API/commands/process/attach-resume/
DTestAttachResume.py50 lldb.eStateStopped])
61 lldb.eStateStopped])
76 lldb.eStateRunning, lldb.eStateStopped])
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeThreadWindows.cpp34 if (m_state != eStateStopped) { in DoStop()
40 m_state = eStateStopped; in DoStop()
97 m_state = eStateStopped; in SetStopReason()
107 case eStateStopped: in GetStopReason()
DNativeProcessWindows.cpp92 if (state == eStateStopped || state == eStateCrashed) { in Resume()
119 case eStateStopped: in Resume()
164 if (state != eStateStopped) in Halt()
432 SetState(eStateStopped, false); in OnDebugException()
461 SetState(eStateStopped, true); in OnDebugException()
482 SetState(eStateStopped, true); in OnDebugException()
501 SetState(eStateStopped, false); in OnDebugException()
525 SetState(eStateStopped, true); in OnDebugException()
/external/llvm-project/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
DTestMembersAndLocalsWithSameName.py42 self.process.GetState() == lldb.eStateStopped,
49 self.process.GetState() == lldb.eStateStopped,
71 self.process.GetState() == lldb.eStateStopped,
93 self.process.GetState() == lldb.eStateStopped,
144 self.process.GetState() == lldb.eStateStopped,
151 self.process.GetState() == lldb.eStateStopped,
175 self.process.GetState() == lldb.eStateStopped,
203 self.process.GetState() == lldb.eStateStopped,
/external/llvm-project/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/
DTestStepOverBreakpoint.py75 self.assertEquals(self.process.GetState(), lldb.eStateStopped)
94 self.assertEquals(self.process.GetState(), lldb.eStateStopped)
99 self.assertEquals(self.process.GetState(), lldb.eStateStopped)
104 self.assertEquals(self.process.GetState(), lldb.eStateStopped)
/external/llvm-project/lldb/test/API/commands/process/launch-with-shellexpand/
DTestLaunchWithShellExpand.py49 self.assertEquals(process.GetState(), lldb.eStateStopped,
80 self.assertEquals(process.GetState(), lldb.eStateStopped,
103 self.assertEquals(process.GetState(), lldb.eStateStopped,
/external/llvm-project/lldb/test/API/functionalities/breakpoint/consecutive_breakpoints/
DTestConsecutiveBreakpoints.py48 self.assertEquals(self.process.GetState(), lldb.eStateStopped)
66 self.assertEquals(self.process.GetState(), lldb.eStateStopped)
93 self.assertEquals(self.process.GetState(), lldb.eStateStopped)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/auto_continue/
DTestBreakpointAutoContinue.py69 process = self.launch_it(lldb.eStateStopped)
71 self.assertEqual(state, lldb.eStateStopped, "Process should be stopped")
91 process = self.launch_it(lldb.eStateStopped)
/external/llvm-project/lldb/test/API/python_api/frame/
DTestFrames.py41 self.assertTrue(process.GetState() == lldb.eStateStopped,
50 while process.GetState() == lldb.eStateStopped:
144 self.assertTrue(process.GetState() == lldb.eStateStopped,
186 self.assertTrue(process.GetState() == lldb.eStateStopped,
/external/llvm-project/lldb/test/API/commands/register/register/intel_xtended_registers/mpx_bound_violation/
DTestBoundViolation.py38 if (process.GetState() == lldb.eStateStopped):
45 if (process.GetState() == lldb.eStateStopped):
/external/llvm-project/lldb/test/API/commands/watchpoints/step_over_watchpoint/
DTestStepOverWatchpoint.py39 self.assertEquals(process.GetState(), lldb.eStateStopped,
68 self.assertEquals(process.GetState(), lldb.eStateStopped,
97 self.assertEquals(process.GetState(), lldb.eStateStopped,
/external/llvm-project/lldb/source/Plugins/Process/NetBSD/
DNativeProcessNetBSD.cpp107 process_up->SetState(StateType::eStateStopped, false); in Launch()
197 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP()
238 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
243 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
257 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
313 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
318 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
349 SetState(StateType::eStateStopped, true); in MonitorSignal()
470 case eStateStopped: in Resume()
554 case StateType::eStateStopped: in Kill()
[all …]
DNativeThreadNetBSD.cpp141 const StateType new_state = StateType::eStateStopped; in SetStopped()
208 case eStateStopped: in GetStopReason()
239 assert(m_state == eStateStopped); in SetWatchpoint()
266 assert(m_state == eStateStopped); in SetHardwareBreakpoint()
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestProcessConnect.py32 self.process(), [lldb.eStateStopped])
62 self.process(), [lldb.eStateStopped])
/external/llvm-project/lldb/test/API/commands/watchpoints/multiple_hits/
DTestMultipleHits.py31 self.assertEqual(process.GetState(), lldb.eStateStopped)
51 self.assertEqual(process.GetState(), lldb.eStateStopped)
/external/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/
DTestCreateDuringInstructionStep.py41 lldb.eStateStopped,
62 lldb.eStateStopped,
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/
DNativeThreadFreeBSD.cpp136 const StateType new_state = StateType::eStateStopped; in SetStopped()
191 case eStateStopped: in GetStopReason()
222 assert(m_state == eStateStopped); in SetWatchpoint()
249 assert(m_state == eStateStopped); in SetHardwareBreakpoint()
DNativeProcessFreeBSD.cpp102 process_up->SetState(StateType::eStateStopped, false); in Launch()
181 SetState(StateType::eStateStopped, true); in MonitorSIGSTOP()
245 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
271 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
288 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
295 SetState(StateType::eStateStopped, true); in MonitorSIGTRAP()
330 SetState(StateType::eStateStopped, true); in MonitorSignal()
395 case eStateStopped: in Resume()
474 case StateType::eStateStopped: in Kill()
774 SetState(StateType::eStateStopped, false); in Attach()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeThreadLinux.cpp114 case eStateStopped: in GetStopReason()
309 if (signo && m_state == StateType::eStateStopped && in IsStopped()
325 const StateType new_state = StateType::eStateStopped; in SetStopped()
378 return GetState() == StateType::eStateStopped && in IsStoppedAtBreakpoint()
383 return GetState() == StateType::eStateStopped && in IsStoppedAtWatchpoint()
/external/llvm-project/lldb/test/API/python_api/value/change_values/
DTestChangeValueAPI.py63 self.assertEquals(process.GetState(), lldb.eStateStopped)
140 self.assertEquals(process.GetState(), lldb.eStateStopped)
176 self.assertEquals(process.GetState(), lldb.eStateStopped)
/external/llvm-project/lldb/test/API/functionalities/process_save_core/
DTestProcessSaveCore.py27 self.assertNotEqual(process.GetState(), lldb.eStateStopped)
43 self.assertEqual(process.GetState(), lldb.eStateStopped)
/external/llvm-project/lldb/test/API/python_api/frame/inlines/
DTestInlinedFrame.py50 self.assertTrue(process.GetState() == lldb.eStateStopped,
82 self.assertTrue(process.GetState() == lldb.eStateStopped,

1234567