HPCToolkit
dbg_backtrace.h
Go to the documentation of this file.
1 //
2 // Debug interface to backtrace, primarily for simulating
3 // exceptional conditions
4 //
5 #ifndef DBG_BACKTRACE_H
6 #define DBG_BACKTRACE_H
7 
8 void (*hpcrun_dbg_unw_init_cursor)(hpcrun_unw_cursor_t* cursor, ucontext_t* context);
12 
13 
14 #endif // DBG_BACKTRACE_H
bool(* hpcrun_dbg_trampoline_at_entry)(void *ip)
Definition: dbg_backtrace.h:10
void(* hpcrun_dbg_unw_init_cursor)(hpcrun_unw_cursor_t *cursor, ucontext_t *context)
Definition: dbg_backtrace.h:8
step_state(* hpcrun_dbg_unw_step)(hpcrun_unw_cursor_t *cursor)
Definition: dbg_backtrace.h:11
bool(* hpcrun_dbg_trampoline_interior)(void *ip)
Definition: dbg_backtrace.h:9
step_state
Definition: unwind.h:124