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

#include "mi-parse.h"

Public Attributes

enum mi_command_type op
 
char * command
 
char * token
 
const struct mi_cmdcmd
 
struct mi_timestampcmd_start
 
char * args
 
char ** argv
 
int argc
 
int all
 
int thread_group
 
int thread
 
int frame
 
enum language language
 

Detailed Description

Definition at line 39 of file mi-parse.h.

Member Data Documentation

int mi_parse::all
int mi_parse::argc

Definition at line 48 of file mi-parse.h.

Referenced by mi_cmd_execute(), and mi_parse_argv().

char* mi_parse::args

Definition at line 46 of file mi-parse.h.

Referenced by captured_mi_execute_command(), mi_cmd_execute(), mi_parse(), and mi_parse_free().

char** mi_parse::argv

Definition at line 47 of file mi-parse.h.

Referenced by mi_cmd_execute(), mi_parse(), mi_parse_argv(), and mi_parse_free().

const struct mi_cmd* mi_parse::cmd

Definition at line 44 of file mi-parse.h.

Referenced by mi_cmd_execute(), and mi_parse().

struct mi_timestamp* mi_parse::cmd_start

Definition at line 45 of file mi-parse.h.

Referenced by captured_mi_execute_command(), and mi_execute_command().

char* mi_parse::command
int mi_parse::frame

Definition at line 52 of file mi-parse.h.

Referenced by mi_cmd_execute(), and mi_parse().

enum language mi_parse::language

Definition at line 56 of file mi-parse.h.

Referenced by mi_cmd_execute(), and mi_parse().

enum mi_command_type mi_parse::op

Definition at line 41 of file mi-parse.h.

Referenced by captured_mi_execute_command(), and mi_parse().

int mi_parse::thread

Definition at line 51 of file mi-parse.h.

Referenced by mi_cmd_execute(), mi_execute_command(), and mi_parse().

int mi_parse::thread_group

Definition at line 50 of file mi-parse.h.

Referenced by exec_continue(), mi_cmd_exec_interrupt(), mi_cmd_execute(), and mi_parse().

char* mi_parse::token

Definition at line 43 of file mi-parse.h.

Referenced by captured_mi_execute_command(), mi_execute_command(), and mi_parse_free().


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