Home
last modified time | relevance | path

Searched refs:StartDebugSession (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinit.cpp46 g_debugSession = panda::Runtime::GetCurrent()->StartDebugSession(); in StartDebugger()
/arkcompiler/runtime_core/static_core/runtime/
Ddefault_debugger_agent.cpp26 debugSession_ = Runtime::GetCurrent()->StartDebugSession(); in Load()
Druntime.cpp767 StartDebugSession(); in InitializePandaVM()
1201 Runtime::DebugSessionHandle Runtime::StartDebugSession() in StartDebugSession() function in panda::Runtime
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md23 The loaded agent starts a debug session when necessary (see `Runtime::StartDebugSession()`). When s…
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_runner.h27 debugSession_ = Runtime::GetCurrent()->StartDebugSession(); in TestRunner()
/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h416 DebugSessionHandle StartDebugSession();