[Lldb-commits] [lldb] [llvm] [lldb][lldb-dap] Implement jump to cursor (PR #130503)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 20 05:43:19 PDT 2025


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

please rebase on `main`, and make sure to use the new, non-legacy mechanism for those new request handlers introduced in #130090

https://github.com/llvm/llvm-project/pull/130503


More information about the lldb-commits mailing list