Lines Matching full:error
150 Expected<PtMethod, Error> GetPtMethod(const PtLocation & /* location */) const override in GetPtMethod()
153 return Unexpected(Error(Error::Type::DEPRECATED, "Method is deprecated")); in GetPtMethod()
156 std::optional<Error> RegisterHooks(PtHooks *hooks) override in RegisterHooks()
162 std::optional<Error> UnregisterHooks() override in UnregisterHooks()
168 std::optional<Error> EnableAllGlobalHook() override in EnableAllGlobalHook()
174 std::optional<Error> DisableAllGlobalHook() override in DisableAllGlobalHook()
180 … std::optional<Error> SetNotification(PtThread thread, bool enable, PtHookType hookType) override;
181 std::optional<Error> SetBreakpoint(const PtLocation &location) override;
183 std::optional<Error> RemoveBreakpoint(const PtLocation &location) override;
185 Expected<std::unique_ptr<PtFrame>, Error> GetCurrentFrame(PtThread thread) const override;
187 …std::optional<Error> EnumerateFrames(PtThread thread, std::function<bool(const PtFrame &)> callbac…
261 std::optional<Error> GetThreadList(PandaVector<PtThread> *threadList) const override in GetThreadList()
275 std::optional<Error> GetThreadInfo([[maybe_unused]] PtThread thread, in GetThreadInfo()
282 std::optional<Error> SuspendThread(PtThread thread) const override;
284 std::optional<Error> ResumeThread(PtThread thread) const override;
286 …std::optional<Error> SetVariable([[maybe_unused]] PtThread thread, [[maybe_unused]] uint32_t frame… in SetVariable()
294 std::optional<Error> SetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber,
297 …std::optional<Error> GetVariable([[maybe_unused]] PtThread thread, [[maybe_unused]] uint32_t frame… in GetVariable()
305 std::optional<Error> GetVariable(PtThread thread, uint32_t frameDepth, int32_t regNumber,
308 …std::optional<Error> GetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty pro… in GetProperty()
315 …std::optional<Error> SetProperty([[maybe_unused]] PtObject object, [[maybe_unused]] PtProperty pro… in SetProperty()
322 …std::optional<Error> EvaluateExpression([[maybe_unused]] PtThread thread, [[maybe_unused]] uint32_… in EvaluateExpression()
330 std::optional<Error> RetransformClasses([[maybe_unused]] int classCount, in RetransformClasses()
337 std::optional<Error> RedefineClasses([[maybe_unused]] int classCount, in RedefineClasses()
344 std::optional<Error> RestartFrame([[maybe_unused]] PtThread thread,
347 std::optional<Error> SetAsyncCallStackDepth([[maybe_unused]] uint32_t maxDepth) const override in SetAsyncCallStackDepth()
353 std::optional<Error> AwaitPromise([[maybe_unused]] PtObject promiseObject, in AwaitPromise()
360 …std::optional<Error> CallFunctionOn([[maybe_unused]] PtObject object, [[maybe_unused]] PtMethod me… in CallFunctionOn()
368 std::optional<Error> GetProperties([[maybe_unused]] uint32_t *countPtr, in GetProperties()
375 std::optional<Error> NotifyFramePop(PtThread thread, uint32_t depth) const override;
377 std::optional<Error> SetPropertyAccessWatch([[maybe_unused]] PtClass klass, in SetPropertyAccessWatch()
384 std::optional<Error> ClearPropertyAccessWatch([[maybe_unused]] PtClass klass, in ClearPropertyAccessWatch()
391 std::optional<Error> SetPropertyModificationWatch([[maybe_unused]] PtClass klass, in SetPropertyModificationWatch()
398 std::optional<Error> ClearPropertyModificationWatch([[maybe_unused]] PtClass klass, in ClearPropertyModificationWatch()
405 …std::optional<Error> GetThisVariableByFrame([[maybe_unused]] PtThread thread, [[maybe_unused]] uin… in GetThisVariableByFrame()
411 …std::optional<Error> GetThisVariableByFrame(PtThread thread, uint32_t frameDepth, ObjectHeader **t…
413 std::optional<Error> SetPropertyAccessWatch(BaseClass *klass, PtProperty property) override;
415 std::optional<Error> ClearPropertyAccessWatch(BaseClass *klass, PtProperty property) override;
417 … std::optional<Error> SetPropertyModificationWatch(BaseClass *klass, PtProperty property) override;
419 …std::optional<Error> ClearPropertyModificationWatch(BaseClass *klass, PtProperty property) overrid…
422 …Expected<interpreter::StaticVRegisterRef, Error> GetVRegByPandaFrame(panda::Frame *frame, int32_t …
423 Expected<interpreter::DynamicVRegisterRef, Error> GetVRegByPandaFrameDyn(panda::Frame *frame,
425 std::optional<Error> CheckLocation(const PtLocation &location);