CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/25 01:58:14
Modified files:
sys/arch/macppc/macppc: locore.S
sys/arch/socppc/socppc: locore.S
Log message:
Do not check if the CPU is inside the idle loop when enterting ddb(4).
This check only makes sense when a frame is saved for interrupts, not
for a (simulated) breakpoint.
This allows us to put breakpoints in interrupt context and have them
work if an interrupt fires while the CPU is idle.
