Home
last modified time | relevance | path

Searched refs:run_if_waiting_for_debugger (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/toolchain/test/autotest/aw/api/
H A Druntime_api.py33 "runIfWaitingForDebugger": (self.run_if_waiting_for_debugger, ProtocolType.send),
46 async def run_if_waiting_for_debugger(self, message_id, connection, params): member in RuntimeImpl
50 runtime.run_if_waiting_for_debugger(), message_id)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
H A Dtest_steps.py103 paused = await client.run_if_waiting_for_debugger()
154 await client.run_if_waiting_for_debugger()
198 _ = await client.run_if_waiting_for_debugger()
H A Dtest_breaks_props.py123 _ = await client.run_if_waiting_for_debugger()
181 _ = await client.run_if_waiting_for_debugger()
/arkcompiler/toolchain/test/autotest/aw/cdp/
H A Druntime.py38 def run_if_waiting_for_debugger(): function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Ddebug_client.py61 async def run_if_waiting_for_debugger(self) -> debugger.Paused: member in DebuggerClient
63 runtime.run_if_waiting_for_debugger(),
H A Ddebug.py117 await client.run_if_waiting_for_debugger()

Completed in 5 milliseconds