aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui
AgeCommit message (Expand)AuthorFilesLines
2015-05-26gdb: tui: Minor fix to compare against NULL.Andrew Burgess1-1/+1
2015-05-26gdb: Add 'tui reg prev' command.Andrew Burgess1-0/+26
2015-05-22gdb: New 'tui enable' and 'tui disable' commands.Andrew Burgess1-0/+34
2015-05-21gdb: Use NULL not 0 in a tui function.Andrew Burgess1-3/+3
2015-05-21gdb: Add cleanup to avoid memory leak on error.Andrew Burgess1-1/+3
2015-05-21gdb: Don't call tui_enable too early.Andrew Burgess1-4/+6
2015-05-21gdb: Add completer for layout command.Andrew Burgess1-1/+17
2015-05-21gdb: Remove register class specific layout names.Andrew Burgess7-205/+102
2015-05-14Remove buggy xterm workaround in tui_dispatch_ctrl_char()Patrick Palka1-73/+32
2015-05-13Avoid race condition when handling a SIGWINCH signalPatrick Palka2-2/+2
2015-04-28Update our idea of our terminal's dimensions even outside of TUIPatrick Palka1-13/+18
2015-04-28Introduce function for directly updating GDB's screen dimensionsPatrick Palka1-9/+14
2015-04-27TUI: avoid calling strcpy() on identical string objectsPatrick Palka1-1/+3
2015-04-27Fix PR gdb/18155Patrick Palka1-7/+0
2015-04-27Make type-safe the 'content' field of struct tui_gen_win_infoPatrick Palka7-85/+61
2015-04-23Explicitly call rl_resize_terminal() in TUI's SIGWINCH handlerPatrick Palka1-0/+1
2015-04-11Remove --xdbJan Kratochvil3-134/+0
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