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

◆ addr

CORE_ADDR tui_locator_element::addr

◆ full_name

char tui_locator_element::full_name[MAX_LOCATOR_ELEMENT_LEN]

◆ gdbarch

struct gdbarch* tui_locator_element::gdbarch

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

Referenced by tui_get_begin_asm_address(), and tui_set_locator_info().

◆ line_no

int tui_locator_element::line_no

◆ proc_name

char tui_locator_element::proc_name[MAX_LOCATOR_ELEMENT_LEN]

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

Referenced by init_content_element(), and tui_set_locator_info().


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