Page MenuHomeFreeBSD

Read the breakpoint instruction to determine its length in BKPT_SKIP.
ClosedPublic

Authored by jhb on Feb 4 2020, 11:46 PM.
Tags
None
Referenced Files
F134807586: D23507.id.diff
Tue, Nov 4, 5:50 PM
F134807263: D23507.id67826.diff
Tue, Nov 4, 5:47 PM
F134807027: D23507.id67799.diff
Tue, Nov 4, 5:46 PM
F134806439: D23507.diff
Tue, Nov 4, 5:40 PM
Unknown Object (File)
Fri, Oct 31, 1:02 AM
Unknown Object (File)
Thu, Oct 23, 7:39 PM
Unknown Object (File)
Thu, Oct 23, 7:39 PM
Unknown Object (File)
Thu, Oct 23, 7:39 PM
Subscribers

Details

Summary

This fixes continuing from debug.kdb.enter=1 after enabling the use
of compressed instructions since the compiler can emit the two byte
c.ebreak instead of the 4 byte ebreak.

Test Plan
  • sysctl debug.kdb.enter and then 'c' to continue

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable