Searched refs:DebugInterface (Results 1 – 13 of 13) sorted by relevance
42 class DebugInterface; variable50 Inspector(Server &server, DebugInterface &debugger, bool breakOnStart);107 DebugInterface &debugger_;
28 class DebugInterface;
36 Inspector::Inspector(Server &server, DebugInterface &debugger, bool breakOnStart) in Inspector()
425 class DebugInterface {427 DebugInterface() = default;508 virtual ~DebugInterface() = default;595 NO_COPY_SEMANTIC(DebugInterface);596 NO_MOVE_SEMANTIC(DebugInterface);
92 tooling::DebugInterface &GetDebugger();98 PandaUniquePtr<tooling::DebugInterface> debugger_;
23 …r`](../runtime/tooling/debugger.h) object that implements [`tooling::DebugInterface`](../runtime/i…
57 Inspector utilizes the runtime instrumentation capabilities with the help of a `DebugInterface` obj…
150 DebugInterface *debugInterface {nullptr};
269 DebugInterface *debugInterface_;
173 static bool GetUserThreadList(DebugInterface *debugInterface, PandaVector<PtThread> *threadList) in GetUserThreadList()
127 class Debugger : public DebugInterface, RuntimeListener {
183 tooling::DebugInterface &Runtime::DebugSession::GetDebugger() in GetDebugger()