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)
Dec 20 2023, 2:26 AM
Unknown Object (File)
Sep 7 2023, 9:18 AM
Unknown Object (File)
Sep 7 2023, 9:17 AM
Unknown Object (File)
Sep 7 2023, 9:17 AM
Unknown Object (File)
Sep 1 2023, 8:45 PM
Unknown Object (File)
Jun 29 2023, 2:54 AM
Unknown Object (File)
Jun 29 2023, 2:52 AM
Unknown Object (File)
Jun 28 2023, 11:33 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