aboutsummaryrefslogtreecommitdiff
path: root/flang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJason Molenda <jason@molenda.com>2022-11-24 10:56:01 -0800
committerJason Molenda <jason@molenda.com>2022-11-24 10:59:12 -0800
commit33ac4fddc7906ba712c50cd3a9b02ae041d751ab (patch)
tree590de0f55c8582f5c659c38d94e5ceafa44d2e5a /flang/lib/Frontend/CompilerInvocation.cpp
parent535c5d56a7bc9966036a11362d8984983a4bf090 (diff)
downloadllvm-33ac4fddc7906ba712c50cd3a9b02ae041d751ab.zip
llvm-33ac4fddc7906ba712c50cd3a9b02ae041d751ab.tar.gz
llvm-33ac4fddc7906ba712c50cd3a9b02ae041d751ab.tar.bz2
Change debugserver to spawn processes in their own pgrp
Change debugserver's posix_spawn() to spawn an inferior process in its own process group, so signals from the terminal like control-c are passed to the inferior process instead of debugserer. In lldb's own native-host launching, there is a LaunchInfo option LaunchInSeparateProcessGroup, and this mirrors the most common setting of that on Darwin systems. Patch by Alessandro Arzilli <alessandro.arzilli@gmail.com>. Differential Revision: https://reviews.llvm.org/D128504
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions