Add install-strip target to gdbserver
[binutils-gdb.git] / gdb / tui /
2020-01-24 Andrew Burgessgdb/tui: asm window handles invalid memory and scrolls...
2020-01-24 Pedro Alvesgdb/tui: Prevent exceptions from trying to cross readline
2020-01-19 Tom TromeyRemove flickering from the TUI
2020-01-19 Tom TromeyMake "file" clear TUI source window
2020-01-13 Andrew Burgessgdb/tui: Place window titles in the center of the border
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-11 Tom TromeyMake TUI borders respect "set style enabled"
2020-01-09 Andrew Burgessgdb/tui: Link source and assembler scrolling .... again
2020-01-09 Tom Tromeygdb: Fix scrolling in TUI
2020-01-09 Andrew Burgessgdb/tui: Fix 'layout asm' before the inferior has started
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
next