Searched refs:PtBaseEvents (Results 1 – 12 of 12) sorted by relevance
29 class PtBaseEvents : public PtBaseTypes {31 PtBaseEvents() = default;32 ~PtBaseEvents() override = default;36 NO_COPY_SEMANTIC(PtBaseEvents);37 NO_MOVE_SEMANTIC(PtBaseEvents);40 class BreakpointResolved final : public PtBaseEvents {81 class Paused final : public PtBaseEvents {205 class Resumed final : public PtBaseEvents {221 class NativeCalling final : public PtBaseEvents {285 class ScriptFailedToParse final : public PtBaseEvents {[all …]
94 void SendNotification(const PtBaseEvents &events) override in SendNotification()96 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()97 [](const PtBaseEvents &events) -> bool { in SendNotification()106 [this](const PtBaseEvents &events) -> bool { in SendNotification()
93 void SendNotification(const PtBaseEvents &events) override in SendNotification()95 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()96 [](const PtBaseEvents &events) -> bool { in SendNotification()106 [this](const PtBaseEvents &events) -> bool { in SendNotification()
97 void SendNotification(const PtBaseEvents &events) override in SendNotification()99 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()100 [](const PtBaseEvents &events) -> bool { in SendNotification()109 [this](const PtBaseEvents &events) -> bool { in SendNotification()
94 void SendNotification(const PtBaseEvents &events) override in SendNotification()96 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()97 [](const PtBaseEvents &events) -> bool { in SendNotification()107 [this](const PtBaseEvents &events) -> bool { in SendNotification()
119 void SendNotification(const PtBaseEvents &events) override in SendNotification()121 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()122 [](const PtBaseEvents &events) -> bool { in SendNotification()129 [this](const PtBaseEvents &events) -> bool { in SendNotification()
35 virtual void SendNotification(const PtBaseEvents &events) = 0;
47 void SendNotification(const PtBaseEvents &events) override;
31 class PtBaseEvents; variable
101 void ProtocolHandler::SendNotification(const PtBaseEvents &events) in SendNotification()
42 void SendNotification(const PtBaseEvents &events) override in SendNotification()