summaryrefslogtreecommitdiff
path: root/gdb/tui/tui-winsource.c
Commit message (Expand)AuthorAgeFilesLines
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesusers/simark/fix-leading-whitespaceSimon Marchi2020-10-261-15/+15
* Don't erase TUI source window when switching focusTom Tromey2020-10-191-4/+4
* Use ISCNTRL in tui_copy_source_lineTom Tromey2020-09-271-3/+4
* Use a curses pad for source and disassembly windowsTom Tromey2020-09-271-43/+41
* Remove a call to show_source_line from TUITom Tromey2020-09-271-1/+0
* Change get_objfile_arch to a method on objfileTom Tromey2020-04-181-1/+1
* Make some tui_source_window_base members "protected"Tom Tromey2020-02-221-39/+39
* TUI windows do not need to store their typeTom Tromey2020-02-221-5/+3
* Make "file" clear TUI source windowTom Tromey2020-01-191-5/+6
* Make TUI borders respect "set style enabled"Tom Tromey2020-01-111-1/+5
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Don't call set_current_source_symtab_and_line from TUITom Tromey2019-12-201-7/+0
* Simplify tui_update_source_windows_with_lineTom Tromey2019-12-201-28/+8
* Simplify tui_update_source_windows_with_addrTom Tromey2019-12-201-13/+4
* Use symtab_and_line when updating TUI windowsTom Tromey2019-12-201-53/+39
* Use start_line_or_addr in TUI windowsTom Tromey2019-12-201-1/+1
* Change tui_source_window_base::set_contents to return boolTom Tromey2019-12-201-3/+2
* Remove tui_source_window::show_symtab_sourceTom Tromey2019-12-201-2/+2
* Remove tui_show_disassemTom Tromey2019-12-201-4/+9
* Remove some unnecessary focus switchesTom Tromey2019-12-201-5/+0
* Remove some TUI assertsTom Tromey2019-12-201-6/+0
* Remove tui_show_disassem_and_update_sourceTom Tromey2019-12-201-10/+4
* Change tui_update_locator_fullname to take a symtabTom Tromey2019-12-201-4/+1
* Fix latent bug in tui_copy_source_lineTom Tromey2019-12-011-0/+2
* Allow using less horizontal space in TUI source windowTom Tromey2019-12-011-5/+10
* Style disassembly in the TUITom Tromey2019-11-051-0/+99
* Change tui_source_element::line to have type std::stringTom Tromey2019-11-051-1/+1
* Make tui-winsource not use breakpoint_chainChristian Biesinger2019-10-151-7/+4
* Make TUI window handle a unique_ptrTom Tromey2019-10-091-11/+11
* Simplify tui_source_window_base::show_source_contentTom Tromey2019-09-201-8/+3
* Move "fullname" to tui_source_windowTom Tromey2019-09-201-5/+0
* Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey2019-09-201-2/+1
* Remove tui_clear_source_windows_detailTom Tromey2019-09-201-11/+0
* Remove tui_win_info::refresh_allTom Tromey2019-08-301-10/+0
* Remove the TUI execution info windowTom Tromey2019-08-161-37/+4
* Change tui_show_symtab_source to be a methodTom Tromey2019-08-161-2/+2
* Introduce tui_source_window_base::set_contents methodTom Tromey2019-08-161-6/+2
* Change tui_update_breakpoint_info to be a methodTom Tromey2019-08-161-12/+9
* Change tui_update_source_window to be a methodTom Tromey2019-08-161-9/+8
* Change tui_update_source_window_as_is to be a methodTom Tromey2019-08-161-18/+16
* Remove "noerror" parameter from some TUI functionsTom Tromey2019-08-161-13/+9
* TUI resize unificationTom Tromey2019-08-151-37/+5
* Change TUI source window iterationTom Tromey2019-08-151-1/+2
* Rename the "reset" method to "resize"Tom Tromey2019-08-151-5/+5
* Remove tui_clear_source_contentTom Tromey2019-08-151-22/+3
* Turn tui_erase_source_content into a methodTom Tromey2019-08-151-24/+16
* Remove tui_alloc_source_bufferTom Tromey2019-08-151-20/+0
* Change tui_line_is_displayed to be a methodTom Tromey2019-08-151-28/+0
* Change tui_addr_is_displayed into a methodTom Tromey2019-08-151-28/+0
* Don't track the contents of the execution info windowTom Tromey2019-08-131-48/+8