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, Oct 11, 7:38 AM
Unknown Object (File)
Fri, Sep 19, 10:25 PM
Unknown Object (File)
Sun, Sep 14, 3:35 AM
Unknown Object (File)
Sep 13 2025, 8:05 AM
Unknown Object (File)
Sep 13 2025, 7:06 AM
Unknown Object (File)
Aug 14 2025, 2:16 AM
Unknown Object (File)
Jul 10 2025, 5:26 PM
Unknown Object (File)
Jun 27 2025, 6:14 AM
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