GDB (xrefs)
Functions
cli-script.h File Reference

Go to the source code of this file.

Functions

void script_from_file (FILE *stream, const char *file)
 
void show_user_1 (struct cmd_list_element *c, const char *prefix, const char *name, struct ui_file *stream)
 
enum command_control_type execute_control_command (struct command_line *cmd)
 
enum command_control_type execute_control_command_untraced (struct command_line *cmd)
 
struct command_lineget_command_line (enum command_control_type, char *)
 
void print_command_lines (struct ui_out *, struct command_line *, unsigned int)
 
struct command_linecopy_command_lines (struct command_line *cmds)
 
struct cleanupmake_cleanup_free_command_lines (struct command_line **arg)
 
void execute_user_command (struct cmd_list_element *c, char *args)
 
void print_command_trace (const char *cmd)
 
void reset_command_nest_depth (void)
 

Function Documentation

struct command_line* copy_command_lines ( struct command_line cmds)
enum command_control_type execute_control_command ( struct command_line cmd)

Definition at line 444 of file cli-script.c.

enum command_control_type execute_control_command_untraced ( struct command_line cmd)
void execute_user_command ( struct cmd_list_element c,
char *  args 
)
struct command_line* get_command_line ( enum  command_control_type,
char *   
)
struct cleanup* make_cleanup_free_command_lines ( struct command_line **  arg)
void print_command_lines ( struct ui_out ,
struct command_line ,
unsigned  int 
)

Definition at line 156 of file cli-script.c.

void print_command_trace ( const char *  cmd)
void reset_command_nest_depth ( void  )

Definition at line 407 of file cli-script.c.

Referenced by display_gdb_prompt().

void script_from_file ( FILE *  stream,
const char *  file 
)
void show_user_1 ( struct cmd_list_element c,
const char *  prefix,
const char *  name,
struct ui_file stream 
)