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)
Thu, May 1, 7:34 PM
Unknown Object (File)
Mar 6 2025, 9:03 AM
Unknown Object (File)
Feb 21 2025, 10:53 AM
Unknown Object (File)
Feb 18 2025, 2:27 PM
Unknown Object (File)
Feb 17 2025, 4:20 AM
Unknown Object (File)
Feb 17 2025, 2:19 AM
Unknown Object (File)
Jan 31 2025, 10:46 PM
Unknown Object (File)
Jan 19 2025, 5:35 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