Searched refs:DISASSEM_WIN (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui.h52 DISASSEM_WIN, enumerator in enum:tui_win_type
H A Dtui-data.h187 #define TUI_DISASM_WIN ((tui_disasm_window *) tui_win_list[DISASSEM_WIN])
H A Dtui.c563 tui_add_win_to_layout (DISASSEM_WIN);
H A Dtui-layout.c158 gdb_assert (type == SRC_WIN || type == DISASSEM_WIN);
166 enum tui_win_type other = type == SRC_WIN ? DISASSEM_WIN : SRC_WIN;
392 make_standard_window<DISASSEM_WIN,
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui.h53 DISASSEM_WIN, enumerator in enum:tui_win_type
H A Dtui-data.h295 (gdb::checked_static_cast<tui_disasm_window *> (tui_win_list[DISASSEM_WIN]))
H A Dtui.c577 tui_add_win_to_layout (DISASSEM_WIN);
H A Dtui-layout.c145 gdb_assert (type == SRC_WIN || type == DISASSEM_WIN);
153 enum tui_win_type other = type == SRC_WIN ? DISASSEM_WIN : SRC_WIN;
368 make_standard_window<DISASSEM_WIN,
/netbsd-current/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-cmds.c1523 if (tui_is_window_visible (DISASSEM_WIN))
/netbsd-current/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-cmds.c1440 if (tui_is_window_visible (DISASSEM_WIN))

Completed in 222 milliseconds