Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 14 | -15/+14 |
2012-12-25 | gdb/ | Jan Kratochvil | 1 | -10/+1 |
2012-12-18 | * cli/cli-cmds.c (apropos_command): Now static. | Tom Tromey | 1 | -3/+1 |
2012-12-18 | * cli/cli-cmds.c (_initialize_cli_cmds): Remove "document", | Tom Tromey | 3 | -35/+35 |
2012-12-18 | * cli/cli-cmds.c (_initialize_cli_cmds): New function. | Tom Tromey | 1 | -16/+25 |
2012-12-05 | Avoid memory leaks on struct cmd_list_element.doc field. | Pierre Muller | 2 | -1/+16 |
2012-11-20 | ARI fixes: sprintf rule. | Pierre Muller | 1 | -6/+10 |
2012-11-20 | gdb: include help aliases in help command completion | Mike Frysinger | 1 | -2/+3 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -2/+2 |
2012-10-18 | * tracepoint.c (print_one_static_tracepoint_marker): Constify. | Tom Tromey | 1 | -1/+2 |
2012-09-21 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2012-09-17 | gdb/ | Yao Qi | 3 | -6/+55 |
2012-08-28 | gdb/ | Yao Qi | 2 | -6/+6 |
2012-08-27 | gdb/ | Jan Kratochvil | 1 | -1/+4 |
2012-08-22 | * cli/cli-cmds.c (filter_sals): Handle nelts == 0 case. | Tom Tromey | 1 | -1/+2 |
2012-08-09 | gdb/ | Yao Qi | 4 | -217/+479 |
2012-08-09 | gdb/ | Yao Qi | 2 | -14/+0 |
2012-08-09 | gdb/ | Yao Qi | 1 | -7/+7 |
2012-08-06 | PR cli/14392: | Tom Tromey | 1 | -1/+1 |
2012-08-06 | gdb/ | Jan Kratochvil | 1 | -1/+1 |
2012-07-26 | * symmisc.c (print_symbol_bcache_statistics): Use QUIT, not | Tom Tromey | 1 | -2/+0 |
2012-07-24 | gdb/ | Yao Qi | 1 | -12/+4 |
2012-07-23 | * cli/cli-dump.c (bfd_openr_with_cleanup): Use gdb_bfd_openr. | Tom Tromey | 1 | -4/+2 |
2012-07-23 | * bfd-target.c (target_bfd_reopen): Update. | Tom Tromey | 1 | -2/+4 |
2012-07-20 | gdb/ | Yao Qi | 1 | -6/+3 |
2012-07-19 | * cli/cli-setshow.c (do_setshow_command): Handle case 'var_filename' | Yao Qi | 1 | -15/+15 |
2012-07-18 | * utils.c (make_cleanup_bfd_unref): Rename from | Tom Tromey | 1 | -2/+2 |
2012-07-18 | * dwarf2read.c (try_open_dwo_file): Use gdb_bfd_ref and | Tom Tromey | 1 | -2/+3 |
2012-07-05 | 2012-07-05 Hui Zhu <hui_zhu@mentor.com> | Hui Zhu | 2 | -0/+20 |
2012-06-28 | Make logging work for MI. | Stan Shebs | 1 | -21/+43 |
2012-06-13 | * ada-lang.c (ada_make_symbol_completion_list): Return a VEC. | Tom Tromey | 2 | -89/+37 |
2012-06-13 | * breakpoint.c (add_catch_command): Use completer_ftype. | Tom Tromey | 2 | -5/+2 |
2012-05-18 | 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+0 |