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