Age | Commit message (Expand) | Author | Files | Lines |
2015-03-21 | Fix undefined behavior in TUI's TAB expansion | Eli Zaretskii | 1 | -8/+8 |
2015-03-20 | constify tui/tui-io.c | Pedro Alves | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -3/+3 |
2015-03-06 | New common function "startswith" | Gary Benson | 1 | -1/+1 |
2015-02-27 | Do not increment of decrement enums | Tom Tromey | 4 | -11/+11 |
2015-02-27 | Fix struct, union, and enum nesting in C++ | Tom Tromey | 1 | -1/+7 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -1/+1 |
2015-02-18 | Asynchronously resize the TUI | Patrick Palka | 2 | -39/+41 |
2015-02-17 | Remove superfluous function key_is_command_char() | Patrick Palka | 1 | -15/+2 |
2015-02-17 | TUI: resize windows to new terminal size before displaying them | Pedro Alves | 1 | -6/+10 |
2015-02-10 | Fix a pair of screen-resizing issues in TUI | Patrick Palka | 2 | -0/+8 |
2015-02-10 | Fix truncation of TUI command history | Patrick Palka | 1 | -3/+10 |
2015-02-04 | Speed up GDB's TUI output | Doug Evans | 4 | -6/+31 |
2015-01-31 | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 1 | -1/+3 |
2015-01-31 | Unify CLI/TUI interface to readline tab completion. | Doug Evans | 1 | -160/+88 |
2015-01-31 | Make sure TABs are expanded in TUI windows on MS-Windows. | Eli Zaretskii | 3 | -2/+84 |
2015-01-22 | Fix MinGW TUI build | Eli Zaretskii | 1 | -1/+10 |
2015-01-16 | Really add a prototype for tui_rehighlight_all. | Eli Zaretskii | 1 | -0/+1 |
2015-01-16 | Fix an erroneous commentary. | Eli Zaretskii | 1 | -1/+1 |
2015-01-16 | Make setting TUI border attributes take effect immediately | Eli Zaretskii | 2 | -3/+23 |
2015-01-16 | Make the change of tab size in TUI mode effective immediately | Eli Zaretskii | 1 | -1/+21 |
2015-01-16 | Fix TUI-related documentation. | Eli Zaretskii | 1 | -2/+2 |
2015-01-16 | Leave more space in TUI mode for thread ID. | Eli Zaretskii | 1 | -2/+2 |
2015-01-09 | Consolidate the custom TUI query hook with the default query hook | Patrick Palka | 2 | -67/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 32 | -32/+32 |
2014-11-23 | Specify SA_RESTART when registering the SIGWINCH signal handler | Patrick Palka | 1 | -0/+3 |
2014-11-23 | Fix the processing of Meta-key commands in TUI | Patrick Palka | 1 | -1/+27 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 2 | -3/+3 |
2014-11-15 | PR symtab/17559 | Doug Evans | 5 | -9/+9 |
2014-11-04 | tui: Fix newterm call for older ncurses | Simon Marchi | 1 | -1/+1 |
2014-10-29 | TUI: don't let exceptions escape while handling readline key bindings | Pedro Alves | 1 | -6/+21 |
2014-10-29 | PR tui/16138, PR tui/17519, and misc failures to initialize the terminal | Pedro Alves | 3 | -25/+49 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-08-29 | Replace hardwired error handlers in tui_initialize_io | Gary Benson | 1 | -8/+4 |
2014-08-27 | Fix terminal state corruption when starting a program from within TUI | Patrick Palka | 1 | -2/+3 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 12 | -22/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 2 | -2/+0 |
2014-08-07 | Move stdlib.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Move stdio.h to common-defs.h | Gary Benson | 2 | -2/+0 |
2014-07-24 | Fix pagination crash when the TUI is active | Pedro Alves | 1 | -1/+1 |
2014-06-20 | Fix --with-system-readline with readline-6.3 patch 5 | Jan Kratochvil | 1 | -4/+4 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 2 | -2/+2 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -12/+20 |
2014-05-29 | PR gdb/13860 - Make MI sync vs async output (closer to) the same. | Pedro Alves | 1 | -1/+63 |
2014-02-26 | start change to progspace independence | Tom Tromey | 1 | -6/+7 |
2014-02-26 | use bound_minsym as result for lookup_minimal_symbol et al | Tom Tromey | 1 | -5/+5 |
2014-02-26 | change minsym representation | Tom Tromey | 1 | -2/+2 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 3 | -5/+5 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 32 | -32/+32 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 12 | -12/+12 |