GDB (xrefs)
|
#include "defs.h"
Public Attributes | |
struct command_line * | next |
char * | line |
enum command_control_type | control_type |
int | body_count |
struct command_line ** | body_list |
Definition at line 433 of file defs.h.
Referenced by build_command_line(), check_no_tracepoint_commands(), copy_command_lines(), execute_control_command(), free_command_lines(), get_breakpoint_commands(), print_command_lines(), realloc_body_list(), recurse_read_control_structure(), trace_dump_actions(), update_dprintf_command_list(), and validate_commands_for_breakpoint().
struct command_line** command_line::body_list |
Definition at line 437 of file defs.h.
Referenced by build_command_line(), check_no_tracepoint_commands(), copy_command_lines(), do_map_commands_command(), encode_actions_1(), execute_control_command(), free_command_lines(), get_breakpoint_commands(), print_command_lines(), realloc_body_list(), recurse_read_control_structure(), remote_download_command_source(), trace_dump_actions(), update_dprintf_command_list(), and validate_commands_for_breakpoint().
Definition at line 431 of file defs.h.
Referenced by build_command_line(), check_no_tracepoint_commands(), copy_command_lines(), execute_control_command(), get_breakpoint_commands(), print_command_lines(), read_command_lines_1(), recurse_read_control_structure(), remote_download_command_source(), update_dprintf_command_list(), and validate_commands_for_breakpoint().
char* command_line::line |
Definition at line 430 of file defs.h.
Referenced by all_tracepoint_actions_and_cleanup(), build_command_line(), check_no_tracepoint_commands(), command_line_is_silent(), copy_command_lines(), document_command(), encode_actions_1(), execute_control_command(), free_command_lines(), gdb_get_tracepoint_info(), get_breakpoint_commands(), print_command_lines(), remote_download_command_source(), trace_dump_actions(), update_dprintf_command_list(), and validate_commands_for_breakpoint().
struct command_line* command_line::next |
Definition at line 429 of file defs.h.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), all_tracepoint_actions_and_cleanup(), bpstat_do_actions_1(), build_command_line(), check_no_tracepoint_commands(), copy_command_lines(), document_command(), encode_actions_1(), execute_control_command(), execute_user_command(), free_command_lines(), gdb_get_tracepoint_info(), get_breakpoint_commands(), print_command_lines(), read_command_lines_1(), recurse_read_control_structure(), remote_download_command_source(), trace_dump_actions(), update_dprintf_command_list(), and validate_commands_for_breakpoint().