aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-source.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-30gdb: cleanup includes in tui/users/simark/try-remove-unused-includes-tuiSimon Marchi1-6/+0
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
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-21Rename tui-stack -> tui-statusTom Tromey1-1/+1
2023-12-04[gdb/tui] Fix wrapping stringsTom de Vries1-1/+1
2023-11-13[gdb/tui] Add tui_win_info::{box_width,box_size}Tom de Vries1-2/+2
2023-07-15gdb/tui: make tui_win_info::title privateAndrew Burgess1-1/+1
2023-05-16[gdb/tui] Don't show line number for lines not in source fileTom de Vries1-5/+19
2023-05-10[gdb/tui] Fix tui compact-source a bit moreTom de Vries1-2/+1
2023-05-10[gdb/tui] Fix tui compact-sourceTom de Vries1-2/+6
2023-04-13[gdb/tui] Revert workaround in tui_source_window::show_line_numberTom de Vries1-4/+2
2023-04-13[gdb/tui] Add maint set/show tui-left-margin-verboseTom de Vries1-1/+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-2/+2
2022-04-07gdb: remove symtab::objfileSimon Marchi1-1/+1
2022-02-06gdb: remove SYMTAB_OBJFILE macroSimon Marchi1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-28gdb/tui: remove special handling of locator/status windowAndrew Burgess1-5/+4
2021-01-05Redraw both spaces between line numbers and source codeHannes Domani1-1/+3
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-09-27Use a curses pad for source and disassembly windowsTom Tromey1-9/+20
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-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