Changes in uspace/lib/c/include/stacktrace.h [8751cf3:5a6cc679] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stacktrace.h
r8751cf3 r5a6cc679 43 43 typedef struct { 44 44 errno_t (*read_uintptr)(void *, uintptr_t, uintptr_t *); 45 int (*printf)(const char *, ...);46 45 } stacktrace_ops_t; 47 46 … … 52 51 53 52 extern void stacktrace_print(void); 54 extern void stacktrace_kio_print(void);55 53 extern void stacktrace_print_fp_pc(uintptr_t, uintptr_t); 56 54 extern void stacktrace_print_generic(stacktrace_ops_t *, void *, uintptr_t,
Note:
See TracChangeset
for help on using the changeset viewer.