aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2008-01-07 * gdb.texinfo (C and C++): Add Decimal Floating Point formatThiago Jung Bauermann2-0/+29
2008-01-07 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add testsThiago Jung Bauermann4-38/+230
2008-01-07 * Makefile.in (dfp.o): Depend on expression.h, gdbtypes.h and value.h.Thiago Jung Bauermann9-33/+510
2008-01-07 Ignore change in name of dynamic linker duringVladimir Prus4-2/+44
2008-01-07*** empty log message ***gdbadmin1-1/+1
2008-01-06* win32-nat.c (win32_make_so): Use cygwin-style path to avoid warnings whenChristopher Faylor3-2/+7
2008-01-06*** empty log message ***gdbadmin1-1/+1
2008-01-05 gdb/Pedro Alves4-3/+17
2008-01-05 gdb/Pedro Alves4-44/+63
2008-01-05 * gdb.ada/packed_tagged/comp_bug.adb: New file.Joel Brobecker3-0/+110
2008-01-05 * ada-lang.c (ada_which_variant_applies): Correctly computeJoel Brobecker2-7/+11
2008-01-05 * gdbint.texinfo (Start of New Year Procedure): Add itemJoel Brobecker2-0/+12
2008-01-05*** empty log message ***gdbadmin1-1/+1
2008-01-04 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,Joel Brobecker5-0/+202
2008-01-04 * ada-lang.c (is_name_suffix): Handle middle-name numeric suffixesJoel Brobecker2-14/+24
2008-01-04 * gdb.ada/packed_array.exp: Add testing of references toJoel Brobecker2-0/+15
2008-01-04 * ada-lang.c (decode_packed_array_type): Avoid a seg faultJoel Brobecker3-6/+36
2008-01-04 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:Joel Brobecker4-0/+113
2008-01-04 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,Joel Brobecker5-0/+163
2008-01-04 * ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.Joel Brobecker2-1/+5
2008-01-04 * ada-lang.c (ada_evaluate_subexp): Evaluate tagged types inJoel Brobecker2-0/+14
2008-01-04 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,Joel Brobecker5-0/+151
2008-01-04 * ada-exp.y (chop_separator): New function.Joel Brobecker2-11/+104
2008-01-04*** empty log message ***gdbadmin1-1/+1
2008-01-03 * symtab.c (find_pc_sect_line): Use SYMBOL_VALUE_ADDRESS insteadThiago Jung Bauermann2-2/+7
2008-01-03 * gdb.ada/print_pc.exp: New testcase.Joel Brobecker2-0/+48
2008-01-03 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,Joel Brobecker1-0/+6
2008-01-03 * ada-lang.c (resolve_subexp): Add handling of OP_REGISTERJoel Brobecker2-0/+6
2008-01-03 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,Joel Brobecker4-0/+129
2008-01-03 * dwarf2read.c (read_enumeration_type): Flag type as stub ifJoel Brobecker2-0/+8
2008-01-03 * gdb.ada/array_bounds/bar.adb: New file.Joel Brobecker3-0/+90
2008-01-03 * ada-lang.c (ada_array_bound_from_type): Make non-static.Joel Brobecker2-11/+24
2008-01-03 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,Joel Brobecker5-0/+121
2008-01-03 * ada-lang.c (static_unwrap_type): Add forward declaration.Joel Brobecker3-4/+34
2008-01-03 * ada-lang.c (ada_value_struct_elt, to_fixed_array_type)Joel Brobecker4-23/+49
2008-01-03 * doublest.c (convert_floatformat_to_doublest): CallLuis Machado2-8/+16
2008-01-032008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>Nick Hudson2-0/+5
2008-01-03 * gdb.base/set-lang-auto.exp: New testcase.Joel Brobecker2-0/+74
2008-01-03 * symfile.c (set_initial_language): Make non-static.Joel Brobecker4-4/+16
2008-01-03 * gdb.ada/fun_addr/foo.adb: New file.Joel Brobecker3-0/+68
2008-01-03 * eval.c (evaluate_subexp_for_address): Provide frame address toJoel Brobecker2-1/+8
2008-01-03*** empty log message ***gdbadmin1-1/+1
2008-01-02 * linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.Jan Kratochvil5-0/+109
2008-01-02 * array_subscript_addr/p.adb: New file.Joel Brobecker3-0/+79
2008-01-02 * ada-lang.c (ada_evaluate_subexp): Modify the value returnedJoel Brobecker2-3/+11
2008-01-02 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:Joel Brobecker4-0/+96
2008-01-02 * ada-lang.c (ada_value_equal): Dereference reference types whenJoel Brobecker2-0/+10
2008-01-02*** empty log message ***gdbadmin1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1326-1374/+1463
2008-01-01* win32-nat.c (psapi_module_handle): Remove static.Christopher Faylor3-160/+200