aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2019-05-08Move interpreter_p declaration to main.hTom Tromey1-0/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-19Add comments describing tui_ui_out and its fields, cleanup a bitPedro Alves2-16/+32
2019-03-18Fix first time you type UP or DOWN in TUI's command windowPedro Alves1-2/+2
2019-03-18Fix gdb/TUI behavior in response to [Enter] keypressEli Zaretskii1-7/+1
2019-03-18Improve/fix the TUI's current source line highlightPedro Alves3-15/+91
2019-03-18Fix scrolling right in the TUIHannes Domani1-10/+20
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-14Fix colors in TUI mode in MS-Windows build with ncursesEli Zaretskii1-0/+30
2019-03-14Make TUI react to "set style enabled"Tom Tromey3-19/+40
2019-03-13Change pid_to_str to return std::stringTom Tromey1-1/+5
2019-03-02Avoid compilation warnings on MinGW.Eli Zaretskii1-1/+3
2019-02-17Fix some valgrind errors in the TUITom Tromey1-16/+5
2019-02-07Normalize include guards in gdbTom Tromey16-48/+48
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-22Include gdb_curses.h in tui-wingeneral.hTom Tromey1-0/+2
2019-01-21Remove duplicate or commented-out #includesTom Tromey1-1/+0
2019-01-14Fix placement of output in TUI modeTom Tromey1-0/+6
2019-01-08gdb: Move declarations from symtab.h to source.hAndrew Burgess1-0/+1
2019-01-03Use xstrdup in tui_set_source_contentTom Tromey1-7/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker33-33/+33
2018-12-28Highlight source code using GNU Source HighlightTom Tromey5-179/+160
2018-12-28Use wclrtoeol in tui_show_source_lineTom Tromey1-7/+1
2018-12-28Make ANSI terminal escape sequences work in TUITom Tromey2-16/+225
2018-12-28Add output styles to gdbTom Tromey2-3/+4
2018-12-21Fix compile error with clang 3.8Dave Murphy1-1/+1
2018-11-25Remove obsolete comments from field_fmtTom Tromey1-2/+0
2018-11-22Avoid find_thread_ptid with null_ptidPedro Alves1-3/+1
2018-11-09Return scoped_fd from open_source_file and find_and_open_sourceTom Tromey1-27/+20
2018-10-21Introduce gdbarch_num_cooked_regsSimon Marchi1-8/+2
2018-10-19Deprecate and replace the "tabset" commandTom Tromey5-153/+191
2018-10-19Minor cleanups in tui-io.cTom Tromey2-22/+4
2018-10-15Remove unnecessary casts from TUITom Tromey10-39/+35
2018-10-06Call nonl before wgetch in TUITom Tromey1-3/+18
2018-10-04Simple -Wshadow=local fixesTom Tromey1-2/+1
2018-09-26Small fix for "winheight" usageTom Tromey1-1/+1
2018-09-06Remove unused tui_win_element::highlightSimon Marchi2-2/+0
2018-09-06Remove unused tui_win_info::detail::opaqueSimon Marchi2-4/+0
2018-07-03Remove ptid_equalTom Tromey1-1/+1
2018-06-21Use thread_info and inferior pointers more throughoutPedro Alves1-0/+1
2018-05-25Add "name" method to class interpTom Tromey1-1/+1
2018-05-25Remove interp_nameTom Tromey1-1/+1
2018-05-25Change the as_*_interp functions to use dynamic_castTom Tromey1-3/+1
2018-05-24Update help strings in TUITom Tromey2-15/+14
2018-03-19Convert observers to C++Tom Tromey2-48/+51
2018-01-02Update copyright year range in all GDB filesJoel Brobecker33-33/+33
2017-11-15tui-win: Replace VEC with std::vectorSimon Marchi1-12/+9
2017-11-07Constify execute_commandTom Tromey1-4/+1