Age | Commit message (Expand) | Author | Files | Lines |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-13 | Introduce complete_nested_command_line | Pedro Alves | 1 | -0/+12 |
2019-06-13 | Migrate rest of compile commands to new options framework | Pedro Alves | 1 | -1/+6 |
2019-06-13 | Fix latent bug with custom word point completers | Pedro Alves | 1 | -1/+1 |
2019-05-17 | MI: extract command completion logic from complete_command() | Jan Vrany | 1 | -0/+7 |
2019-04-06 | Revert the header-sorting patch | Tom Tromey | 1 | -1/+1 |
2019-04-05 | Sort includes for files gdb/[a-f]*.[chyl]. | Tom Tromey | 1 | -1/+1 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-13 | Fix regression: expression completer and scope operator (PR gdb/22584) | Pedro Alves | 1 | -3/+6 |
2017-12-13 | Factor out final completion match string building | Pedro Alves | 1 | -0/+15 |
2017-11-29 | Breakpoints in symbols with ABI tags (PR c++/19436) | Pedro Alves | 1 | -4/+58 |
2017-11-29 | Handle custom completion match prefix / LCD | Pedro Alves | 1 | -5/+80 |
2017-11-08 | Introduce lookup_name_info and generalize Ada's FULL/WILD name matching | Pedro Alves | 1 | -0/+75 |
2017-09-19 | Use DISABLE_COPY_AND_ASSIGN | Yao Qi | 1 | -6/+2 |
2017-07-17 | A smarter linespec completer | Pedro Alves | 1 | -0/+28 |
2017-07-17 | Rewrite/enhance explicit locations completer, parse left->right | Pedro Alves | 1 | -1/+81 |
2017-07-17 | "complete" command and completion word break characters | Pedro Alves | 1 | -0/+10 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -81/+163 |
2017-07-17 | Clean up "completer_handle_brkchars" callback handling | Pedro Alves | 1 | -4/+6 |
2017-07-17 | Rename make_symbol_completion_list_fn -> symbol_completer | Pedro Alves | 1 | -0/+3 |
2017-04-05 | -Wwrite-strings: Constify word break character arrays | Pedro Alves | 1 | -1/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-06-13 | gdb: Rework command completion on 'tui reg'. | Andrew Burgess | 1 | -0/+3 |
2015-01-31 | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 1 | -0/+66 |
2015-01-31 | Unify CLI/TUI interface to readline tab completion. | Doug Evans | 1 | -0/+46 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-12 | Provide completer for "info registers" | Andreas Arnez | 1 | -0/+3 |
2014-09-03 | PR python/16699: GDB Python command completion with overriden complete vs. co... | Sergio Durigan Junior | 1 | -0/+8 |
2014-06-18 | constify complete_line | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-10-02 | Constification of parse_linespec and fallout: | Keith Seitz | 1 | -2/+3 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -6/+6 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-08-10 | gdb: add completion handler for "handle" and "signal" | Mike Frysinger | 1 | -0/+3 |
2012-06-13 | * ada-lang.c (ada_make_symbol_completion_list): Return a VEC. | Tom Tromey | 1 | -13/+15 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+2 |
2010-12-31 | 2010-12-31 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -7/+15 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-03-25 | Fix completer problem for filename completion on the first try. | Pierre Muller | 1 | -0/+2 |
2009-02-06 | gdb/ | Thiago Jung Bauermann | 1 | -5/+5 |
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 1 | -1/+1 |
2008-06-06 | gdb | Tom Tromey | 1 | -0/+2 |
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 |
2007-08-23 | Switch the license of all .c files to GPLv3. | Joel Brobecker | 1 | -4/+2 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 |
2005-12-17 | * breakpoint.c: | Eli Zaretskii | 1 | -3/+3 |