Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 139 | -139/+139 | |
Automatic update by copyright.sh. | |||||
2009-12-20 | * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c, | Joel Brobecker | 1 | -3/+2 | |
gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb, gdb.base/watch_thread_num.c, gdb.java/jprint.java, gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp, gdb.modula2/unbounded1.c: Update copyright header. | |||||
2009-11-10 | * lib/gdb.exp (gdb_compile_test): New. | Nathan Sidwell | 8 | -18/+34 | |
(skip_ada_tests, skip_java_tests): New. (gdb_compile): Use gdb_compile_test for f77. * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result. * lib/java.exp (compile_java_from_source): Remove runtests check, use gdb_compile_test to record result. * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp, gdb.ada/exec_changed.exp, gdb.ada/start.exp, gdb.ada/watch_arg.exp, gdb.ada/null_record.exp, gdb.ada/array_return.exp, gdb.ada/arrayidx.exp, gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp, gdb.fortran/array-element.exp, gdb.fortran/subarray.exp, gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp, gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp, gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip, adjust gdb_compile invocations. | |||||
2009-06-23 | * gdb.ada/variant_record_packed_array: New testcase. | Joel Brobecker | 4 | -0/+113 | |
2009-04-01 | * gdb.base/funcargs.exp: Set print frame-arguments to "all". | Joel Brobecker | 2 | -0/+4 | |
* gdb.base/call-ar-st.exp: Set print frame-arguments to "all". * gdb.ada/ref_param.exp: Set print frame-arguments to "all". * gdb.ada/lang_switch.exp: Set print frame-arguments to "all". | |||||
2009-03-31 | * gdb.ada/tasks: New testcase. | Joel Brobecker | 2 | -0/+147 | |
2009-03-19 | * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise | Jerome Guitton | 2 | -7/+42 | |
deltas. * gdb.ada/fixed_points.exp: Ditto. | |||||
2009-03-13 | * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code | Joel Brobecker | 1 | -19/+0 | |
that was checked in by mistake. Remove loading of ada.exp, since this is not necessary in this case. | |||||
2009-03-13 | * gdb.ada/ptype_arith_binop.exp: New testcase. | Joel Brobecker | 1 | -0/+55 | |
2009-03-12 | * gdb.ada/mod_from_name: New testcase. | Joel Brobecker | 2 | -0/+83 | |
2009-03-12 | * gdb.ada/tick_last_segv: New testcase. | Joel Brobecker | 2 | -0/+68 | |
2009-02-04 | * gdb.ada/uninitialized_vars: New test program. | Jerome Guitton | 3 | -0/+219 | |
* gdb.ada/uninitialized_vars.exp: New testcase. | |||||
2009-01-14 | Update the copyright notice of some of the files I missed | Joel Brobecker | 3 | -3/+3 | |
in the previous copyright update. | |||||
2009-01-03 | Updated copyright notices for most files. | Joel Brobecker | 124 | -124/+124 | |
2008-11-28 | * gdb.ada/int_deref.exp: Convert the addresses into long_integer | Joel Brobecker | 1 | -2/+2 | |
rather than integer, as integer might not be big enough when on 64bit targets. | |||||
2008-11-27 | * gdb.cp/formatted-ref.exp: Add equality test. | Jerome Guitton | 1 | -0/+10 | |
* gdb.ada/formatted_ref.exp: Ditto. | |||||
2008-11-15 | * gdb.ada/int_deref.exp: New testcase. | Joel Brobecker | 3 | -0/+86 | |
2008-10-07 | * gdb.ada/ref_tick_size.exp: New testcase. | Joel Brobecker | 4 | -0/+124 | |
2008-09-10 | * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date. | Joel Brobecker | 1 | -0/+24 | |
2008-09-10 | * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp, | Joel Brobecker | 25 | -67/+67 | |
gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp, gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp, gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp, gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp, gdb.ada/funcall_param.exp, gdb.ada/homonym.exp, gdb.ada/interface.exp, gdb.ada/null_array.exp, gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp, gdb.ada/print_chars.exp, gdb.ada/print_pc.exp, gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp, gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp: Include the "= " sequence in the expected output of print tests. | |||||
2008-09-10 | * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type | Joel Brobecker | 1 | -1/+1 | |
description for boolean types. | |||||
2008-05-23 | * gdb.ada/null_array/foo.adb: Add multi-dimensional array | Joel Brobecker | 2 | -3/+10 | |
of zero-size elements. * gdb.ada/null_array.exp: Test printing this new array. | |||||
2008-05-09 | * gdb.ada/assign_1.exp: New testcase. | Joel Brobecker | 1 | -0/+36 | |
2008-05-06 | * gdb.ada/lang_switch: New test program. | Joel Brobecker | 3 | -0/+112 | |
* gdb.ada/lang_switch.exp: New testcase. | |||||
2008-04-19 | * gdb.ada/atomic_enum: New test program. | Joel Brobecker | 4 | -0/+128 | |
* gdb.ada/atomic_enum.exp: New testcase. | |||||
2008-02-05 | * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb, | Joel Brobecker | 4 | -0/+227 | |
gdb.ada/complete/foo.adb: New files. * gdb.ada/complete.exp: New testcase. | |||||
2008-02-01 | * gdb.ada/sym_print_name: New test program. | Joel Brobecker | 4 | -0/+142 | |
* gdb.ada/sym_print_name.exp: New testcase. | |||||
2008-02-01 | * gdb.ada/nested/hello.adb: New file. | Joel Brobecker | 3 | -0/+82 | |
* gdb.ada/nested.exp: New testcase. * gdb.ada/Makefile.in (EXECUTABLES): Update list. | |||||
2008-01-30 | * gdb.ada/formatted_ref: New test program. | Joel Brobecker | 4 | -0/+173 | |
* gdb.ada/formatted_ref.exp: New testcase. * gdb.cp/formatted-ref.cc: New file. * gdb.cp/formatted-ref.exp: New testcase. | |||||
2008-01-30 | 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com> | Paul N. Hilfinger | 2 | -0/+91 | |
* valarith.c (value_binop): Add floating-point BINOP_MIN and BINOP_MAX cases. For BINOP_EXP, use length and signedness of left operand only for result, as for shifts. For integral operands to BINOP_EXP, use new integer_pow and uinteger_pow functions so as to get full range of results. (integer_pow): New function. (uinteger_pow): New function. 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com> * gdb.ada/exprs: New test program. * gdb.ada/exprs.exp: New testcase. | |||||
2008-01-09 | * gdb.ada/null_array: New test program. | Joel Brobecker | 4 | -0/+126 | |
* gdb.ada/null_array.exp: New testcase. | |||||
2008-01-08 | * gdb.ada/funcall_param: New test program. | Joel Brobecker | 4 | -0/+124 | |
* gdb.ada/funcall_param.exp: New testcase. | |||||
2008-01-08 | * gdb.ada/arrayparam: New test program. | Joel Brobecker | 4 | -0/+140 | |
* gdb.ada/arrayparam.exp: New testcase. | |||||
2008-01-08 | * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd | Joel Brobecker | 1 | -0/+4 | |
landed. Should also fix random failures in the test following it. | |||||
2008-01-05 | * gdb.ada/packed_tagged/comp_bug.adb: New file. | Joel Brobecker | 2 | -0/+105 | |
* gdb.ada/packed_tagged.exp: New testcase. | |||||
2008-01-04 | * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb, | Joel Brobecker | 4 | -0/+196 | |
gdb.ada/homonym/homonym_main.adb: New files. * gdb.ada/homonym.exp: New testcase. | |||||
2008-01-04 | * gdb.ada/packed_array.exp: Add testing of references to | Joel Brobecker | 1 | -0/+10 | |
a packed array. | |||||
2008-01-04 | * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb: | Joel Brobecker | 3 | -0/+107 | |
New files. * gdb.ada/type_coercion.exp: New testcase. | |||||
2008-01-04 | * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb, | Joel Brobecker | 4 | -0/+157 | |
gdb.ada/tagged/foo.adb: New file. * gdb.ada/tagged.exp: New testcase. | |||||
2008-01-04 | * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb, | Joel Brobecker | 4 | -0/+145 | |
gdb.ada/ptype_field/foo.adb: New files. * gdb.ada/ptype_field.exp: New testcase. | |||||
2008-01-03 | * gdb.ada/print_pc.exp: New testcase. | Joel Brobecker | 1 | -0/+44 | |
2008-01-03 | * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb, | Joel Brobecker | 4 | -0/+129 | |
gdb.ada/taft_type/p.adb: New files. * gdb.ada/taft_type.exp: New testcase. | |||||
2008-01-03 | * gdb.ada/array_bounds/bar.adb: New file. | Joel Brobecker | 2 | -0/+85 | |
* gdb.ada/array_bounds.exp: New testcase. | |||||
2008-01-03 | * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb, | Joel Brobecker | 4 | -0/+115 | |
gdb.ada/arrayptr/foo.adb: New files. * gdb.ada/arrayptr.exp: New testcase. | |||||
2008-01-03 | * gdb.ada/fun_addr/foo.adb: New file. | Joel Brobecker | 2 | -0/+63 | |
* gdb.ada/fun_addr.exp: New testcase. | |||||
2008-01-02 | * array_subscript_addr/p.adb: New file. | Joel Brobecker | 2 | -0/+74 | |
* array_subscript_addr.exp: New testcase. | |||||
2008-01-02 | * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb: | Joel Brobecker | 3 | -0/+90 | |
New files. * gdb.ada/str_cmp_ref.exp: New testcase. | |||||
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 40 | -40/+40 | |
2008-01-01 | * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb, | Joel Brobecker | 4 | -0/+122 | |
gdb.ada/fun_in_declare/foo.adb: New files. * gdb.ada/fun_in_declare.exp: New testcase. | |||||
2008-01-01 | * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb, | Joel Brobecker | 4 | -0/+122 | |
gdb.ada/ref_param/pck.ads: New files. * gdb.ada/ref_param.exp: New testcase. |