aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2015-03-21Fix undefined behavior in TUI's TAB expansionEli Zaretskii1-8/+8
2015-03-20constify tui/tui-io.cPedro Alves1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-3/+3
2015-03-06New common function "startswith"Gary Benson1-1/+1
2015-02-27Do not increment of decrement enumsTom Tromey4-11/+11
2015-02-27Fix struct, union, and enum nesting in C++Tom Tromey1-1/+7
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-1/+1
2015-02-18Asynchronously resize the TUIPatrick Palka2-39/+41
2015-02-17Remove superfluous function key_is_command_char()Patrick Palka1-15/+2
2015-02-17TUI: resize windows to new terminal size before displaying themPedro Alves1-6/+10
2015-02-10Fix a pair of screen-resizing issues in TUIPatrick Palka2-0/+8
2015-02-10Fix truncation of TUI command historyPatrick Palka1-3/+10
2015-02-04Speed up GDB's TUI outputDoug Evans4-6/+31
2015-01-31Add max-completions parameter, and implement tab-completion limiting.Gary Benson1-1/+3
2015-01-31Unify CLI/TUI interface to readline tab completion.Doug Evans1-160/+88
2015-01-31Make sure TABs are expanded in TUI windows on MS-Windows.Eli Zaretskii3-2/+84
2015-01-22Fix MinGW TUI buildEli Zaretskii1-1/+10
2015-01-16Really add a prototype for tui_rehighlight_all.Eli Zaretskii1-0/+1
2015-01-16Fix an erroneous commentary.Eli Zaretskii1-1/+1
2015-01-16Make setting TUI border attributes take effect immediatelyEli Zaretskii2-3/+23
2015-01-16Make the change of tab size in TUI mode effective immediatelyEli Zaretskii1-1/+21
2015-01-16Fix TUI-related documentation.Eli Zaretskii1-2/+2
2015-01-16Leave more space in TUI mode for thread ID.Eli Zaretskii1-2/+2
2015-01-09Consolidate the custom TUI query hook with the default query hookPatrick Palka2-67/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker32-32/+32
2014-11-23Specify SA_RESTART when registering the SIGWINCH signal handlerPatrick Palka1-0/+3
2014-11-23Fix the processing of Meta-key commands in TUIPatrick Palka1-1/+27
2014-11-18SYMTAB_OBJFILE: New macro.Doug Evans2-3/+3
2014-11-15PR symtab/17559Doug Evans5-9/+9
2014-11-04tui: Fix newterm call for older ncursesSimon Marchi1-1/+1
2014-10-29TUI: don't let exceptions escape while handling readline key bindingsPedro Alves1-6/+21
2014-10-29PR tui/16138, PR tui/17519, and misc failures to initialize the terminalPedro Alves3-25/+49
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-29Replace hardwired error handlers in tui_initialize_ioGary Benson1-8/+4
2014-08-27Fix terminal state corruption when starting a program from within TUIPatrick Palka1-2/+3
2014-08-07Include string.h in common-defs.hGary Benson12-22/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson2-2/+0
2014-08-07Move stdlib.h to common-defs.hGary Benson1-1/+0
2014-08-07Move stdio.h to common-defs.hGary Benson2-2/+0
2014-07-24Fix pagination crash when the TUI is activePedro Alves1-1/+1
2014-06-20Fix --with-system-readline with readline-6.3 patch 5Jan Kratochvil1-4/+4
2014-06-13make calls to help_list use enumeratorTom Tromey2-2/+2
2014-05-29Make display_gdb_prompt CLI-only.Pedro Alves1-12/+20
2014-05-29PR gdb/13860 - Make MI sync vs async output (closer to) the same.Pedro Alves1-1/+63
2014-02-26start change to progspace independenceTom Tromey1-6/+7
2014-02-26use bound_minsym as result for lookup_minimal_symbol et alTom Tromey1-5/+5
2014-02-26change minsym representationTom Tromey1-2/+2
2014-01-13replace XMALLOC with XNEWTom Tromey3-5/+5
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker32-32/+32
2013-11-18remove gdb_string.hTom Tromey12-12/+12