aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.objc
AgeCommit message (Collapse)AuthorFilesLines
2004-02-182004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>Jim Blandy1-1/+1
Committed by Jim Blandy <jimb@redhat.com>. * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
2004-02-08 * config/sim.exp (gdb_load): Handle $arg == "".Daniel Jacobowitz1-7/+3
* lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run. * gdb.objc/basicclass.exp: Use gdb_run_cmd.
2003-12-022003-11-28 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-6/+15
* gdb.objc/objcdecode.exp: Match and KFAIL the output that comes from current versions of gdb. Clean up regular expressions. Delete redundant timeout case.
2003-12-022003-11-28 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-3/+6
* gdb.objc/nondebug.exp: Match and KFAIL the output that comes from current versions of gdb. Clean up regular expressions. Delete redundant timeout case.
2003-11-26* gdb.objc/objcdecode.exp: Test for PR objc/1238.Adam Fedor2-0/+126
* gdb.objc/objcdecode.m: New file.
2003-11-26* gdb.objc/nondebug.exp: Test for PR objc/1236.Adam Fedor2-0/+112
* gdb.objc/nondebug.m: New file.
2003-07-06 * gdb.objc/basicclass.exp ("Call an Objective-C method with noAndreas Schwab1-1/+1
arguments"): Also match negative number. * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
2003-06-232003-06-23 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-1/+1
* gdb.objc/basicclass.exp: Return -1 if we cannot compile the testcase.
2003-05-01* Makefile.in (ALL_SUBDIRS): Add gdb.objcAdam Fedor3-0/+302
* configure.in (AC_OUTPUT): Add gdb.objc/Makefile * gdb.objc/Makefile.in, gdb.objc/basicclass.exp, gdb.objc/basicclass.m: : New files * lib/gdb.exp (gdb_compile_objc): New procedure.