[Lldb-commits] [lldb] [lldb-dap] Refactoring lldb-dap port listening mode to allow multiple connections. (PR #116392)

Adrian Vogelsgesang via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 15 10:04:49 PST 2024


================
@@ -116,6 +118,8 @@ enum LaunchMethod { Launch, Attach, AttachForSuspendedLaunch };
 /// Page size used for reporting addtional frames in the 'stackTrace' request.
 constexpr int StackPageSize = 20;
 
+void RegisterRequestCallbacks(DAP &dap);
----------------
vogelsgesang wrote:

seems to be never implemented and never called?

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


More information about the lldb-commits mailing list