diff options
author | Jason Molenda <jason@molenda.com> | 2022-11-24 10:56:01 -0800 |
---|---|---|
committer | Jason Molenda <jason@molenda.com> | 2022-11-24 10:59:12 -0800 |
commit | 33ac4fddc7906ba712c50cd3a9b02ae041d751ab (patch) | |
tree | 590de0f55c8582f5c659c38d94e5ceafa44d2e5a /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 535c5d56a7bc9966036a11362d8984983a4bf090 (diff) | |
download | llvm-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