aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-winsource.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05Prevent flickering when redrawing the TUI source windowHannes Domani1-1/+3
2021-01-05Fix TUI source window drawingHannes Domani1-2/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-15/+15
2020-10-19Don't erase TUI source window when switching focusTom Tromey1-4/+4
2020-09-27Use ISCNTRL in tui_copy_source_lineTom Tromey1-3/+4
2020-09-27Use a curses pad for source and disassembly windowsTom Tromey1-43/+41
2020-09-27Remove a call to show_source_line from TUITom Tromey1-1/+0
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey1-1/+1
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