================
@@ -113,6 +113,20 @@ class ExceptionInfoRequestHandler : public RequestHandler {
   void operator()(const llvm::json::Object &request) const override;
 };
 
+class GoToRequestHandler : public RequestHandler {
----------------
da-viper wrote:

There is an issue with the way to new protocol works, If you need to send and 
event after a response. (currently needed for goto, next , stepIn , stepOut) .  
It does not handle that case. 
Instead you have to copy the implementation of `void operator()(const 
protocol::Request &request)` from the  `RequestHandler` 

https://github.com/llvm/llvm-project/pull/130503
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to