aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2004-06-302004-06-30 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-2/+22
* lib/compiler.cc: Work around string preprocessing problem with old hp c++ compiler. * lib/compiler.c: Likewise.
2004-06-29 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessorCorinna Vinschen5-11/+71
directives to conditionalize symbol prefixing. * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin. * gdb.arch/i386-unwind.c: Use preprocessor directives to conditionalize symbol prefixing. * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding additional_flags handling. Add underscore prefix for Cygwin.
2004-06-29 * gdb.base/bigcore.exp: Skip test on Cygwin.Corinna Vinschen2-1/+6
2004-06-282004-06-28 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-53/+102
* gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output formats for "info register". Use gdb_test_multiple. Fix the "invalid register" test.
2004-06-28 * gdb.base/attach.exp: Fix copyright date. Set testpid to WindowsCorinna Vinschen2-3/+58
PID for Cygwin. Add Cygwin specific strings to check for in some tests. (do_attach_tests): Add a test for user interaction when attaching to a process with no matching symbol table already loaded.
2004-06-272004-06-26 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-91/+79
Test PR java/1567 and PR java/1565. * gdb.java/jmain.exp, gdb.java/jmain.java: New files. * gdb.java/jmisc2.exp: Delete file.
2004-06-262004-06-26 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+8
* gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
2004-06-25 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill secondCorinna Vinschen2-1/+9
attach process.
2004-06-232004-06-23 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-65/+4
* gdb.cp/pr-1553.exp: Remove.
2004-06-222004-06-22 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-53/+8
* gdb.cp/pr-1553.cc: Remove. * gdb.cp/pr-1553.exp: Disable this test.
2004-06-21Fix PR testsuite/1680.Jim Blandy2-2/+8
* gdb.arch/i386-sse.exp: Properly quote curly braces in regular expressions.
2004-06-192004-06-19 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+8
Fix PR testsuite/1679. * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file. Issue an UNSUPPORTED result instead.
2004-06-18* gdb.base/charset.exp: Only send a control-C if we see a newJim Blandy2-1/+6
prompt and incomplete command.
2004-06-182004-06-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/pr-574.cc: Add copyright notice.
2004-06-17* gdb.base/charset.exp: Don't refer to $expect_out(1,string) inJim Blandy2-1/+6
cases where the regexp has no groups; this grabs random text from the previous test suite, whatever that was.
2004-06-172004-06-17 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/printmethod.cc: Add copyright notice.
2004-06-172004-06-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain3-0/+44
* gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
2004-06-162004-06-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-10/+38
* gdb.base/signull.c: Update copyright. Include <string.h>. (bowler): Replace data_pointer with data_read and data_write cases. Add code_descriptor case. (zero, desc): New array and pointer. (data, code): Change to simple pointers. * gdb.base/signull.exp: Fix probe pattern matching a function descriptor SIGSEGV. Replace data_pointer with data_read and data_write tests.
2004-06-162004-06-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney3-231/+283
* gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
2004-06-162004-06-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.base/long_long.c: Add copyright notice.
2004-06-162004-06-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-6/+9
* gdb.base/long_long.exp: Remove reference to bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint to gdb_breakpoint and gdb_continue_to_breakpoint.
2004-06-15* gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-Jim Blandy2-2/+7
endian case.
2004-06-152004-06-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-24/+21
* gdb.base/gcore.exp (capture_command_output): Delete the always passing tests containing inferior values. * gdb.base/ending-run.exp: Do not include the breakpoint address in the test message. Update copyright. * gdb.base/sizeof.exp (check_sizeof): Do not include the type's size in the test name, use gdb_test_multiple. Update copyright.
2004-06-142004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/ref-types.cc: Add copyright notice.
2004-06-142004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-27/+48
* lib/compiler.c: Remove gcc_compiled, hp_cc_compiler, hp_aCC_compiler. * lib/compiler.cc: Likewise. * lib/gdb.exp (get_compiler_info): Eval lines only if they are 'set' commands. Log diagnostics for other lines. Set gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
2004-06-132004-06-13 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-1/+23
* gdb.cp/try_catch.cc: Add copyright notice.
2004-06-122004-06-12 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/userdef.cc: Add copyright notice.
2004-06-122004-06-11 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+24
* gdb.cp/virtfunc.cc: Add copyright notice.
2004-06-112004-06-11 Randolph Chung <tausq@debian.org>Randolph Chung2-0/+17
* gdb.base/structs2.exp: Mark two tests as xfail because of a compiler problem.
2004-06-102004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney4-6/+23
* lib/compiler.cc, lib/compiler.c: Append either __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info. * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-* instead of gcc-3-3.
2004-06-10Add the -file-list-exec-source-files command to MI.Bob Rossi1-2/+12
2004-06-092004-06-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-2/+7
* gdb.base/structs.exp (test_struct_calls): Fix KFAIL for gdb/1455, bug is specific to "long long" and "double".
2004-06-092004-06-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-24/+7
* gdb.base/structs.exp (test_struct_returns, test_struct_returns) (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*, x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447 fixed.
2004-06-092004-06-09 Andrew Cagney <cagney@gnu.org>Andrew Cagney2-36/+42
* gdb.base/structs.exp (test_struct_returns): Replace "return_value_unknown" and "finish_value_unknown" by "return_value_known" and "finish_value_known". Instead of "return_value_unknown" iff "finish_value_unknown", check "return_value_known" implies "finish_value_known".
2004-06-082004-06-08 Martin Hunt <hunt@redhat.com>Martin Hunt2-0/+6
* gdb.base/float.exp: Add pattern for mips targets.
2004-06-082004-06-08 Randolph Chung <tausq@debian.org>Randolph Chung2-1/+8
* gdb.base/float.exp: Add pattern for hppa*-* target; make the failure message for unknown architectures more clear.
2004-06-08 * gdb.ada/null_record.exp: Use "start" instead of "begin" toJoel Brobecker2-2/+7
start the execution of the program.
2004-06-07* gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.Jim Blandy4-0/+263
* gdb.arch/i386-cpuid.h: New helper file.
2004-06-072004-06-07 Randolph Chung <tausq@debian.org>Randolph Chung2-3/+8
* gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior has started.
2004-06-05.Roland McGrath1-0/+6
2004-06-052004-06-04 Roland McGrath <roland@redhat.com>Roland McGrath1-8/+10
* gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it differently to be robust to output buffering differences.
2004-06-042004-06-04 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-3/+9
* gdb.threads/pthreads.exp: Update copyright years. (check_control_c): Change asynchronous 'after' to synchronous.
2004-06-04.Roland McGrath1-2/+7
2004-06-042004-06-04 Roland McGrath <roland@redhat.com>Roland McGrath1-6/+10
* gdb.base/auxv.exp (fetch_auxv): Consume output fully through next gdb prompt.
2004-06-032004-06-02 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-2/+10
Fix PR gdb/1636. * gdb.threads/manythreads.exp: Change asynchronous 'after' calls to synchronous.
2004-05-26* gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.Jim Blandy3-0/+140
2004-05-252004-05-24 Randolph Chung <tausq@debian.org>Randolph Chung3-0/+53
* gdb.asm/asm-source.exp: Enable test for hppa-linux target. * gdb.asm/pa.inc: New file.
2004-05-22* gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.Mark Kettenis2-1/+5
2004-05-21 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching theJoel Brobecker2-1/+7
GDB prompt.
2004-05-20 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead ofUlrich Weigand2-3/+14
setjmp/longjmp. Use sigaction instead of signal.