| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated copyright notices for most files. | Daniel Jacobowitz | 2008-01-01 | 1326 | -1374/+1463 |
* | * win32-nat.c (psapi_module_handle): Remove static. | Christopher Faylor | 2008-01-01 | 3 | -160/+200 |
* | * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb, | Joel Brobecker | 2008-01-01 | 5 | -0/+128 |
* | * ada-lang.c (ada_remove_trailing_digits): New function. | Joel Brobecker | 2008-01-01 | 2 | -46/+116 |
* | * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb, | Joel Brobecker | 2008-01-01 | 5 | -0/+128 |
* | * ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref | Joel Brobecker | 2008-01-01 | 2 | -25/+33 |
* | * ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling | Joel Brobecker | 2008-01-01 | 2 | -2/+20 |
* | * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb, | Joel Brobecker | 2008-01-01 | 5 | -0/+150 |
* | Implement support for Ada interface types. | Joel Brobecker | 2008-01-01 | 2 | -6/+50 |
* | * top.c (print_gdb_version): Update copyright year. | Joel Brobecker | 2008-01-01 | 2 | -1/+5 |
* | * ChangeLog-2007: New ChangeLog rotation. | Joel Brobecker | 2008-01-01 | 3 | -10617/+10635 |
* | *** empty log message *** | gdbadmin | 2008-01-01 | 1 | -1/+1 |
* | * gdb.base/multi-forks.exp: Consume all output from child | Jim Blandy | 2007-12-31 | 2 | -4/+45 |
* | * remote.c (unpack_nibble): Use fromhex. | Daniel Jacobowitz | 2007-12-31 | 3 | -3/+8 |
* | * hppa-linux-nat.c: Use hppa-linux-offsets.h. | Daniel Jacobowitz | 2007-12-31 | 3 | -5/+110 |
* | *** empty log message *** | gdbadmin | 2007-12-31 | 1 | -1/+1 |
* | * configure.tgt (*-*-mingw32ce*): Set gdb_osabi to | Pedro Alves | 2007-12-30 | 2 | -0/+9 |
* | *** empty log message *** | gdbadmin | 2007-12-30 | 1 | -1/+1 |
* | * i386nbsd-tdep.c: Include "trad-frame.h" and "tramp-frame.h" | Mark Kettenis | 2007-12-29 | 4 | -114/+221 |
* | * configure: Regenerated. | Jim Blandy | 2007-12-29 | 2 | -1/+7 |
* | * ada-lang.c (_initialize_ada_language): Attach executable_changed | Joel Brobecker | 2007-12-29 | 2 | -0/+7 |
* | *** empty log message *** | gdbadmin | 2007-12-29 | 1 | -1/+1 |
* | * ada-lang.c (ada_evaluate_subexp): Break two large expressions | Joel Brobecker | 2007-12-28 | 2 | -10/+21 |
* | * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb, | Joel Brobecker | 2007-12-28 | 5 | -0/+132 |
* | * ada-lang.c (ada_value_cast): New function, extracted out from | Joel Brobecker | 2007-12-28 | 2 | -25/+44 |
* | * gdb.ada/boolean_expr.exp: New testcase. | Joel Brobecker | 2007-12-28 | 2 | -0/+46 |
* | * ada-lang.c (ada_evaluate_subexp): Add cases for BINOP_LOGICAL_AND, | Joel Brobecker | 2007-12-28 | 3 | -0/+27 |
* | *** empty log message *** | gdbadmin | 2007-12-28 | 1 | -1/+1 |
* | *** empty log message *** | gdbadmin | 2007-12-27 | 1 | -1/+1 |
* | * gdb.base/multi-forks.exp: Doc fix. | Jim Blandy | 2007-12-26 | 2 | -3/+12 |
* | * gdb.ada/Makefile.in (EXECUTABLES): Update list. | Joel Brobecker | 2007-12-26 | 4 | -5/+23 |
* | * dwarf2read.c (read_base_type): Fix obvious &&/|| confusion. | Joel Brobecker | 2007-12-26 | 2 | -2/+6 |
* | * dwarf2-frame.c (execute_cfa_program): Call dwarf2_restore_rule | Luis Machado | 2007-12-26 | 2 | -20/+39 |
* | *** empty log message *** | gdbadmin | 2007-12-26 | 1 | -1/+1 |
* | *** empty log message *** | gdbadmin | 2007-12-25 | 1 | -1/+1 |
* | * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb, | Joel Brobecker | 2007-12-24 | 5 | -0/+115 |
* | * ada-lang.c (ada_is_character_type): Add recognition of type | Joel Brobecker | 2007-12-24 | 2 | -0/+6 |
* | * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb, | Joel Brobecker | 2007-12-24 | 5 | -0/+160 |
* | * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR | Joel Brobecker | 2007-12-24 | 3 | -11/+25 |
* | *** empty log message *** | gdbadmin | 2007-12-24 | 1 | -1/+1 |
* | * infrun.c (handle_inferior_event): Remove code that made us | Joel Brobecker | 2007-12-23 | 2 | -14/+5 |
* | *** empty log message *** | gdbadmin | 2007-12-23 | 1 | -1/+1 |
* | 2007-12-22 Pierre Muller <muller@ics.u-strasbg.fr> | Pierre Muller | 2007-12-22 | 3 | -14/+28 |
* | * dwarf2read.c (scan_partial_symbols partial_die_parent_scope) | Jan Kratochvil | 2007-12-22 | 2 | -0/+18 |
* | * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of | Jim Blandy | 2007-12-22 | 4 | -13/+38 |
* | * gdb.base/ptype.c (highest): New struct type. | Joel Brobecker | 2007-12-22 | 3 | -0/+35 |
* | *** empty log message *** | gdbadmin | 2007-12-22 | 1 | -1/+1 |
* | * linux-low.c (STACK_SIZE): Define. | Andreas Schwab | 2007-12-21 | 2 | -4/+23 |
* | * ada-lang.h (ada_renaming_category): New enumerated type. | Joel Brobecker | 2007-12-21 | 4 | -208/+475 |
* | Minor reformatting. | Joel Brobecker | 2007-12-21 | 1 | -1/+1 |