[Lldb-commits] [lldb] Fix StartDebuggingRequestHandler/ReplModeRequestHandler in lldb-dap (PR #104824)
    Walter Erquinigo via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Mon Aug 19 13:24:08 PDT 2024
    
    
  
================
@@ -192,8 +192,6 @@ struct DAP {
   std::mutex call_mutex;
   std::map<int /* request_seq */, ResponseCallback /* reply handler */>
       inflight_reverse_requests;
-  StartDebuggingRequestHandler start_debugging_request_handler;
-  ReplModeRequestHandler repl_mode_request_handler;
----------------
walter-erquinigo wrote:
btw, do you use the REPL mode at meta?
https://github.com/llvm/llvm-project/pull/104824
    
    
More information about the lldb-commits
mailing list