GDB (API)
|
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_line * | get_command_line (enum command_control_type, char *) |
void | print_command_lines (struct ui_out *, struct command_line *, unsigned int) |
struct command_line * | copy_command_lines (struct command_line *cmds) |
struct cleanup * | make_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) |
struct command_line* copy_command_lines | ( | struct command_line * | cmds | ) | [read] |
Definition at line 1354 of file cli-script.c.
enum command_control_type execute_control_command | ( | struct command_line * | cmd | ) |
Definition at line 399 of file cli-script.c.
enum command_control_type execute_control_command_untraced | ( | struct command_line * | cmd | ) |
Definition at line 591 of file cli-script.c.
void execute_user_command | ( | struct cmd_list_element * | c, |
char * | args | ||
) |
Definition at line 311 of file cli-script.c.
struct command_line* get_command_line | ( | enum | command_control_type, |
char * | |||
) | [read] |
Definition at line 111 of file cli-script.c.
struct cleanup* make_cleanup_free_command_lines | ( | struct command_line ** | arg | ) | [read] |
Definition at line 1348 of file cli-script.c.
void print_command_lines | ( | struct ui_out * | , |
struct command_line * | , | ||
unsigned | int | ||
) |
Definition at line 137 of file cli-script.c.
void print_command_trace | ( | const char * | cmd | ) |
Definition at line 379 of file cli-script.c.
void reset_command_nest_depth | ( | void | ) |
Definition at line 362 of file cli-script.c.
void script_from_file | ( | FILE * | stream, |
const char * | file | ||
) |
Definition at line 1626 of file cli-script.c.
void show_user_1 | ( | struct cmd_list_element * | c, |
const char * | prefix, | ||
const char * | name, | ||
struct ui_file * | stream | ||
) |
Definition at line 1670 of file cli-script.c.