46a47,53
> /**
> * Cause the simulator to execute a breakpoint when
> * the given kernel function is reached
> * @param funcName the name of the kernel function at which to break
> */
> void breakAtKernelFunction(const char* funcName);
>