aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-winsource.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-19Don't erase TUI source window when switching focusTom Tromey1-3/+2
2020-09-27Use a curses pad for source and disassembly windowsTom Tromey1-11/+30
2020-07-23[gdb/tui] Fix Wmaybe-uninitialized warning in tui-winsource.cTom de Vries1-0/+5
2020-07-01Move some code out of tui-data.hTom Tromey1-0/+17
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey1-8/+15
2020-02-22TUI windows do not need to store their typeTom Tromey1-1/+1
2020-02-22Change TUI window iterationTom Tromey1-10/+16
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-20Simplify tui_update_source_windows_with_lineTom Tromey1-2/+1
2019-12-20Use symtab_and_line when updating TUI windowsTom Tromey1-6/+3
2019-12-20Change tui_source_window_base::set_contents to return boolTom Tromey1-4/+3
2019-12-20Simplify tui_source_window_base::maybe_update methodTom Tromey1-2/+1
2019-12-01Allow using less horizontal space in TUI source windowTom Tromey1-3/+7
2019-11-05Style disassembly in the TUITom Tromey1-3/+21
2019-11-05Change tui_source_element::line to have type std::stringTom Tromey1-1/+1
2019-10-21Remove tui_exec_info_contentTom Tromey1-2/+0
2019-09-20Simplify tui_source_window_base::show_source_contentTom Tromey1-2/+3
2019-09-20Move "fullname" to tui_source_windowTom Tromey1-4/+1
2019-09-20Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey1-8/+2
2019-09-20Remove tui_clear_source_windows_detailTom Tromey1-2/+0
2019-08-30Remove tui_win_info::refresh_allTom Tromey1-2/+0
2019-08-16Remove the TUI execution info windowTom Tromey1-17/+0
2019-08-16Introduce tui_source_window_base::set_contents methodTom Tromey1-0/+5
2019-08-16Change tui_update_breakpoint_info to be a methodTom Tromey1-9/+8
2019-08-16Change tui_update_source_window to be a methodTom Tromey1-3/+3
2019-08-16Change tui_update_source_window_as_is to be a methodTom Tromey1-3/+4
2019-08-16Remove "noerror" parameter from some TUI functionsTom Tromey1-4/+2
2019-08-16Remove m_has_locatorTom Tromey1-2/+0
2019-08-15TUI resize unificationTom Tromey1-3/+2
2019-08-15Change TUI source window iterationTom Tromey1-0/+70
2019-08-15Rename the "reset" method to "resize"Tom Tromey1-2/+2
2019-08-15Remove tui_clear_source_contentTom Tromey1-1/+0
2019-08-15Turn tui_erase_source_content into a methodTom Tromey1-1/+6
2019-08-15Remove tui_alloc_source_bufferTom Tromey1-3/+11
2019-08-15Change tui_line_is_displayed to be a methodTom Tromey1-3/+0
2019-08-15Change tui_addr_is_displayed into a methodTom Tromey1-3/+0
2019-08-15Move contents of tui_show_frame_info to new methodTom Tromey1-0/+6
2019-08-13Don't track the contents of the execution info windowTom Tromey1-22/+0
2019-08-13Remove tui_clear_exec_info_contentTom Tromey1-1/+0
2019-08-13Remove tui_erase_exec_info_contentTom Tromey1-1/+0
2019-08-13Turn tui_show_exec_info_content into a methodTom Tromey1-1/+3
2019-08-13Move code to tui-winsource.hTom Tromey1-0/+41
2019-08-13Change tui_update_exec_info to be a methodTom Tromey1-1/+1
2019-08-13Change tui_set_exec_info_content to be a methodTom Tromey1-1/+2
2019-08-13Change tui_show_source_content to be a methodTom Tromey1-1/+2
2019-08-13clear_detail can only be called on TUI source windowsTom Tromey1-1/+1
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey1-1/+81
2019-07-17Remove unused parameter from two TUI functionsTom Tromey1-2/+2
2019-07-17Remove deleted breakpoint from TUI displayTom Tromey1-6/+13