clayborg added a comment.

Another option would be to have lldb-server check for environment variables for 
default values for --waitfor-interval and --waitfor-duration. If they are set, 
they become the new default values. Of course a user can launch the lldb-server 
manually with the options set a different way and then attach with "process 
connect ..." if required. But this would provide an alternate way for users to 
control the polling and timeout. I would just hate for us to add these new 
flags and have some people not be able to debug because their GDB server gets 
launched (because they replaced the lldb-server) and doesn't support the flags.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93895/new/

https://reviews.llvm.org/D93895

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to