Changeset 8119363 in mainline for uspace/lib/c/include/stacktrace.h
- Timestamp:
- 2018-06-26T17:35:40Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6e569bf
- Parents:
- fbfe59d (diff), e768aea (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/stacktrace.h
rfbfe59d r8119363 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.