HomeFreeBSD

MFC 308690: Sync instruction cache's after writing user breakpoints on MIPS.

Description

MFC 308690: Sync instruction cache's after writing user breakpoints on MIPS.

Add an implementation for pmaps_sync_icache() on MIPS that sync's the
instruction cache on all CPUs via smp_rendezvous() after a debugger
inserts a breakpoint via ptrace(PT_IO).

Details

Provenance
jhbAuthored on
Parents
rS310132: libbfd: make sure variables are initialized before using them.
Branches
Unknown
Tags
Unknown