llvm-project/lldb/tools/debugserver
Jason Molenda 33ac4fddc7 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
2022-11-24 10:59:12 -08:00
..
debugserver.xcodeproj Fix Xcode project for debugserver 2021-10-15 15:08:06 -07:00
resources [debugserver] Various plist changes 2021-01-08 18:53:08 -08:00
scripts
source Change debugserver to spawn processes in their own pgrp 2022-11-24 10:59:12 -08:00
CMakeLists.txt [cmake] Make include(GNUInstallDirs) always below project(..) 2022-01-20 18:59:17 +00:00