aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2019-06-25Change tui_which_element::data_window to be a pointerTom Tromey6-15/+17
2019-06-25Introduce set_highlight methodTom Tromey4-23/+19
2019-06-25Remove redundant check from make_visibleTom Tromey1-3/+1
2019-06-25Introduce max_height methodTom Tromey2-6/+23
2019-06-25Introduce set_new_height methodTom Tromey2-40/+48
2019-06-25Introduce the refresh_all methodTom Tromey4-23/+25
2019-06-25Introduce two TUI source window methodsTom Tromey7-38/+35
2019-06-25Introduce the refresh methodTom Tromey2-11/+24
2019-06-25Use bool for visibilityTom Tromey6-22/+22
2019-06-25Introduce make_visible methodTom Tromey3-18/+27
2019-06-25Remove an unneeded NULL checkTom Tromey1-23/+21
2019-06-25Inline constructors and initializersTom Tromey2-27/+21
2019-06-25Change tui_data_window::display_regs to boolTom Tromey3-5/+5
2019-06-25Remove struct tui_data_infoTom Tromey5-122/+91
2019-06-25Remove struct tui_command_infoTom Tromey3-16/+12
2019-06-25Remove struct tui_source_infoTom Tromey8-111/+112
2019-06-25Introduce has_locator methodTom Tromey4-16/+26
2019-06-25Remove tui_clear_win_detailTom Tromey2-11/+1
2019-06-25Don't use TUI_DISASM_WIN in tui_disasm_window methodTom Tromey1-1/+1
2019-06-25Introduce methods for scrollingTom Tromey12-144/+100
2019-06-25Create tui_disasm_windowTom Tromey2-8/+40
2019-06-25Split the tui_win_info destructorTom Tromey2-37/+35
2019-06-25Remove tui_listTom Tromey5-64/+31
2019-06-25Introduce tui_win_info::clear_detail methodTom Tromey2-25/+41
2019-06-25Simplify source and disassembly window creationTom Tromey1-30/+24
2019-06-25Simplify command window creationTom Tromey1-77/+69
2019-06-25Remove an unnecessary NULL check from the TUITom Tromey1-10/+8
2019-06-25Create subclasses for different window typesTom Tromey2-40/+74
2019-06-25Add destructor to tui_win_infoTom Tromey3-29/+28
2019-06-25Use new and delete for TUI windowsTom Tromey2-3/+9
2019-06-22Remove tui_first_data_element_no_in_lineTom Tromey2-18/+0
2019-06-22Remove two unused functions from the TUITom Tromey2-79/+0
2019-06-19Don't declare tui_init_content_elementTom Tromey1-2/+0
2019-06-19Don't declare tui_init_win_infoTom Tromey1-1/+0
2019-06-16Don't cast a tui_win_info directly to tui_gen_win_infoTom Tromey1-3/+3
2019-06-16Remove more unnecessary casts of NULLTom Tromey3-19/+13
2019-06-16Remove unnecessary casts of NULLTom Tromey10-39/+34
2019-06-16Remove some NULL checks from the TUITom Tromey1-16/+6
2019-06-11Remove trailing newlines from help textTom Tromey3-34/+34
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-05-08Move interpreter_p declaration to main.hTom Tromey1-0/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-19Add comments describing tui_ui_out and its fields, cleanup a bitPedro Alves2-16/+32
2019-03-18Fix first time you type UP or DOWN in TUI's command windowPedro Alves1-2/+2
2019-03-18Fix gdb/TUI behavior in response to [Enter] keypressEli Zaretskii1-7/+1
2019-03-18Improve/fix the TUI's current source line highlightPedro Alves3-15/+91
2019-03-18Fix scrolling right in the TUIHannes Domani1-10/+20
2019-03-17Fix redisplay of the current line in GDB TUI modeEli Zaretskii1-1/+1
2019-03-16Revert "Use wclrtoeol in tui_show_source_line"Eli Zaretskii1-1/+7