Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-08-09 | Remove unnecessary XMALLOC definitions. | Pedro Alves | 1 | -2/+0 |
2013-08-09 | Make functions in cli-dump.c static and remove cli-dump.h. | Pedro Alves | 2 | -39/+4 |
2013-08-01 | Remove error_pre_print and quit_pre_print. | Andrew Burgess | 1 | -3/+0 |
2013-07-17 | * cli/cli-cmds.c (init_cmd_lists): Delete unnecessary initialization | Doug Evans | 1 | -21/+0 |
2013-07-17 | * gdbcmd.h (togglelist): Delete. | Doug Evans | 2 | -9/+0 |
2013-07-01 | Constify main.c:get_init_files. | Pedro Alves | 2 | -2/+2 |
2013-05-30 | fix cli-script.c | Tom Tromey | 1 | -12/+6 |
2013-05-30 | simplify cli-logging.c for analysis | Tom Tromey | 1 | -4/+5 |
2013-05-30 | remove erroneous return from setup_user_args | Tom Tromey | 1 | -5/+2 |
2013-05-30 | some cleanup checker fixes | Tom Tromey | 2 | -3/+10 |
2013-04-24 | 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com> | Muhammad Bilal | 1 | -0/+3 |
2013-04-22 | PR gdb/7912: | Tom Tromey | 2 | -1/+5 |
2013-04-12 | Implement a new command to show GDB build-time configuration parameters. | Eli Zaretskii | 1 | -0/+9 |
2013-04-10 | Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands. | Pedro Alves | 2 | -9/+74 |
2013-04-10 | make -gdb-exit call disconnect_tracing too, and don't lose history if the tar... | Pedro Alves | 1 | -1/+1 |
2013-03-22 | Subject: Fix range validation of integer commands with "unlimited". | Pedro Alves | 1 | -2/+12 |
2013-03-22 | Whoops, wrong patch. Reverting. | Pedro Alves | 1 | -11/+2 |
2013-03-22 | Subject: Fix range validation of integer commands with "unlimited". | Pedro Alves | 1 | -2/+11 |
2013-03-21 | New commands "mt set per-command {space,time,symtab} {on,off}". | Doug Evans | 2 | -14/+11 |
2013-03-20 | Fix PR gdb/15289 - "set remote hardware-watchpoint-limit" broken (zinteger co... | Pedro Alves | 1 | -8/+13 |
2013-03-13 | Constify strings in tracepoint.c, lookup_cmd and the completers. | Pedro Alves | 5 | -61/+64 |
2013-03-12 | * ada-lang.c (ada_read_renaming_var_value): Pass const | Keith Seitz | 3 | -18/+24 |
2013-03-07 | * breakpoint.c (catch_syscall_split_args): Use skip_spaces. | Keith Seitz | 1 | -9/+5 |
2013-03-05 | gdb/ | Yao Qi | 1 | -1/+1 |
2013-02-14 | gdb/ | Yao Qi | 1 | -2/+0 |
2013-02-12 | Consistent use of (C) after "Copyright". | Pedro Alves | 13 | -13/+13 |
2013-02-07 | * cli/cli-cmds.c (_initialize_cli_cmds): Clarify argument to | Doug Evans | 1 | -1/+6 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -5/+8 |
2013-02-03 | gdb/ | Jan Kratochvil | 1 | -4/+1 |
2013-01-31 | 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com> | Aleksandar Ristovski | 1 | -3/+0 |
2013-01-14 | * cli/cli-decode.c (add_setshow_string_noescape_cmd): Return the | Tom Tromey | 1 | -2/+5 |
2013-01-01 | Add make_cleanup_free_command_lines declaration "extern". | Joel Brobecker | 1 | -1/+2 |