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

#include "tui-data.h"

Public Attributes

char full_name [MAX_LOCATOR_ELEMENT_LEN]
 
char proc_name [MAX_LOCATOR_ELEMENT_LEN]
 
int line_no
 
CORE_ADDR addr
 
struct gdbarchgdbarch
 

Detailed Description

Definition at line 193 of file tui-data.h.

Member Data Documentation

CORE_ADDR tui_locator_element::addr
char tui_locator_element::full_name[MAX_LOCATOR_ELEMENT_LEN]
struct gdbarch* tui_locator_element::gdbarch
int tui_locator_element::line_no
char tui_locator_element::proc_name[MAX_LOCATOR_ELEMENT_LEN]

Definition at line 197 of file tui-data.h.

Referenced by init_content_element(), tui_make_status_line(), and tui_set_locator_info().


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