STACK_DEPTH is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

STACK_DEPTH macro

Syntax

#define STACK_DEPTH 32

References

LocationText
mips64_pracc.c:26
#define STACK_DEPTH 32
mips64_pracc.c:35
uint64_t stack[STACK_DEPTH];
mips64_pracc.c:198
if (ctx->stack_offset >= STACK_DEPTH) {