Home
last modified time | relevance | path

Searched refs:tui_win_list (Results 1 – 16 of 16) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-data.h171 extern struct tui_win_info *tui_win_list[MAX_MAJOR_WINDOWS];
173 #define TUI_SRC_WIN ((tui_source_window *) tui_win_list[SRC_WIN])
174 #define TUI_DISASM_WIN ((tui_disasm_window *) tui_win_list[DISASSEM_WIN])
175 #define TUI_DATA_WIN ((tui_data_window *) tui_win_list[DATA_WIN])
176 #define TUI_CMD_WIN ((tui_cmd_window *) tui_win_list[CMD_WIN])
H A Dtui-layout.c92 if (tui_win_list[win_type] != nullptr in tui_apply_current_layout()
93 && !tui_win_list[win_type]->is_visible ()) in tui_apply_current_layout()
94 tui_win_list[win_type] = nullptr; in tui_apply_current_layout()
144 if (tui_win_list[type] != nullptr) in tui_add_win_to_layout()
150 if (tui_win_list[other] == nullptr) in tui_add_win_to_layout()
154 applied_layout->replace_window (tui_win_list[other]->name (), name); in tui_add_win_to_layout()
327 if (tui_win_list[V] == nullptr) in make_standard_window()
328 tui_win_list[V] = new T (); in make_standard_window()
329 return tui_win_list[V]; in make_standard_window()
H A Dtui.c547 if (tui_win_list[type] == 0) in tui_is_window_visible()
550 return tui_win_list[type]->is_visible (); in tui_is_window_visible()
H A Dtui-data.c32 struct tui_win_info *tui_win_list[MAX_MAJOR_WINDOWS]; variable
/netbsd/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-data.h171 extern struct tui_win_info *tui_win_list[MAX_MAJOR_WINDOWS];
173 #define TUI_SRC_WIN ((tui_source_window *) tui_win_list[SRC_WIN])
174 #define TUI_DISASM_WIN ((tui_disasm_window *) tui_win_list[DISASSEM_WIN])
175 #define TUI_DATA_WIN ((tui_data_window *) tui_win_list[DATA_WIN])
176 #define TUI_CMD_WIN ((tui_cmd_window *) tui_win_list[CMD_WIN])
H A Dtui-layout.c92 if (tui_win_list[win_type] != nullptr in tui_apply_current_layout()
93 && !tui_win_list[win_type]->is_visible ()) in tui_apply_current_layout()
94 tui_win_list[win_type] = nullptr; in tui_apply_current_layout()
144 if (tui_win_list[type] != nullptr) in tui_add_win_to_layout()
150 if (tui_win_list[other] == nullptr) in tui_add_win_to_layout()
154 applied_layout->replace_window (tui_win_list[other]->name (), name); in tui_add_win_to_layout()
327 if (tui_win_list[V] == nullptr) in make_standard_window()
328 tui_win_list[V] = new T (); in make_standard_window()
329 return tui_win_list[V]; in make_standard_window()
H A Dtui.c547 if (tui_win_list[type] == 0) in tui_is_window_visible()
550 return tui_win_list[type]->is_visible (); in tui_is_window_visible()
H A Dtui-data.c32 struct tui_win_info *tui_win_list[MAX_MAJOR_WINDOWS]; variable
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20175807 * tui/tui-data.c (tui_win_list): Likewise.
5808 * tui/tui-data.h (tui_win_list): Likewise.
H A DChangeLog-20195910 * tui/tui-data.c (tui_win_list::rerender): New method.
5982 examine tui_win_list.
H A DChangeLog9421 TUI_DISASM_WIN, not tui_win_list.
H A DChangeLog-200413054 (tui_win_list): Rename winList.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20175807 * tui/tui-data.c (tui_win_list): Likewise.
5808 * tui/tui-data.h (tui_win_list): Likewise.
H A DChangeLog-20195910 * tui/tui-data.c (tui_win_list::rerender): New method.
5982 examine tui_win_list.
H A DChangeLog9421 TUI_DISASM_WIN, not tui_win_list.
H A DChangeLog-200413054 (tui_win_list): Rename winList.