Age | Commit message (Expand) | Author | Files | Lines |
2008-01-09 | * doublest.h (DOUBLEST_PRINT_FORMAT): Remove % from string. | Thiago Jung Bauermann | 8 | -10/+22 |
2008-01-09 | * gdb.ada/null_array: New test program. | Joel Brobecker | 5 | -0/+131 |
2008-01-09 | * gdbtypes.c (create_array_type): Add handling of null Ada arrays. | Joel Brobecker | 2 | -7/+26 |
2008-01-09 | * printcmd.c (printf_command): Add seen_big_h, seen_big_d and | Luis Machado | 6 | -95/+158 |
2008-01-09 | * dwarf2read.c (read_enumeration_type): Add comment. | Joel Brobecker | 2 | -0/+9 |
2008-01-09 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-08 | * gdb.ada/funcall_param: New test program. | Joel Brobecker | 5 | -0/+129 |
2008-01-08 | * config.in: Regenerate. | Thiago Jung Bauermann | 2 | -0/+7 |
2008-01-08 | * gdb.ada/arrayparam: New test program. | Joel Brobecker | 5 | -0/+145 |
2008-01-08 | * ada-lang.c (ada_convert_actual): Renames convert_actual. | Joel Brobecker | 5 | -34/+30 |
2008-01-08 | * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd | Joel Brobecker | 2 | -0/+9 |
2008-01-08 | * ada-lang.c (ensure_lval): Fix value lval kind. | Joel Brobecker | 2 | -3/+14 |
2008-01-08 | * dbxread.c (read_dbx_symtab): Fix indentation. | Doug Evans | 2 | -2/+6 |
2008-01-08 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-07 | * gdb.texinfo (C and C++): Add Decimal Floating Point format | Thiago Jung Bauermann | 2 | -0/+29 |
2008-01-07 | * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests | Thiago Jung Bauermann | 4 | -38/+230 |
2008-01-07 | * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h. | Thiago Jung Bauermann | 9 | -33/+510 |
2008-01-07 | Ignore change in name of dynamic linker during | Vladimir Prus | 4 | -2/+44 |
2008-01-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-06 | * win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings when | Christopher Faylor | 3 | -2/+7 |
2008-01-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-05 | gdb/ | Pedro Alves | 4 | -3/+17 |
2008-01-05 | gdb/ | Pedro Alves | 4 | -44/+63 |
2008-01-05 | * gdb.ada/packed_tagged/comp_bug.adb: New file. | Joel Brobecker | 3 | -0/+110 |
2008-01-05 | * ada-lang.c (ada_which_variant_applies): Correctly compute | Joel Brobecker | 2 | -7/+11 |
2008-01-05 | * gdbint.texinfo (Start of New Year Procedure): Add item | Joel Brobecker | 2 | -0/+12 |
2008-01-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-04 | * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb, | Joel Brobecker | 5 | -0/+202 |
2008-01-04 | * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixes | Joel Brobecker | 2 | -14/+24 |
2008-01-04 | * gdb.ada/packed_array.exp: Add testing of references to | Joel Brobecker | 2 | -0/+15 |
2008-01-04 | * ada-lang.c (decode_packed_array_type): Avoid a seg fault | Joel Brobecker | 3 | -6/+36 |
2008-01-04 | * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb: | Joel Brobecker | 4 | -0/+113 |
2008-01-04 | * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb, | Joel Brobecker | 5 | -0/+163 |
2008-01-04 | * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment. | Joel Brobecker | 2 | -1/+5 |
2008-01-04 | * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types in | Joel Brobecker | 2 | -0/+14 |
2008-01-04 | * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb, | Joel Brobecker | 5 | -0/+151 |
2008-01-04 | * ada-exp.y (chop_separator): New function. | Joel Brobecker | 2 | -11/+104 |
2008-01-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 |
2008-01-03 | * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS instead | Thiago Jung Bauermann | 2 | -2/+7 |
2008-01-03 | * gdb.ada/print_pc.exp: New testcase. | Joel Brobecker | 2 | -0/+48 |
2008-01-03 | * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb, | Joel Brobecker | 1 | -0/+6 |
2008-01-03 | * ada-lang.c (resolve_subexp): Add handling of OP_REGISTER | Joel Brobecker | 2 | -0/+6 |
2008-01-03 | * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb, | Joel Brobecker | 4 | -0/+129 |
2008-01-03 | * dwarf2read.c (read_enumeration_type): Flag type as stub if | Joel Brobecker | 2 | -0/+8 |
2008-01-03 | * gdb.ada/array_bounds/bar.adb: New file. | Joel Brobecker | 3 | -0/+90 |
2008-01-03 | * ada-lang.c (ada_array_bound_from_type): Make non-static. | Joel Brobecker | 2 | -11/+24 |
2008-01-03 | * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb, | Joel Brobecker | 5 | -0/+121 |
2008-01-03 | * ada-lang.c (static_unwrap_type): Add forward declaration. | Joel Brobecker | 3 | -4/+34 |
2008-01-03 | * ada-lang.c (ada_value_struct_elt, to_fixed_array_type) | Joel Brobecker | 4 | -23/+49 |
2008-01-03 | * doublest.c (convert_floatformat_to_doublest): Call | Luis Machado | 2 | -8/+16 |