aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.gdb
AgeCommit message (Collapse)AuthorFilesLines
2004-09-102004-09-09 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-24/+36
* lib/gdb.exp (gdb_file_cmd): Revert the return value to previous simple convention. Use a global variable to store information about what was found. (gdb_run_cmd): Adapt to reverted return value. * gdb.base/remote.exp: Adapt to reverted return value. * gdb.gdb/complaints.exp: Likewise. * gdb.gdb/observer.exp: Likewise. * gdb.gdb/selftest.exp: Likewise. * gdb.gdb/xfullpath.exp: Likewise.
2004-09-01Use new gdb.exp feature to check for nodebug in the executable for testcases ↵Manoj Iyer4-0/+20
under gdb.gdb
2004-08-282004-08-27 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain4-33/+28
With code from Manoj Iyer <manjo@austin.ibm.com>: * lib/gdb.exp (gdb_file_cmd): Return more information in the return value. Add an arm for "no debugging symbols found". Change a stray "error" to "perror". (gdb_run_cmd): Adapt to new return value. * gdb.base/remote.exp: Adapt to new return value. * gdb.gdb/complaints.exp: Likewise. * gdb.gdb/observer.exp: Likewise. * gdb.gdb/selftest.exp: Likewise. * gdb.gdb/xfullpath.exp: Likewise.
2004-08-132004-08-13 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-2/+7
* gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
2004-08-102004-08-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-4/+0
* main.c (captured_main): Delete call to init_malloc. * defs.h (init_malloc): Delete declaration. * utils.c (mmalloc, mrealloc, mcalloc, mfree) (init_malloc): Delete functions. Index: testsuite/ChangeLog 2004-08-10 Andrew Cagney <cagney@gnu.org> * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip init_malloc call.
2004-07-192004-07-19 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-0/+516
* gdb.base/selftest.exp: Copy file from here ... * gdb.gdb/selftest.exp: ... to here.
2004-07-132004-07-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney1-62/+58
* gdb.gdb/observer.exp: Update copyright. (setup_test): Use gdb_test_multiple. (attach_first_observer, attach_second_observer) (attach_third_observer, detach_first_observer) (detach_second_observer, detach_third_observer) (reset_counters, check_counters): Make $message a prefix. (test_normal_stop_notifications): Add "args" parameter - a list of init functions to be called. Make $message a prefix, (test_observer_normal_stop): Change the message prefixes so that they are unique, pass the attach / detach procedures to test_normal_stop_notifications.
2004-04-16 * gdb.gdb/observer.exp (test_normal_stop_notifications): UpdateJoel Brobecker1-1/+4
call to observer_notify_normal_stop.
2003-08-302003-08-30 Michael Chastain <mec@shout.net>Michael Chastain2-19/+1
* gdb.base/selftest.exp: Remove support for m68k*-*-hpux. * gdb.gdb/observer.exp: Ditto. * gdb.gdb/xfullpath.exp: Ditto.
2003-03-27 * gdb.gdb/observer.exp: New regression test.Joel Brobecker1-0/+274
2002-09-242002-09-24 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-2/+38
* gdb.gdb/complaints.exp (test_initial_complaints): Rename test_isolated_complaints. (test_empty_complaint): New function. (test_empty_complaints): New function. Check no output when no complaints.
2002-09-192002-09-19 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-0/+282
* gdb.gdb/complaints.exp: New file.
2002-04-05New testcase.Joel Brobecker1-0/+198