Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stacktrace.h

    rc1b979a r3e6a98c5  
    4141
    4242typedef struct {
     43        void *op_arg;
    4344        int (*read_uintptr)(void *, uintptr_t, uintptr_t *);
    44 } stacktrace_ops_t;
    45 
    46 typedef struct {
    47         void *op_arg;
    48         stacktrace_ops_t *ops;
    4945} stacktrace_t;
    5046
    5147extern void stacktrace_print(void);
    5248extern void stacktrace_print_fp_pc(uintptr_t, uintptr_t);
    53 extern void stacktrace_print_generic(stacktrace_ops_t *, void *, uintptr_t,
    54     uintptr_t);
    5549
    5650/*
Note: See TracChangeset for help on using the changeset viewer.