Age | Commit message (Expand) | Author | Files | Lines |
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-12-28 | Add a "context" argument to add_setshow_enum_cmd | Tom Tromey | 1 | -1/+2 |
2018-09-28 | gdb: Change how frames are selected for 'frame' and 'info frame'. | Andrew Burgess | 1 | -0/+14 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify execute_command | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_setshow_* | Tom Tromey | 1 | -15/+15 |
2017-11-07 | Remove cmd_cfunc_ftype | Tom Tromey | 1 | -8/+0 |
2017-11-07 | Constify add_info | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Add set_repeat_arguments function | Tom Tromey | 1 | -0/+5 |
2017-11-07 | Make set_cmd_cfunc private | Tom Tromey | 1 | -10/+0 |
2017-11-07 | Constify add_com_suppress_notification | Tom Tromey | 1 | -1/+1 |
2017-11-07 | Constify add_abbrev_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-10-11 | Constify add_prefix_cmd | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Constify not_just_help_class_command | Tom Tromey | 1 | -1/+1 |
2017-09-27 | Add add_cmd function overloads | Tom Tromey | 1 | -0/+21 |
2017-07-17 | Introduce class completion_tracker & rewrite completion<->readline interaction | Pedro Alves | 1 | -7/+13 |
2017-07-17 | Clean up "completer_handle_brkchars" callback handling | Pedro Alves | 1 | -4/+14 |
2017-06-28 | gdb/command.h: Include common/scoped_restore.h | Pedro Alves | 1 | -0/+1 |
2017-05-17 | Add alias command to cmd_list_element | Yao Qi | 1 | -0/+6 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+2 |
2017-01-10 | Remove cleanups from execute_gdb_command | Tom Tromey | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-10-03 | Emit inferior, thread and frame selection events to all UIs | Antoine Tremblay | 1 | -0/+16 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -12/+12 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-03 | PR python/16699: GDB Python command completion with overriden complete vs. co... | Sergio Durigan Junior | 1 | -0/+8 |
2014-07-24 | constify command docs | Tom Tromey | 1 | -6/+7 |
2014-07-24 | constify command prefix | Tom Tromey | 1 | -4/+4 |
2014-07-24 | constify deprecate_cmd | Tom Tromey | 1 | -1/+1 |
2014-07-01 | use cmd_sfunc_ftype and cmd_cfunc_ftype more | Tom Tromey | 1 | -8/+9 |
2014-06-26 | constify error_no_arg | Tom Tromey | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 1 | -27/+27 |
2013-03-05 | gdb/ | Yao Qi | 1 | -3/+4 |
2013-01-14 | * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the | Tom Tromey | 1 | -10/+11 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-20 | gdb: include help aliases in help command completion | Mike Frysinger | 1 | -1/+1 |
2012-09-17 | gdb/ | Yao Qi | 1 | -1/+17 |
2012-07-19 | gdb/ | Yao Qi | 1 | -1/+1 |
2012-06-13 | * ada-lang.c (ada_make_symbol_completion_list): Return a VEC. | Tom Tromey | 1 | -5/+8 |
2012-06-13 | * breakpoint.c (add_catch_command): Use completer_ftype. | Tom Tromey | 1 | -3/+3 |
2012-01-28 | gdb/ | Jan Kratochvil | 1 | -2/+2 |
2012-01-05 | 2012-01-05 Pedro Alves <alves.ped@gmail.com> | Pedro Alves | 1 | -6/+9 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-10-09 | Add new "alias" command. | Doug Evans | 1 | -0/+2 |
2011-02-14 | 2011-02-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -1/+3 |
2011-01-31 | PR python/12216: | Tom Tromey | 1 | -0/+2 |