Home
last modified time | relevance | path

Searched refs:KdbpCmdStep (Results 1 – 1 of 1) sorted by relevance

/reactos/ntoskrnl/kdbg/
H A Dkdb_cli.c63 static BOOLEAN KdbpCmdStep(ULONG Argc, PCHAR Argv[]);
365 … { "step", "step [count]", "Execute single instructions, stepping into interrupts.", KdbpCmdStep },
366 … { "next", "next [count]", "Execute single instructions, skipping calls and reps.", KdbpCmdStep },
1411 KdbpCmdStep( in KdbpCmdStep() function