Changeset 2fbb42f in mainline for kernel/generic/include
- Timestamp:
- 2023-10-26T19:20:09Z (2 years ago)
- Branches:
- master, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 001957b6
- Parents:
- da13982
- Location:
- kernel/generic/include
- Files:
-
- 21 added
- 1 edited
-
debug/constants.h (added)
-
debug/constants/dw_access.h (added)
-
debug/constants/dw_at.h (added)
-
debug/constants/dw_ate.h (added)
-
debug/constants/dw_cc.h (added)
-
debug/constants/dw_ds.h (added)
-
debug/constants/dw_end.h (added)
-
debug/constants/dw_form.h (added)
-
debug/constants/dw_id.h (added)
-
debug/constants/dw_lang.h (added)
-
debug/constants/dw_lle.h (added)
-
debug/constants/dw_lnct.h (added)
-
debug/constants/dw_lne.h (added)
-
debug/constants/dw_lns.h (added)
-
debug/constants/dw_op.h (added)
-
debug/constants/dw_tag.h (added)
-
debug/constants/dw_ut.h (added)
-
debug/constants/dw_virtuality.h (added)
-
debug/constants/dw_vis.h (added)
-
debug/line.h (added)
-
debug/names.h (added)
-
stacktrace.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/stacktrace.h
rda13982 r2fbb42f 52 52 bool (*frame_pointer_prev)(stack_trace_context_t *, uintptr_t *); 53 53 bool (*return_address_get)(stack_trace_context_t *, uintptr_t *); 54 bool (*symbol_resolve)(uintptr_t, const char **, uintptr_t *);54 bool (*symbol_resolve)(uintptr_t, int, const char **, uintptr_t *, const char **, const char **, int *, int *); 55 55 } stack_trace_ops_t; 56 56
Note:
See TracChangeset
for help on using the changeset viewer.
