aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-regs.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-17Change tui_get_register to return voidTom Tromey1-9/+4
2019-07-17Clean up tui_layout_commandTom Tromey1-2/+16
2019-07-17Minor tui_reg_next / tui_reg_prev cleanupTom Tromey1-10/+11
2019-07-17Simplify tui_show_registersTom Tromey1-11/+6
2019-07-17Parameterize tui_show_register_group with windowTom Tromey1-11/+13
2019-07-17Introduce tui_data_window::display_reg_element_at_line methodTom Tromey1-16/+10
2019-07-17Introduce two more tui_data_window methodsTom Tromey1-31/+23
2019-07-17Introduce tui_data_window::erase_data_content methodTom Tromey1-1/+1
2019-07-17Introduce tui_data_window::display_all_data methodTom Tromey1-1/+1
2019-07-17Remove tui_display_data_from_lineTom Tromey1-17/+13
2019-07-17Introduce tui_data_window::first_reg_element_no_inlineTom Tromey1-9/+7
2019-07-17Introduce tui_data_window::line_from_reg_element_no methodTom Tromey1-7/+5
2019-07-17Introduce tui_data_window::last_regs_line_no methodTom Tromey1-9/+8
2019-06-25Separate out data windowTom Tromey1-104/+62
2019-06-25Remove "data_content" and "data_content_count" from TUI data windowTom Tromey1-6/+3
2019-06-25Separate out data item windowTom Tromey1-48/+36
2019-06-25Introduce refresh_window methodTom Tromey1-1/+1
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-14/+14
2019-06-25Change tui_which_element::data_window to be a pointerTom Tromey1-5/+5
2019-06-25Change tui_data_window::display_regs to boolTom Tromey1-1/+1
2019-06-25Remove struct tui_data_infoTom Tromey1-63/+52
2019-06-16Remove more unnecessary casts of NULLTom Tromey1-4/+3
2019-06-16Remove unnecessary casts of NULLTom Tromey1-3/+3
2019-06-04Introduce and use make_unique_xstrdupPedro Alves1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-8/+2
2018-10-15Remove unnecessary casts from TUITom Tromey1-2/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-27Constify tui_reg_commandTom Tromey1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-08-03Replace tui_restore_gdbout with scoped_restoreTom Tromey1-20/+6
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-6/+5
2017-03-07Fix "layout reg" crashPedro Alves1-1/+0
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-12/+9
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-04gdb/tui: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
2015-06-13gdb: Rework command completion on 'tui reg'.Andrew Burgess1-60/+105
2015-05-26gdb: tui: Minor fix to compare against NULL.Andrew Burgess1-1/+1
2015-05-26gdb: Add 'tui reg prev' command.Andrew Burgess1-0/+26
2015-05-21gdb: Use NULL not 0 in a tui function.Andrew Burgess1-3/+3
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess1-1/+1
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka1-9/+5
2015-04-11Remove --xdbJan Kratochvil1-30/+0
2015-01-31Make sure TABs are expanded in TUI windows on MS-Windows.Eli Zaretskii1-1/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-13make calls to help_list use enumeratorTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1