SyterKit
0.4.0.x
SyterKit is a bare-metal framework
Loading...
Searching...
No Matches
include
arch
riscv
stdlib.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
3
#ifndef __STDLIB_H__
4
#define __STDLIB_H__
5
24
int
backtrace
(
char
*PC,
long
*SP,
char
*LR);
25
40
int
dump_stack
(
void
);
41
42
#endif
// __STDLIB_H__
backtrace
int backtrace(char *PC, long *SP, char *LR)
Perform a backtrace to find the call stack.
Definition
backtrace.c:1168
dump_stack
int dump_stack(void)
Dumps the current stack state and performs a backtrace.
Definition
backtrace.c:1219
Generated by
1.9.8