aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-winsource.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey1-39/+39
2020-02-22TUI windows do not need to store their typeTom Tromey1-5/+3
2020-01-19Make "file" clear TUI source windowTom Tromey1-5/+6
2020-01-11Make TUI borders respect "set style enabled"Tom Tromey1-1/+5
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20Don't call set_current_source_symtab_and_line from TUITom Tromey1-7/+0
2019-12-20Simplify tui_update_source_windows_with_lineTom Tromey1-28/+8
2019-12-20Simplify tui_update_source_windows_with_addrTom Tromey1-13/+4
2019-12-20Use symtab_and_line when updating TUI windowsTom Tromey1-53/+39
2019-12-20Use start_line_or_addr in TUI windowsTom Tromey1-1/+1
2019-12-20Change tui_source_window_base::set_contents to return boolTom Tromey1-3/+2
2019-12-20Remove tui_source_window::show_symtab_sourceTom Tromey1-2/+2
2019-12-20Remove tui_show_disassemTom Tromey1-4/+9
2019-12-20Remove some unnecessary focus switchesTom Tromey1-5/+0
2019-12-20Remove some TUI assertsTom Tromey1-6/+0
2019-12-20Remove tui_show_disassem_and_update_sourceTom Tromey1-10/+4
2019-12-20Change tui_update_locator_fullname to take a symtabTom Tromey1-4/+1
2019-12-01Fix latent bug in tui_copy_source_lineTom Tromey1-0/+2
2019-12-01Allow using less horizontal space in TUI source windowTom Tromey1-5/+10
2019-11-05Style disassembly in the TUITom Tromey1-0/+99
2019-11-05Change tui_source_element::line to have type std::stringTom Tromey1-1/+1
2019-10-15Make tui-winsource not use breakpoint_chainChristian Biesinger1-7/+4
2019-10-09Make TUI window handle a unique_ptrTom Tromey1-11/+11
2019-09-20Simplify tui_source_window_base::show_source_contentTom Tromey1-8/+3
2019-09-20Move "fullname" to tui_source_windowTom Tromey1-5/+0
2019-09-20Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey1-2/+1
2019-09-20Remove tui_clear_source_windows_detailTom Tromey1-11/+0
2019-08-30Remove tui_win_info::refresh_allTom Tromey1-10/+0
2019-08-16Remove the TUI execution info windowTom Tromey1-37/+4
2019-08-16Change tui_show_symtab_source to be a methodTom Tromey1-2/+2
2019-08-16Introduce tui_source_window_base::set_contents methodTom Tromey1-6/+2
2019-08-16Change tui_update_breakpoint_info to be a methodTom Tromey1-12/+9
2019-08-16Change tui_update_source_window to be a methodTom Tromey1-9/+8
2019-08-16Change tui_update_source_window_as_is to be a methodTom Tromey1-18/+16
2019-08-16Remove "noerror" parameter from some TUI functionsTom Tromey1-13/+9
2019-08-15TUI resize unificationTom Tromey1-37/+5
2019-08-15Change TUI source window iterationTom Tromey1-1/+2
2019-08-15Rename the "reset" method to "resize"Tom Tromey1-5/+5
2019-08-15Remove tui_clear_source_contentTom Tromey1-22/+3
2019-08-15Turn tui_erase_source_content into a methodTom Tromey1-24/+16
2019-08-15Remove tui_alloc_source_bufferTom Tromey1-20/+0
2019-08-15Change tui_line_is_displayed to be a methodTom Tromey1-28/+0
2019-08-15Change tui_addr_is_displayed into a methodTom Tromey1-28/+0
2019-08-13Don't track the contents of the execution info windowTom Tromey1-48/+8
2019-08-13Remove tui_clear_exec_info_contentTom Tromey1-17/+7
2019-08-13Remove tui_erase_exec_info_contentTom Tromey1-8/+1
2019-08-13Turn tui_show_exec_info_content into a methodTom Tromey1-6/+6
2019-08-13Change tui_update_exec_info to be a methodTom Tromey1-6/+6
2019-08-13Change tui_set_exec_info_content to be a methodTom Tromey1-8/+8
2019-08-13Change tui_show_source_content to be a methodTom Tromey1-9/+9