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
Unknown Object (File)
Sat, Jul 4, 6:48 AM
Unknown Object (File)
Sat, Jul 4, 1:34 AM
Unknown Object (File)
Fri, Jul 3, 3:15 AM
Unknown Object (File)
Thu, Jul 2, 9:46 AM
Unknown Object (File)
May 11 2026, 4:21 AM
Unknown Object (File)
Apr 30 2026, 9:06 AM
Unknown Object (File)
Apr 30 2026, 6:56 AM
Unknown Object (File)
Apr 25 2026, 12:47 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