================
@@ -113,6 +113,20 @@ class ExceptionInfoRequestHandler : public RequestHandler {
   void operator()(const llvm::json::Object &request) const override;
 };
 
+class GoToRequestHandler : public RequestHandler {
----------------
da-viper wrote:
are the protocol types meant to follow the normal snake_case for variables or 
use camelCase ? 

https://github.com/llvm/llvm-project/blob/7dc550473c5239399707804c9466519d165aa7fd/lldb/tools/lldb-dap/Protocol/ProtocolTypes.h#L50-L55

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