Searched refs:funcName (Results 1 - 2 of 2) sorted by relevance

/gem5/src/sim/
H A Ddebug.hh57 * @param funcName the name of the kernel function at which to break
59 void breakAtKernelFunction(const char* funcName);
H A Ddebug.cc100 breakAtKernelFunction(const char* funcName) argument
103 curSystem->addKernelFuncEvent<BreakPCEvent>(funcName,

Completed in 3 milliseconds