aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-source.c
AgeCommit message (Expand)AuthorFilesLines
2020-02-22Make some tui_source_window_base members "protected"Tom Tromey1-19/+28
2020-02-06gdb: Catch exceptions if the source file is not foundShahab Vahedi1-1/+1
2020-01-09gdb/tui: Link source and assembler scrolling .... againAndrew Burgess1-1/+3
2020-01-09gdb: Fix scrolling in TUITom Tromey1-10/+13
2020-01-06GDB: Fix the overflow in addr/line_is_displayed()Shahab Vahedi1-9/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-27Remove dead code from TUITom Tromey1-2/+0
2019-12-27Remove tui_gen_win_info::viewport_heightTom Tromey1-1/+1
2019-12-20Use symtab_and_line when updating TUI windowsTom Tromey1-9/+10
2019-12-20Use start_line_or_addr in TUI windowsTom Tromey1-2/+2
2019-12-20Change tui_source_window_base::set_contents to return boolTom Tromey1-71/+66
2019-12-20Remove tui_source_window::show_symtab_sourceTom Tromey1-12/+0
2019-12-20Simplify tui_source_window_base::maybe_update methodTom Tromey1-6/+4
2019-12-19Cast the log10 argument to double to disambiguate itChristian Biesinger1-1/+3
2019-12-01Allow using less horizontal space in TUI source windowTom Tromey1-2/+13
2019-11-05Style disassembly in the TUITom Tromey1-106/+3
2019-11-05Change tui_source_element::line to have type std::stringTom Tromey1-1/+1
2019-09-20Use make_unique_xstrdup in TUITom Tromey1-1/+1
2019-09-20Rename a private data member in tui_source_windowTom Tromey1-3/+3
2019-09-20Change members of tui_locator_window to std::stringTom Tromey1-2/+2
2019-09-20Move "fullname" to tui_source_windowTom Tromey1-4/+3
2019-09-20Change tui_source_element::line to be a unique_xmalloc_ptrTom Tromey1-3/+1
2019-08-20Change tui_make_window to be a methodTom Tromey1-2/+1
2019-08-16Remove the TUI execution info windowTom Tromey1-1/+1
2019-08-16Change tui_show_symtab_source to be a methodTom Tromey1-5/+5
2019-08-16Introduce tui_source_window_base::set_contents methodTom Tromey1-18/+20
2019-08-16Change tui_update_source_window to be a methodTom Tromey1-2/+1
2019-08-16Change tui_update_source_window_as_is to be a methodTom Tromey1-1/+1
2019-08-16Remove "noerror" parameter from some TUI functionsTom Tromey1-17/+5
2019-08-16Remove separate visibility flagTom Tromey1-1/+1
2019-08-15Remove tui_alloc_source_bufferTom Tromey1-1/+0
2019-08-15Change tui_line_is_displayed to be a methodTom Tromey1-1/+20
2019-08-15Move contents of tui_show_frame_info to new methodTom Tromey1-0/+26
2019-08-06Add file offsets to the source cacheTom Tromey1-1/+3
2019-07-17Move source window common to code to tui-winsource.[ch]Tom Tromey1-9/+0
2019-07-17Remove the win_type parameter from tui_gen_win_info::resetTom Tromey1-4/+3
2019-07-17Always create an execution info window for a source windowTom Tromey1-0/+10
2019-07-17Remove tui_source_window::content_in_useTom Tromey1-1/+1
2019-07-17Simplify source window clearingTom Tromey1-63/+0
2019-07-17Move content_in_use to tui_source_window classTom Tromey1-4/+3
2019-07-17Introduce tui_source_window_base::location_matches_p methodTom Tromey1-0/+10
2019-07-17Make source windows be self-updatingTom Tromey1-0/+20
2019-07-17Remove some uses of TUI_WIN_SRCTom Tromey1-21/+21
2019-07-04Fix TUI use of "has_break" fieldTom Tromey1-1/+1
2019-06-25Remove NULL checks before xfreeTom Tromey1-2/+1
2019-06-25Remove union tui_which_elementTom Tromey1-29/+24
2019-06-25More type safety for TUI source window functionsTom Tromey1-1/+1
2019-06-25Use bool for is_exec_pointTom Tromey1-1/+1
2019-06-25Separate out locator windowTom Tromey1-8/+4
2019-06-25Remove tui_scroll_direction enumTom Tromey1-19/+10