aarzilli added a comment. In D128504#3608530 <https://reviews.llvm.org/D128504#3608530>, @jingham wrote:
> Why is it desirable to have the debugger not see signals sent to the process? > > Jim Regardless of this patch, it is always possible to send signals directly to the target process. This is only about signals generated by the terminal. Suppose you are debugging a program that does something in response to ^C: you will have to use kill in a different terminal to send the signal to the target process, because pressing ^C will send a signal to both debugserver and the target process, causing debugserver to die in response. I think it should be possible to set up the target process so that it has full control of its terminal, as it would be if it had been run outside of a debugger. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D128504/new/ https://reviews.llvm.org/D128504 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits