Fix foreach_with_prefix regression
[deliverable/binutils-gdb.git] / gdb / tui /
2019-06-25  Tom TromeyTidy tui_delete_win
2019-06-25  Tom TromeyMake tui_gen_win_info constructor protected
2019-06-25  Tom TromeyFix latent bug in set_is_exec_point_at
2019-06-25  Tom TromeyRemove NULL checks before xfree
2019-06-25  Tom TromeyRemove union tui_which_element
2019-06-25  Tom TromeyMore type safety for TUI source window functions
2019-06-25  Tom TromeyUse bool for is_exec_point
2019-06-25  Tom TromeyFix "auxiliary" typo
2019-06-25  Tom TromeySeparate out data window
2019-06-25  Tom TromeyRemove "data_content" and "data_content_count" from...
2019-06-25  Tom TromeyTurn tui_first_data_item_displayed into a method
2019-06-25  Tom TromeyRemove tui_init_generic_part
2019-06-25  Tom TromeySeparate out data item window
2019-06-25  Tom TromeyRemove two unused enum constants from tui_win_type
2019-06-25  Tom TromeyRemove command from tui_which_element
2019-06-25  Tom TromeyRemove layout_def::split
2019-06-25  Tom TromeySeparate out locator window
2019-06-25  Tom TromeySeparate out execution-info window
2019-06-25  Tom TromeyRemove tui_alloc_win_info
2019-06-25  Tom TromeyDon't check window type in tui_set_win_focus_to
2019-06-25  Tom TromeyIntroduce tui_win_info::make_visible_with_new_height
2019-06-25  Tom TromeyIntroduce tui_win_info::update_tab_width
2019-06-25  Tom TromeyIntroduce enum tui_box
2019-06-25  Tom TromeyRemove some TUI static allocations
2019-06-25  Tom TromeyIntroduce tui_gen_win_info::reset method
2019-06-25  Tom TromeyMove make_visible method to tui_gen_win_info
2019-06-25  Tom TromeyRemove tui_scroll_direction enum
2019-06-25  Tom TromeyChange more TUI functions to take a tui_source_window_base
2019-06-25  Tom TromeyChange tui_set_exec_info_content to return void
2019-06-25  Tom TromeyRemove NULL check from tui_set_exec_info_content
2019-06-25  Tom TromeyChange tui_alloc_source_buffer return type to void
2019-06-25  Tom TromeyIntroduce tui_gen_win_info::name method
2019-06-25  Tom TromeyChange tui_update_source_window for better type safety
2019-06-25  Tom TromeyIntroduce refresh_window method
2019-06-25  Tom TromeyDerive tui_win_info from tui_gen_win_info
2019-06-25  Tom TromeyUse new and delete for tui_gen_win_info
2019-06-25  Tom TromeyChange tui_which_element::data_window to be a pointer
2019-06-25  Tom TromeyIntroduce set_highlight method
2019-06-25  Tom TromeyRemove redundant check from make_visible
2019-06-25  Tom TromeyIntroduce max_height method
2019-06-25  Tom TromeyIntroduce set_new_height method
2019-06-25  Tom TromeyIntroduce the refresh_all method
2019-06-25  Tom TromeyIntroduce two TUI source window methods
2019-06-25  Tom TromeyIntroduce the refresh method
2019-06-25  Tom TromeyUse bool for visibility
2019-06-25  Tom TromeyIntroduce make_visible method
2019-06-25  Tom TromeyRemove an unneeded NULL check
2019-06-25  Tom TromeyInline constructors and initializers
2019-06-25  Tom TromeyChange tui_data_window::display_regs to bool
2019-06-25  Tom TromeyRemove struct tui_data_info
2019-06-25  Tom TromeyRemove struct tui_command_info
2019-06-25  Tom TromeyRemove struct tui_source_info
2019-06-25  Tom TromeyIntroduce has_locator method
2019-06-25  Tom TromeyRemove tui_clear_win_detail
2019-06-25  Tom TromeyDon't use TUI_DISASM_WIN in tui_disasm_window method
2019-06-25  Tom TromeyIntroduce methods for scrolling
2019-06-25  Tom TromeyCreate tui_disasm_window
2019-06-25  Tom TromeySplit the tui_win_info destructor
2019-06-25  Tom TromeyRemove tui_list
2019-06-25  Tom TromeyIntroduce tui_win_info::clear_detail method
2019-06-25  Tom TromeySimplify source and disassembly window creation
2019-06-25  Tom TromeySimplify command window creation
2019-06-25  Tom TromeyRemove an unnecessary NULL check from the TUI
2019-06-25  Tom TromeyCreate subclasses for different window types
2019-06-25  Tom TromeyAdd destructor to tui_win_info
2019-06-25  Tom TromeyUse new and delete for TUI windows
2019-06-22  Tom TromeyRemove tui_first_data_element_no_in_line
2019-06-22  Tom TromeyRemove two unused functions from the TUI
2019-06-20  Tom TromeyDon't declare tui_init_content_element
2019-06-20  Tom TromeyDon't declare tui_init_win_info
2019-06-16  Tom TromeyDon't cast a tui_win_info directly to tui_gen_win_info
2019-06-16  Tom TromeyRemove more unnecessary casts of NULL
2019-06-16  Tom TromeyRemove unnecessary casts of NULL
2019-06-16  Tom TromeyRemove some NULL checks from the TUI
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-08  Tom TromeyMove interpreter_p declaration to main.h
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-03-19  Pedro AlvesAdd comments describing tui_ui_out and its fields,...
2019-03-18  Pedro AlvesFix first time you type UP or DOWN in TUI's command...
2019-03-18  Eli ZaretskiiFix gdb/TUI behavior in response to [Enter] keypress
2019-03-18  Pedro AlvesImprove/fix the TUI's current source line highlight
2019-03-18  Hannes DomaniFix scrolling right in the TUI
2019-03-17  Eli ZaretskiiFix redisplay of the current line in GDB TUI mode
2019-03-16  Eli ZaretskiiRevert "Use wclrtoeol in tui_show_source_line"
2019-03-14  Eli ZaretskiiFix colors in TUI mode in MS-Windows build with ncurses
2019-03-14  Tom TromeyMake TUI react to "set style enabled"
2019-03-13  Tom TromeyChange pid_to_str to return std::string
2019-03-02  Eli ZaretskiiAvoid compilation warnings on MinGW.
2019-02-17  Tom TromeyFix some valgrind errors in the TUI
2019-02-07  Tom TromeyNormalize include guards in gdb
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyInclude gdb_curses.h in tui-wingeneral.h
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-14  Tom TromeyFix placement of output in TUI mode
2019-01-08  Andrew Burgessgdb: Move declarations from symtab.h to source.h
2019-01-03  Tom TromeyUse xstrdup in tui_set_source_content
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyHighlight source code using GNU Source Highlight
next
This page took 0.107582 seconds and 7 git commands to generate.