Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/debugcommands/
Ddebugcommands.c51 static int cmd_stackstomp(int argc, const cmd_args *argv);
66 STATIC_COMMAND("stackstomp", "intentionally overrun the stack", &cmd_stackstomp)
342 static int cmd_stackstomp(int argc, const cmd_args *argv) in cmd_stackstomp() function