GDB (xrefs)
|
#include "tui-data.h"
Public Attributes | |
const char * | name |
int | item_no |
enum tui_data_type | type |
void * | value |
int | highlight |
char * | content |
Definition at line 178 of file tui-data.h.
Definition at line 186 of file tui-data.h.
Referenced by free_content_elements(), init_content_element(), tui_display_register(), tui_display_registers_from(), and tui_get_register().
Definition at line 185 of file tui-data.h.
Referenced by init_content_element(), tui_check_register_values(), tui_display_register(), tui_show_register_group(), and tui_show_registers().
Definition at line 181 of file tui-data.h.
Referenced by init_content_element(), tui_check_register_values(), and tui_show_register_group().
const char* tui_data_element::name |
Definition at line 180 of file tui-data.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), free_content_elements(), init_content_element(), and tui_show_register_group().
Definition at line 183 of file tui-data.h.
Referenced by free_content_elements(), and init_content_element().
void* tui_data_element::value |
Definition at line 184 of file tui-data.h.
Referenced by free_content_elements(), and init_content_element().