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
F110348948: D23507.id67826.diff
Mon, Feb 17, 4:20 AM
F110342142: D23507.diff
Mon, Feb 17, 2:19 AM
Unknown Object (File)
Fri, Jan 31, 10:46 PM
Unknown Object (File)
Sun, Jan 19, 5:35 PM
Unknown Object (File)
Dec 10 2024, 7:22 AM
Unknown Object (File)
Nov 29 2024, 7:49 PM
Unknown Object (File)
Nov 26 2024, 3:41 AM
Unknown Object (File)
Nov 24 2024, 11:44 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