aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Change tui_set_exec_info_content to return voidTom Tromey3-6/+7
2019-06-25Remove NULL check from tui_set_exec_info_contentTom Tromey2-38/+37
2019-06-25Change tui_alloc_source_buffer return type to voidTom Tromey5-83/+86
2019-06-25Introduce tui_gen_win_info::name methodTom Tromey4-35/+43
2019-06-25Change tui_update_source_window for better type safetyTom Tromey4-8/+16
2019-06-25Introduce refresh_window methodTom Tromey8-31/+58
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey15-317/+366
2019-06-25Use new and delete for tui_gen_win_infoTom Tromey4-35/+58
2019-06-25Change tui_which_element::data_window to be a pointerTom Tromey7-15/+32
2019-06-25Introduce set_highlight methodTom Tromey5-23/+32
2019-06-25Remove redundant check from make_visibleTom Tromey2-3/+6
2019-06-25Introduce max_height methodTom Tromey3-6/+31
2019-06-25Introduce set_new_height methodTom Tromey3-40/+57
2019-06-25Introduce the refresh_all methodTom Tromey5-23/+38
2019-06-25Introduce two TUI source window methodsTom Tromey8-38/+59
2019-06-25Introduce the refresh methodTom Tromey3-11/+32
2019-06-25Use bool for visibilityTom Tromey7-22/+38
2019-06-25Introduce make_visible methodTom Tromey4-18/+38
2019-06-25Remove an unneeded NULL checkTom Tromey2-23/+26
2019-06-25Inline constructors and initializersTom Tromey3-27/+28
2019-06-25Change tui_data_window::display_regs to boolTom Tromey4-5/+13
2019-06-25Remove struct tui_data_infoTom Tromey6-122/+112
2019-06-25Remove struct tui_command_infoTom Tromey4-16/+24
2019-06-25Remove struct tui_source_infoTom Tromey9-111/+147
2019-06-25Introduce has_locator methodTom Tromey5-16/+40
2019-06-25Remove tui_clear_win_detailTom Tromey3-11/+8
2019-06-25Don't use TUI_DISASM_WIN in tui_disasm_window methodTom Tromey2-1/+6
2019-06-25Introduce methods for scrollingTom Tromey13-144/+134
2019-06-25Create tui_disasm_windowTom Tromey3-8/+51
2019-06-25Split the tui_win_info destructorTom Tromey3-37/+43
2019-06-25Remove tui_listTom Tromey6-64/+47
2019-06-25Introduce tui_win_info::clear_detail methodTom Tromey3-25/+51
2019-06-25Simplify source and disassembly window creationTom Tromey2-30/+32
2019-06-25Simplify command window creationTom Tromey2-77/+76
2019-06-25Remove an unnecessary NULL check from the TUITom Tromey2-10/+12
2019-06-25Create subclasses for different window typesTom Tromey3-40/+86
2019-06-25Add destructor to tui_win_infoTom Tromey4-29/+37
2019-06-25Use new and delete for TUI windowsTom Tromey3-3/+15
2019-06-25ld/plugins: avoid shadowing a C library symbolJan Beulich2-15/+20
2019-06-25bfd/elf-properties: avoid shadowing a C library symbolJan Beulich2-4/+9
2019-06-25readelf: avoid shadowing a libiberty symbolJan Beulich2-2/+7
2019-06-25objdump: avoid shadowing a libiberty symbolJan Beulich2-2/+7
2019-06-25x86: correct / adjust debug printingJan Beulich5-23/+48
2019-06-25x86: document certain command line options as "dangerous"Jan Beulich2-0/+11
2019-06-25x86: drop dqa_modeJan Beulich4-24/+15
2019-06-25x86: don't open code is_any_vex_encoding()Jan Beulich2-3/+5
2019-06-25x86: simplify OP_I64()Jan Beulich2-40/+8
2019-06-25x86: fix (dis)assembly of certain SSE2 insns in 16-bit modeJan Beulich8-9/+198
2019-06-25x86-64: also optimize ANDQ with immediate fitting in 7 bitsJan Beulich7-3/+32
2019-06-25x86: add CVT{,T}PS2PI cases to xmmwords testJan Beulich3-0/+12