Discussion:
[Bug cli/23688] New: control-c kills attached process on macOS
tromey at sourceware dot org
2018-09-19 13:48:52 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23688

Bug ID: 23688
Summary: control-c kills attached process on macOS
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: cli
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---

I'm using macOS High Sierra.

In a shell I run a simple program that just sleeps.

In another shell, I run gdb and attach.
(I'm using a gdb that is patched to work ok on High Sierra)
Then I "cont".

Now I C-c.
The inferior immediately exits and that window presents the
shell prompt.

Instead, gdb should stop the inferior.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-19 13:49:05 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=23688

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Target| |*-*-darwin*
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...