/external/llvm-project/lldb/source/Utility/ |
D | State.cpp | 26 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/ |
D | TestCrashDuringStep.py | 42 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/ |
D | GDBRemoteClientBaseTest.cpp | 82 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/ |
D | TestAttachResume.py | 50 lldb.eStateStopped]) 61 lldb.eStateStopped]) 76 lldb.eStateRunning, lldb.eStateStopped])
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | NativeThreadWindows.cpp | 34 if (m_state != eStateStopped) { in DoStop() 40 m_state = eStateStopped; in DoStop() 97 m_state = eStateStopped; in SetStopReason() 107 case eStateStopped: in GetStopReason()
|
D | NativeProcessWindows.cpp | 92 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/ |
D | TestMembersAndLocalsWithSameName.py | 42 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/ |
D | TestStepOverBreakpoint.py | 75 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/ |
D | TestLaunchWithShellExpand.py | 49 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/ |
D | TestConsecutiveBreakpoints.py | 48 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/ |
D | TestBreakpointAutoContinue.py | 69 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/ |
D | TestFrames.py | 41 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/ |
D | TestBoundViolation.py | 38 if (process.GetState() == lldb.eStateStopped): 45 if (process.GetState() == lldb.eStateStopped):
|
/external/llvm-project/lldb/test/API/commands/watchpoints/step_over_watchpoint/ |
D | TestStepOverWatchpoint.py | 39 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/ |
D | NativeProcessNetBSD.cpp | 107 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 …]
|
D | NativeThreadNetBSD.cpp | 141 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/ |
D | TestProcessConnect.py | 32 self.process(), [lldb.eStateStopped]) 62 self.process(), [lldb.eStateStopped])
|
/external/llvm-project/lldb/test/API/commands/watchpoints/multiple_hits/ |
D | TestMultipleHits.py | 31 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/ |
D | TestCreateDuringInstructionStep.py | 41 lldb.eStateStopped, 62 lldb.eStateStopped,
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSDRemote/ |
D | NativeThreadFreeBSD.cpp | 136 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()
|
D | NativeProcessFreeBSD.cpp | 102 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/ |
D | NativeThreadLinux.cpp | 114 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/ |
D | TestChangeValueAPI.py | 63 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/ |
D | TestProcessSaveCore.py | 27 self.assertNotEqual(process.GetState(), lldb.eStateStopped) 43 self.assertEqual(process.GetState(), lldb.eStateStopped)
|
/external/llvm-project/lldb/test/API/python_api/frame/inlines/ |
D | TestInlinedFrame.py | 50 self.assertTrue(process.GetState() == lldb.eStateStopped, 82 self.assertTrue(process.GetState() == lldb.eStateStopped,
|