Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commandrunner: Forward KeyboardInterrupt to command
Some commands, notably gdb, use ctrl+c themselves to perform actions without exiting. Instead of making meson exit and thus, kill the subprocess, ignore the KeyboardInterrupt and continue waiting for the child.
- Loading branch information