mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
d6426e8a25
This way the process we get by calling rust-{gdb,lldb} is an actual
{gdb,lldb} instance and not (perhaps surprisingly) a script waiting for
the debugger process to finish. Thus, sending a SIGINT to the spawned
process stops execution of the child, for example.