aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui-winsource.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-04Fix TUI use of "has_break" fieldTom Tromey1-9/+8
2019-06-25Fix latent bug in set_is_exec_point_atTom Tromey1-1/+1
2019-06-25Remove union tui_which_elementTom Tromey1-48/+41
2019-06-25More type safety for TUI source window functionsTom Tromey1-3/+3
2019-06-25Use bool for is_exec_pointTom Tromey1-6/+6
2019-06-25Separate out execution-info windowTom Tromey1-23/+24
2019-06-25Remove tui_scroll_direction enumTom Tromey1-12/+4
2019-06-25Change more TUI functions to take a tui_source_window_baseTom Tromey1-16/+10
2019-06-25Change tui_set_exec_info_content to return voidTom Tromey1-5/+1
2019-06-25Remove NULL check from tui_set_exec_info_contentTom Tromey1-38/+32
2019-06-25Change tui_alloc_source_buffer return type to voidTom Tromey1-3/+1
2019-06-25Change tui_update_source_window for better type safetyTom Tromey1-4/+3
2019-06-25Introduce refresh_window methodTom Tromey1-5/+5
2019-06-25Derive tui_win_info from tui_gen_win_infoTom Tromey1-48/+47
2019-06-25Introduce two TUI source window methodsTom Tromey1-18/+13
2019-06-25Remove struct tui_source_infoTom Tromey1-16/+17
2019-06-25Introduce methods for scrollingTom Tromey1-8/+7
2019-06-25Remove tui_listTom Tromey1-14/+5
2019-06-16Remove unnecessary casts of NULLTom Tromey1-4/+3
2019-03-18Improve/fix the TUI's current source line highlightPedro Alves1-2/+2
2019-03-17Fix redisplay of the current line in GDB TUI modeEli Zaretskii1-1/+1
2019-03-16Revert "Use wclrtoeol in tui_show_source_line"Eli Zaretskii1-1/+7
2019-03-14Make TUI react to "set style enabled"Tom Tromey1-19/+25
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Highlight source code using GNU Source HighlightTom Tromey1-11/+6
2018-12-28Use wclrtoeol in tui_show_source_lineTom Tromey1-7/+1
2018-10-15Remove unnecessary casts from TUITom Tromey1-3/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-09-04Kill init_salPedro Alves1-4/+3
2017-05-19Fix tui compilation with Solaris libcurses: non-const last arg to mvwaddstr (...Rainer Orth1-3/+4
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-09tui-winsource: Remove failed-allocation logicAndreas Arnez1-15/+0
2016-11-09tui-winsource: Allocate for actual lines onlyAndreas Arnez1-2/+5
2016-07-14Use getcurx in curses codeTom Tromey1-3/+3
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka1-31/+23
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans1-2/+2
2014-11-15PR symtab/17559Doug Evans1-5/+5
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-02-03gdb/Jan Kratochvil1-2/+2
2013-02-03gdb/Jan Kratochvil1-1/+2
2013-02-03gdb/Jan Kratochvil1-2/+2
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-12-06the "ambiguous linespec" seriesTom Tromey1-21/+26