Home
last modified time | relevance | path

Searched refs:DebugSession (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Druntime.h88 class DebugSession final {
90 explicit DebugSession(Runtime &runtime);
91 ~DebugSession();
101 NO_COPY_SEMANTIC(DebugSession);
102 NO_MOVE_SEMANTIC(DebugSession);
105 using DebugSessionHandle = std::shared_ptr<DebugSession>;
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp167 Runtime::DebugSession::DebugSession(Runtime &runtime) in DebugSession() function in panda::Runtime::DebugSession
175 Runtime::DebugSession::~DebugSession() in ~DebugSession()
183 tooling::DebugInterface &Runtime::DebugSession::GetDebugger() in GetDebugger()
1210 session = MakePandaShared<DebugSession>(*this); in StartDebugSession()
/arkcompiler/runtime_core/docs/
Druntime-debug-api.md23 …e runtime - is created. The agent may access this using the `Runtime::DebugSession::GetDebugger()`…
/arkcompiler/runtime_core/static_core/docs/
Druntime-debug-api.md23 …e runtime - is created. The agent may access this using the `Runtime::DebugSession::GetDebugger()`…