]> git.lizzy.rs Git - rust.git/commit
Exec gdb and lldb in rust-* wrappers
authorftilde <ftilde@protonmail.com>
Sat, 18 Aug 2018 21:48:26 +0000 (23:48 +0200)
committerftilde <ftilde@protonmail.com>
Sat, 18 Aug 2018 22:00:00 +0000 (00:00 +0200)
commitd6426e8a25baa3011b9db14aca660b39b9867578
tree630eaae13aba4333d71c523e1659b37b7db1666d
parent73b5c7eda2a44aea26b5e62f8caaddc6902a45bb
Exec gdb and lldb in rust-* wrappers

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.
src/etc/rust-gdb
src/etc/rust-lldb