aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move tui_source_window to tui-source.hTom Tromey2019-07-171-0/+1
* Move TUI command window codeTom Tromey2019-07-171-0/+1
* Rearrange TUI data window codeTom Tromey2019-07-171-1/+0
* Remove tui_make_visible and tui_make_invisibleTom Tromey2019-07-171-8/+8
* Remove make_data_windowTom Tromey2019-07-171-15/+2
* Remove make_source_window and make_disasm_windowTom Tromey2019-07-171-51/+15
* Remove make_command_windowTom Tromey2019-07-171-34/+16
* Simplify show_source_or_disasm_and_commandTom Tromey2019-07-171-29/+20
* Simplify show_source_disasm_commandTom Tromey2019-07-171-31/+17
* Clean up tui_layout_commandTom Tromey2019-07-171-59/+35
* Change tui_set_layout to return voidTom Tromey2019-07-171-87/+80
* Remove reset_locatorTom Tromey2019-07-171-27/+12
* Remove the win_type parameter from tui_gen_win_info::resetTom Tromey2019-07-171-27/+15
* Introduce reset_locator function in tui-layout.cTom Tromey2019-07-171-66/+23
* Always create an execution info window for a source windowTom Tromey2019-07-171-87/+33
* Remove some dead code from tui_set_layoutTom Tromey2019-07-171-13/+4
* Merge refresh and refresh_window methodsTom Tromey2019-07-171-2/+0
* Introduce TUI window iteratorTom Tromey2019-07-171-1/+1
* Introduce tui_data_window::display_all_data methodTom Tromey2019-07-171-1/+1
* Make tui_gen_win_info constructor protectedTom Tromey2019-06-251-3/+1
* Remove union tui_which_elementTom Tromey2019-06-251-1/+0
* More type safety for TUI source window functionsTom Tromey2019-06-251-1/+1
* Fix "auxiliary" typoTom Tromey2019-06-251-1/+1
* Remove layout_def::splitTom Tromey2019-06-251-5/+0
* Separate out locator windowTom Tromey2019-06-251-21/+21
* Separate out execution-info windowTom Tromey2019-06-251-8/+12
* Remove tui_alloc_win_infoTom Tromey2019-06-251-4/+23
* Introduce enum tui_boxTom Tromey2019-06-251-2/+3
* Remove some TUI static allocationsTom Tromey2019-06-251-16/+8
* Introduce tui_gen_win_info::reset methodTom Tromey2019-06-251-155/+113
* Introduce refresh_window methodTom Tromey2019-06-251-2/+2
* Derive tui_win_info from tui_gen_win_infoTom Tromey2019-06-251-38/+38
* Use new and delete for tui_gen_win_infoTom Tromey2019-06-251-1/+1
* Introduce set_highlight methodTom Tromey2019-06-251-9/+9
* Introduce two TUI source window methodsTom Tromey2019-06-251-1/+2
* Remove an unneeded NULL checkTom Tromey2019-06-251-23/+21
* Remove struct tui_data_infoTom Tromey2019-06-251-6/+2
* Remove struct tui_command_infoTom Tromey2019-06-251-3/+4
* Remove struct tui_source_infoTom Tromey2019-06-251-31/+39
* Introduce has_locator methodTom Tromey2019-06-251-7/+7
* Simplify source and disassembly window creationTom Tromey2019-06-251-30/+24
* Simplify command window creationTom Tromey2019-06-251-77/+69
* Remove an unnecessary NULL check from the TUITom Tromey2019-06-251-10/+8
* Remove unnecessary casts of NULLTom Tromey2019-06-161-1/+1
* Remove trailing newlines from help textTom Tromey2019-06-111-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Remove unnecessary casts from TUITom Tromey2018-10-151-1/+1
* Update help strings in TUITom Tromey2018-05-241-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_comTom Tromey2017-11-071-3/+2