Age | Commit message (Expand) | Author | Files | Lines |
2014-01-07 | Cast to uintptr_t when calling ptrace32 on aix | Yao Qi | 1 | -15/+15 |
2014-01-07 | varobj/Ada: Missing children for interface-wide tagged types | Joel Brobecker | 5 | -0/+133 |
2014-01-07 | Ada: Fix missing call to pretty-printer for fields of records. | Joel Brobecker | 8 | -13/+171 |
2014-01-07 | ada_print_floating: Remove use of statically sized buffer. | Joel Brobecker | 2 | -16/+16 |
2014-01-07 | Extract string-printing out of ada_val_print_array | Joel Brobecker | 2 | -49/+72 |
2014-01-07 | move ada_val_print_array down within other ada_val_print* functions | Joel Brobecker | 2 | -66/+73 |
2014-01-07 | rewrite ada_val_print_ref to reduce if/else block nesting depth | Joel Brobecker | 2 | -33/+39 |
2014-01-07 | ada-valprint.c: Inline print_record inside ada_val_print_struct_union | Joel Brobecker | 2 | -24/+18 |
2014-01-07 | Split ada_val_print_1 into smaller functions | Joel Brobecker | 2 | -218/+332 |
2014-01-07 | Remove call to gdb_flush at end of ada_val_print_1 | Joel Brobecker | 2 | -1/+4 |
2014-01-07 | ada_val_print_1: Go through val_print instead of recursive call to self. | Joel Brobecker | 2 | -14/+14 |
2014-01-07 | ada_val_print_1: Add language parameter | Joel Brobecker | 2 | -11/+20 |
2014-01-07 | ada-valprint.c: Reorder functions to reduce advance declarations. | Joel Brobecker | 2 | -199/+194 |
2014-01-07 | [python] Add gdb.Type.name attribute. | Joel Brobecker | 9 | -0/+142 |
2014-01-07 | Remove an empty-body 'if' statement | Yao Qi | 2 | -3/+7 |
2014-01-07 | Add qualifier 'const' to argument args | Yao Qi | 2 | -1/+6 |
2014-01-07 | Use void for empty argument list in trace_me | Yao Qi | 2 | -1/+5 |
2014-01-07 | Make functions static. | Yao Qi | 2 | -5/+12 |
2014-01-07 | Remove declaration of inf_tid_to_proc | Yao Qi | 2 | -1/+4 |
2014-01-07 | Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes] | Yao Qi | 2 | -0/+8 |
2014-01-07 | Use enum bfd_endian in gdbarch.sh | Yao Qi | 4 | -12/+21 |
2014-01-07 | daily update | Alan Modra | 1 | -1/+1 |
2014-01-06 | fix JIT reader path creation | Tom Tromey | 2 | -1/+5 |
2014-01-06 | convert CONST to const | Tom Tromey | 3 | -2/+8 |
2014-01-06 | libiberty: fix --enable-install-libiberty flag [PR 56780] | Mike Frysinger | 3 | -2/+6 |
2014-01-06 | libiberty: sync with gcc | Gary Benson | 2 | -61/+223 |
2014-01-06 | libiberty: sync with gcc | Bill Maddox | 4 | -0/+28 |
2014-01-07 | Fix a error of my previous commit. | Hui Zhu | 1 | -1/+1 |
2014-01-07 | Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983 | Hui Zhu | 7 | -67/+36 |
2014-01-06 | * nds32-asm.c (parse_operand): Fix out-of-range integer constant. | Maciej W. Rozycki | 2 | -1/+5 |
2014-01-06 | daily update | Alan Modra | 1 | -1/+1 |
2014-01-05 | daily update | Alan Modra | 1 | -1/+1 |
2014-01-04 | daily update | Alan Modra | 1 | -1/+1 |
2014-01-03 | * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from output. | Doug Evans | 2 | -1/+5 |
2014-01-03 | PR binutils/16199 | Nick Clifton | 2 | -1/+10 |
2014-01-03 | daily update | Alan Modra | 1 | -1/+1 |
2014-01-02 | Update name in changelog entry. | Nick Clifton | 1 | -1/+1 |
2014-01-02 | PR binutils/14289 | Asmwarrior | 2 | -4/+8 |
2014-01-02 | PR binutils/11983 | Nick Clifton | 8 | -25/+73 |
2014-01-02 | daily update | Alan Modra | 1 | -1/+1 |
2014-01-01 | Add gdb/ChangeLog entry for previous change. | Joel Brobecker | 1 | -0/+4 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 3845 | -3850/+3850 |
2014-01-01 | Update copyright year in gdb/gdbserver/gdbreplay version output. | Joel Brobecker | 5 | -3/+12 |
2014-01-01 | Add gdb/ChangeLog-2013 entry in fnchange.lst. | Joel Brobecker | 2 | -0/+5 |
2014-01-01 | New Year - GDB ChangeLog rotation. | Joel Brobecker | 2 | -13499/+13508 |
2014-01-01 | daily update | Alan Modra | 1 | -1/+1 |
2013-12-31 | * objcopy.c (dump_sections): New list. | Nick Clifton | 4 | -0/+103 |
2013-12-31 | daily update | Alan Modra | 1 | -1/+1 |
2013-12-30 | * peXXigen.c (rsrc_process_section): Use ptrdiff_t as the type for | Ilya Tocar | 2 | -2/+7 |
2013-12-30 | Clarify documentation of the gdb.Field.bitpos attribute | Joel Brobecker | 2 | -2/+7 |