Changeset 8751cf3 in mainline for uspace/lib/c/include/stacktrace.h
- Timestamp:
- 2018-06-19T20:04:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 826a0a97
- Parents:
- 3bd1d7d4
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-04 20:01:22)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-19 20:04:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stacktrace.h
r3bd1d7d4 r8751cf3 43 43 typedef struct { 44 44 errno_t (*read_uintptr)(void *, uintptr_t, uintptr_t *); 45 int (*printf)(const char *, ...); 45 46 } stacktrace_ops_t; 46 47 … … 51 52 52 53 extern void stacktrace_print(void); 54 extern void stacktrace_kio_print(void); 53 55 extern void stacktrace_print_fp_pc(uintptr_t, uintptr_t); 54 56 extern void stacktrace_print_generic(stacktrace_ops_t *, void *, uintptr_t,
Note:
See TracChangeset
for help on using the changeset viewer.