FD.io VPP  v16.06
Vector Packet Processing
gdb_funcs.c File Reference
+ Include dependency graph for gdb_funcs.c:

Go to the source code of this file.

Functions

u32 vl (void *p)
 
uword pe (void *v)
 
int pifi (void *p, u32 index)
 
void debug_hex_bytes (u8 *s, u32 n)
 
void vlib_dump_frame_ownership (void)
 
void vlib_runtime_index_to_node_name (u32 index)
 
static clib_error_tshow_gdb_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
clib_error_tgdb_func_init (vlib_main_t *vm)
 

Variables

vlib_cli_command_t show_gdb_funcs_command
 (constructor) VLIB_CLI_COMMAND (show_gdb_funcs_command) More...
 

Function Documentation

void debug_hex_bytes ( u8 s,
u32  n 
)

Definition at line 37 of file gdb_funcs.c.

+ Here is the call graph for this function:

clib_error_t* gdb_func_init ( vlib_main_t vm)

Definition at line 115 of file gdb_funcs.c.

uword pe ( void v)

Definition at line 27 of file gdb_funcs.c.

+ Here is the call graph for this function:

int pifi ( void p,
u32  index 
)

Definition at line 32 of file gdb_funcs.c.

static clib_error_t* show_gdb_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 93 of file gdb_funcs.c.

+ Here is the call graph for this function:

u32 vl ( void p)

Definition at line 22 of file gdb_funcs.c.

void vlib_dump_frame_ownership ( void  )

Definition at line 42 of file gdb_funcs.c.

+ Here is the call graph for this function:

void vlib_runtime_index_to_node_name ( u32  index)

Definition at line 77 of file gdb_funcs.c.

+ Here is the call graph for this function:

Variable Documentation

vlib_cli_command_t show_gdb_funcs_command
Initial value:
= {
.path = "show gdb",
.short_help = "Describe functions which can be called from gdb",
.function = show_gdb_command_fn,
}
static clib_error_t * show_gdb_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
Definition: gdb_funcs.c:93

(constructor) VLIB_CLI_COMMAND (show_gdb_funcs_command)

Definition at line 107 of file gdb_funcs.c.