remake
4.3+dbg-1.5
|
Node for an item in the target call stack. More...
#include <trace.h>
Data Fields | |
file_t * | p_target |
file_t * | p_shared_target |
struct target_stack_node * | p_parent |
Node for an item in the target call stack.
debugger command interface.
A call "stack". Well, since we'll have to deal with multiple child "jobs" it's not really a stack but a tree.
struct target_stack_node* target_stack_node::p_parent |
file_t* target_stack_node::p_shared_target |
file_t* target_stack_node::p_target |
Referenced by dbg_cmd_info(), and dbg_cmd_info_line().