aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-winsource.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi1-0/+1
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-12-08[gdb/tui] Fix displaying main after resizingTom de Vries1-0/+5
2023-11-13[gdb/tui] Don't include border_width in left_marginTom de Vries1-2/+2
2023-11-13[gdb/tui] Add tui_win_info::{box_width,box_size}Tom de Vries1-2/+2
2023-06-05[gdb] Fix more typosTom de Vries1-1/+1
2023-04-13[gdb/tui] Fix left margin in disassembly windowTom de Vries1-1/+1
2023-01-27gdb/tui: avoid extra refresh_window on vertical scrollAndrew Burgess1-1/+8
2023-01-27gdb/tui: rewrite of tui_source_window_base to handle very long linesAndrew Burgess1-1/+53
2023-01-27gdb/tui: make m_horizontal_offset privateAndrew Burgess1-2/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
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