Bug 196511 - [Patch] Bring back ALT_BREAK_TO_DEBUGGER functionality to vt(4)
Summary: [Patch] Bring back ALT_BREAK_TO_DEBUGGER functionality to vt(4)
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: 9.3-RELEASE
Hardware: Any Any
: --- Affects Many People
Assignee: Ed Maste
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-05 14:04 UTC by Andre Albsmeier
Modified: 2015-08-13 19:52 UTC (History)
2 users (show)

See Also:


Attachments
patch (691 bytes, patch)
2015-01-05 14:04 UTC, Andre Albsmeier
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andre Albsmeier 2015-01-05 14:04:06 UTC
Created attachment 151355 [details]
patch

vt(4) misses the ALT_BREAK_TO_DEBUGGER feature (at least in 9-STABLE but probably in all versions). This patch brings it back.
Comment 1 Brooks Davis freebsd_committer freebsd_triage 2015-08-13 10:12:35 UTC
It looks like Ed committed this to head in r276282 but it was never merged.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-08-13 19:49:10 UTC
A commit references this bug:

Author: emaste
Date: Thu Aug 13 19:48:20 UTC 2015
New revision: 286742
URL: https://svnweb.freebsd.org/changeset/base/286742

Log:
  MFC r276282: Support ALT_BREAK_TO_DEBUGGER in vt(4)

  PR:		196511

Changes:
_U  stable/10/
  stable/10/sys/dev/vt/vt.h
  stable/10/sys/dev/vt/vt_core.c
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-08-13 19:52:12 UTC
A commit references this bug:

Author: emaste
Date: Thu Aug 13 19:51:23 UTC 2015
New revision: 286743
URL: https://svnweb.freebsd.org/changeset/base/286743

Log:
  MFC r276282: Support ALT_BREAK_TO_DEBUGGER in vt(4)

  PR:		196511

Changes:
_U  stable/9/sys/
_U  stable/9/sys/dev/
  stable/9/sys/dev/vt/vt.h
  stable/9/sys/dev/vt/vt_core.c
Comment 4 Ed Maste freebsd_committer freebsd_triage 2015-08-13 19:52:55 UTC
Merge to HEAD in r276282, stable/10 in r286742 and stable/9 in r286743