From 9cd9ecc1aeff18c22311a62878cb254353cc6b20 Mon Sep 17 00:00:00 2001 From: Vasily Levchenko Date: Tue, 25 Sep 2018 19:25:34 +0300 Subject: [PATCH] [cmd][lldb] make lldb execution job control friendly. --- cmd/konan-lldb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/konan-lldb b/cmd/konan-lldb index ac42c603a28..10376d4bf43 100644 --- a/cmd/konan-lldb +++ b/cmd/konan-lldb @@ -15,4 +15,4 @@ # limitations under the License. DISTDIR=$(dirname $0)/.. -lldb -o "command script import $DISTDIR/tools/konan_lldb.py" $* \ No newline at end of file +exec lldb -o "command script import $DISTDIR/tools/konan_lldb.py" $*