Searched refs:DebugSession (Results 1 – 4 of 4) sorted by relevance
88 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>;
167 Runtime::DebugSession::DebugSession(Runtime &runtime) in DebugSession() function in panda::Runtime::DebugSession175 Runtime::DebugSession::~DebugSession() in ~DebugSession()183 tooling::DebugInterface &Runtime::DebugSession::GetDebugger() in GetDebugger()1210 session = MakePandaShared<DebugSession>(*this); in StartDebugSession()
23 …e runtime - is created. The agent may access this using the `Runtime::DebugSession::GetDebugger()`…