[Lldb-commits] [lldb] [llvm] [lldb][lldb-dap] Implement jump to cursor (PR #130503)
Ebuka Ezike via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 20 05:50:10 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list