Page MenuHomeFreeBSD

Improve ARM debug_monitor for SMP machines
ClosedPublic

Authored by zbb on Apr 19 2016, 8:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 28 2024, 10:51 AM
Unknown Object (File)
Feb 28 2024, 9:02 AM
Unknown Object (File)
Dec 29 2023, 5:20 AM
Unknown Object (File)
Dec 20 2023, 12:08 AM
Unknown Object (File)
Jun 30 2023, 1:56 AM
Unknown Object (File)
Jun 29 2023, 1:37 AM
Unknown Object (File)
Apr 26 2023, 3:45 PM
Unknown Object (File)
Apr 8 2023, 9:12 PM
Subscribers

Details

Summary
  • Reset debug architecture and enable monitor for secondary CPUs in init_secondary() rather than when configuring watchpoint, etc.
  • Disable HW debugging capabilities when one of the CPU cores fails to set up.
  • Use dbg_capable() in a more atomic manner to avoid any mismatch between CPUs.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

zbb retitled this revision from to Improve ARM debug_monitor for SMP machines.
zbb updated this object.
zbb edited the test plan for this revision. (Show Details)
zbb added reviewers: wma, skra.
zbb set the repository for this revision to rS FreeBSD src repository - subversion.
zbb added a subscriber: ARM.

Ups wrong version of the patch

This revision was automatically updated to reflect the committed changes.