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, Sep 19, 1:16 PM
Unknown Object (File)
Thu, Sep 17, 2:52 AM
Unknown Object (File)
Tue, Sep 15, 11:13 AM
Unknown Object (File)
Thu, Sep 10, 9:27 PM
Unknown Object (File)
Thu, Sep 10, 10:59 AM
Unknown Object (File)
Thu, Sep 10, 8:05 AM
Unknown Object (File)
Tue, Sep 8, 9:06 PM
Unknown Object (File)
Tue, Sep 8, 9:03 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