remake
4.3+dbg-1.5
|
#include "trace.h"
Go to the source code of this file.
Functions | |
debug_return_t | dbg_adjust_frame (int i_amount, int b_absolute) |
Variables | |
int | i_stack_pos |
target_stack_node_t * | p_stack |
floc_stack_node_t * | p_floc_stack |
debug_return_t dbg_adjust_frame | ( | int | i_amount, |
int | b_absolute | ||
) |
Referenced by dbg_cmd_frame(), dbg_cmd_frame_down(), and dbg_cmd_up().
int i_stack_pos |
Referenced by dbg_cmd_info(), and dbg_cmd_where().
floc_stack_node_t* p_floc_stack |
target_stack_node_t* p_stack |
Pointer to current target call stack at the place we are currently focused on.