GDB (xrefs)
Public Attributes | List of all members
command_line Struct Reference

#include "cli-script.h"

Public Attributes

struct command_linenext
 
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
 

Detailed Description

Structure for saved commands lines (for breakpoints, defined commands, etc).

Definition at line 51 of file cli-script.h.

Member Data Documentation

◆ body_count

int command_line::body_count

◆ body_list

struct command_line** command_line::body_list

◆ compile

struct { ... } command_line::compile

◆ control_type

enum command_control_type command_line::control_type

◆ control_u

union { ... } command_line::control_u

◆ line

char* command_line::line

◆ next

struct command_line* command_line::next

◆ scope

enum compile_i_scope_types command_line::scope

Definition at line 60 of file cli-script.h.

◆ scope_data

void* command_line::scope_data

Definition at line 61 of file cli-script.h.


The documentation for this struct was generated from the following file: