40a41,42
> #include "cpu/pc_event.hh"
> #include "sim/system.hh"
89a92,99
> void
> breakAtKernelFunction(const char* funcName)
> {
> System* curSystem = System::systemList[0];
> curSystem->addKernelFuncEvent<BreakPCEvent>(funcName,
> "GDB scheduled break", true);
> }
>