Age | Commit message (Expand) | Author | Files | Lines |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 2 | -9/+9 |
2015-03-07 | Normalize TRY_CATCH exception handling block | Pedro Alves | 2 | -8/+8 |
2015-03-06 | New common function "startswith" | Gary Benson | 2 | -15/+15 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 4 | -71/+71 |
2015-01-31 | Add max-completions parameter, and implement tab-completion limiting. | Gary Benson | 1 | -1/+23 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 13 | -13/+13 |
2014-12-12 | the "compile" command | Tom Tromey | 1 | -1/+30 |
2014-11-18 | SYMTAB_DIRNAME: New macro. | Doug Evans | 1 | -5/+7 |
2014-11-18 | SYMTAB_OBJFILE: New macro. | Doug Evans | 1 | -2/+2 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 3 | -3/+0 |
2014-09-07 | Fix PR gdb/17035: "show user" doesn't list user-defined commands that | Gabriel Krisman Bertazi | 4 | -5/+16 |
2014-09-03 | PR python/16699: GDB Python command completion with overriden complete vs. co... | Sergio Durigan Junior | 2 | -0/+19 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 8 | -9/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 5 | -5/+0 |
2014-07-30 | constify some cli-utils stuff | Tom Tromey | 2 | -14/+31 |
2014-07-24 | constify command docs | Tom Tromey | 3 | -17/+20 |
2014-07-24 | constify command prefix | Tom Tromey | 5 | -16/+17 |
2014-07-24 | constify deprecate_cmd | Tom Tromey | 2 | -2/+2 |
2014-07-24 | constify help_cmd | Tom Tromey | 2 | -3/+2 |
2014-07-24 | constify cli-dump.c | Tom Tromey | 1 | -17/+18 |
2014-07-03 | Assign 'targerr' instead of 'targ' to gdb_stdtargerr. | Marc Khouzam | 1 | -1/+1 |
2014-07-01 | use cmd_sfunc_ftype and cmd_cfunc_ftype more | Tom Tromey | 1 | -7/+6 |
2014-06-26 | constify error_no_arg | Tom Tromey | 1 | -1/+1 |
2014-06-26 | constify do_set_command and do_show_command | Tom Tromey | 2 | -7/+9 |
2014-06-18 | constify parse_cli_boolean_value | Tom Tromey | 2 | -2/+2 |
2014-06-13 | make calls to help_list use enumerator | Tom Tromey | 2 | -9/+10 |
2014-05-29 | Make display_gdb_prompt CLI-only. | Pedro Alves | 1 | -11/+20 |
2014-05-29 | PR gdb/13860 - Make MI sync vs async output (closer to) the same. | Pedro Alves | 1 | -3/+61 |
2014-05-21 | PR gdb/13860: make -interpreter-exec console "list" behave more like "list". | Pedro Alves | 1 | -0/+21 |
2014-04-25 | document "quit" command's argument | Tom Tromey | 1 | -1/+5 |
2014-03-25 | "source", foreground execution commands, and target-async | Pedro Alves | 1 | -0/+3 |
2014-03-06 | Add a newline in output messages | Yao Qi | 1 | -1/+1 |
2014-02-09 | Add Guile as an extension language. | Doug Evans | 2 | -5/+26 |
2014-02-05 | Extension Language API | Doug Evans | 2 | -14/+26 |
2014-01-20 | better packing for command struct | Tom Tromey | 1 | -48/+48 |
2014-01-20 | convert flags to bitfields | Tom Tromey | 2 | -52/+49 |
2014-01-13 | remove deprecated_set_hook | Tom Tromey | 1 | -2/+0 |
2014-01-13 | replace XMALLOC with XNEW | Tom Tromey | 1 | -2/+2 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 13 | -13/+13 |
2013-12-12 | Eliminate UNSUPPORTED_ERROR. | Pedro Alves | 1 | -19/+7 |
2013-12-06 | fix a couple of FIXMEs | Tom Tromey | 1 | -4/+2 |
2013-11-23 | cli/cli-script.c (multi_line_command_p): New function. | Doug Evans | 1 | -15/+24 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 8 | -8/+8 |
2013-11-14 | New function cli-utils.c:extract_arg_const | Joel Brobecker | 2 | -8/+24 |
2013-10-11 | warn if "source" fails to open the file when from_tty == 0 | Joel Brobecker | 1 | -2/+5 |
2013-10-10 | Rename "set/show remotebaud" command into "set/show serial baud" | Joel Brobecker | 1 | -19/+0 |
2013-10-02 | Constification of parse_linespec and fallout: | Keith Seitz | 2 | -2/+2 |
2013-10-01 | * cli/cli-decode.c: Remove unnecessary inclusion of tui/tui.h. | Doug Evans | 1 | -6/+0 |
2013-09-06 | Give every interpreter a command_loop_proc. | Andrew Burgess | 1 | -1/+3 |
2013-09-04 | Code cleanup: Change OPF_DISABLE_REALPATH to OPF_RETURN_REALPATH. | Jan Kratochvil | 1 | -1/+1 |