Use unique_xmalloc_ptr in fixup_go_packaging
[deliverable/binutils-gdb.git] / gdb / tui /
2020-01-06  Shahab VahediGDB: Fix the overflow in addr/line_is_displayed()
2020-01-06  Shahab VahediGDB: Remove trailing spaces in tui-disasm.c
2020-01-05  Andrew Burgessgdb: use tui_set_layout not show_layout to fix window...
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-30  Tom TromeyMake some TUI globals "static"
2019-12-30  Tom TromeyUse "bool" in more spots in TUI
2019-12-27  Tom TromeyRemove dead code from TUI
2019-12-27  Tom TromeyChange tui_active to bool
2019-12-27  Tom TromeyRemove tui_gen_win_info::viewport_height
2019-12-20  Tom TromeyDon't call tui_show_source from tui_ui_out
2019-12-20  Tom TromeyChange tui_show_frame_info to return bool
2019-12-20  Tom TromeyFix "list" command in the TUI
2019-12-20  Tom TromeyUse bool in tui_before_prompt
2019-12-20  Tom TromeyDon't call set_current_source_symtab_and_line from TUI
2019-12-20  Tom TromeyChange set_locator_info to take a symtab_and_line
2019-12-20  Tom TromeyRemove a call to update_exec_info
2019-12-20  Tom TromeyDisplay "main" on initial TUI startup
2019-12-20  Tom TromeyReimplement tui_get_begin_asm_address
2019-12-20  Tom TromeySimplify tui_update_source_windows_with_line
2019-12-20  Tom TromeySimplify tui_update_source_windows_with_addr
2019-12-20  Tom TromeyUse symtab_and_line when updating TUI windows
2019-12-20  Tom TromeyUse start_line_or_addr in TUI windows
2019-12-20  Tom TromeyChange tui_source_window_base::set_contents to return...
2019-12-20  Tom TromeyRemove tui_source_window::show_symtab_source
2019-12-20  Tom TromeyRemove tui_show_disassem
2019-12-20  Tom TromeyRemove some unnecessary focus switches
2019-12-20  Tom TromeySimplify tui_source_window_base::maybe_update method
2019-12-20  Tom TromeyRemove some TUI asserts
2019-12-20  Tom TromeyRemove tui_show_disassem_and_update_source
2019-12-20  Tom TromeyRemove parameters from tui_show_source
2019-12-20  Tom TromeyChange tui_update_locator_fullname to take a symtab
2019-12-20  Tom TromeyMake isearch change readline prompt in TUI
2019-12-19  Christian BiesingerCast the log10 argument to double to disambiguate it
2019-12-17  Simon MarchiAdd virtual destructor to tui_layout_base
2019-12-11  Tom TromeyChange "winheight" resizing to use new layout code
2019-12-11  Tom TromeyRe-apply the current layout when resizing
2019-12-11  Tom TromeyFirst use of tui_layout
2019-12-11  Tom TromeyIntroduce new layout code
2019-12-11  Tom TromeyRemove struct tui_point
2019-12-11  Tom TromeyIntroduce the tui_gen_win_info::min_height method
2019-12-11  Tom TromeyMove can_box to tui_gen_win_info
2019-12-11  Tom TromeyMove max_height method to tui_gen_win_info
2019-12-01  Tom TromeyTreat inactive TUI specially in "info win"
2019-12-01  Tom TromeyFix latent bug in tui_copy_source_line
2019-12-01  Tom TromeyRe-highlight windows when needed during TUI startup
2019-12-01  Tom TromeyAdd TUI border colors
2019-12-01  Tom TromeyAllow using less horizontal space in TUI source window
2019-11-26  Simon MarchiRemove declaration of tui_set_var_cmd, make definition...
2019-11-19  Tom TromeyFix the "winheight" command
2019-11-12  Tom TromeyConsolidate setting of current_layout
2019-11-12  Tom TromeyMove _initialize_tui_layout to end of file
2019-11-12  Tom TromeyMake TUI resizing tests more robust
2019-11-11  Tom TromeyDocument and extend readline-bindable functions
2019-11-10  Tom TromeyRemove can_highlight from TUI windows
2019-11-06  Tom TromeyRemove some includes of readline.h
2019-11-06  Tom TromeyFix regression from TUI disassembly style patch
2019-11-05  Tom TromeyStyle disassembly in the TUI
2019-11-05  Tom TromeyChange tui_source_element::line to have type std::string
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-21  Tom TromeyRemove tui_exec_info_content
2019-10-15  Christian BiesingerMake tui-winsource not use breakpoint_chain
2019-10-09  Tom TromeyDon't call erase_data_content from tui_data_window...
2019-10-09  Tom TromeyMake TUI window handle a unique_ptr
2019-10-09  Tom TromeyRemove declaration from tui-wingeneral.h
2019-10-09  Tom TromeyRemove tui_win_is_auxiliary
2019-10-09  Tom TromeyRemove tui_default_win_viewport_height
2019-10-09  Tom TromeyRemove two TUI comments
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-09-20  Tom TromeyChange TUI window commands to be case-sensitive
2019-09-20  Tom TromeyUse make_unique_xstrdup in TUI
2019-09-20  Tom TromeyRemove separator comments from TUI
2019-09-20  Tom TromeyRemove strcat_to_buf
2019-09-20  Tom TromeyRename a private data member in tui_source_window
2019-09-20  Tom TromeyRename private data members of tui_data_window
2019-09-20  Tom TromeyChange members of tui_locator_window to std::string
2019-09-20  Tom TromeyRemove a call to tui_locator_win_info_ptr
2019-09-20  Tom TromeyDon't call refresh in tui_resize_all
2019-09-20  Tom TromeySet TUI locator height to 1
2019-09-20  Tom TromeyChange "win_resized" to bool
2019-09-20  Tom TromeyUse "bool" in tui_data_window::show_register_group
2019-09-20  Tom TromeySimplify TUI disassembly
2019-09-20  Tom TromeySimplify tui_source_window_base::show_source_content
2019-09-20  Tom TromeyRemove some explicit re-rendering from the TUI
2019-09-20  Tom TromeyChange tui_make_status_line to be a method
2019-09-20  Tom TromeyChange tui_make_status_line to return std::string
2019-09-20  Tom TromeyMove "fullname" to tui_source_window
2019-09-20  Tom TromeyChange tui_source_element::line to be a unique_xmalloc_ptr
2019-09-20  Tom TromeyRemove tui_clear_source_windows_detail
2019-09-18  Tom TromeyGive a name to the TUI SingleKey keymap
2019-09-09  Tom TromeyUse ui_out for "info win"
2019-09-08  Tom TromeyTruncate long TUI window titles
2019-08-30  Tom TromeyRemove tui_win_info::refresh_all
2019-08-30  Tom TromeyDon't call wrefresh from tui_cont_sig
2019-08-30  Tom TromeyMinor rearrangement of tui-stack.c
2019-08-30  Tom TromeyMake tui_locator_window::set_locator_fullname re-render
2019-08-30  Tom TromeySwap tui_show_locator_content and tui_locator_window...
2019-08-30  Tom TromeyTurn two locator functions into methods
2019-08-30  Tom TromeyDon't call tui_refresh_all from show_layout
2019-08-30  Tom TromeyDon't call touchwin in tui_gen_win_info::refresh_window
next
This page took 0.081417 seconds and 7 git commands to generate.