|
GDB (API)
|
#include "defs.h"
Public Attributes | |
| struct command_line * | next |
| char * | line |
| enum command_control_type | control_type |
| union { | |
| struct { | |
| enum compile_i_scope_types scope | |
| void * scope_data | |
| } compile | |
| } | control_u |
| int | body_count |
| struct command_line ** | body_list |
Structure for saved commands lines (for breakpoints, defined commands, etc).
| int command_line::body_count |
| struct command_line** command_line::body_list |
| struct { ... } command_line::compile |
| enum command_control_type command_line::control_type |
| union { ... } command_line::control_u |
| struct command_line* command_line::next |
| enum compile_i_scope_types command_line::scope |
1.8.10