kernel/arm64: implement stack trace

Change-Id: If5627fb4d37bdb7260d7e14c0c3e8cf7bcbee53d
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5672
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: Jérôme Duval <[email protected]>
Reviewed-by: David Karoly <[email protected]>
This commit is contained in:
David Karoly
2022-09-19 14:51:18 +00:00
parent 9a31a30528
commit 303283fb7a
3 changed files with 396 additions and 2 deletions
@@ -170,6 +170,9 @@ static inline void arch_cpu_idle(void)
}
extern addr_t arm64_get_fp(void);
#ifdef __cplusplus
}
#endif