aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.objc
AgeCommit message (Collapse)AuthorFilesLines
2010-01-01Update copyright year in most headers.Joel Brobecker3-3/+4
Automatic update by copyright.sh.
2009-09-29 * gdb.objc/basicclass.exp: Disable pending breakpoint query.Ulrich Weigand2-0/+9
* gdb.objc/nondebug.exp: Likewise.
2009-01-03 Updated copyright notices for most files.Joel Brobecker3-3/+3
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz3-3/+3
2007-08-23 Switch the license of all .exp files to GPLv3.Joel Brobecker3-15/+12
Switch the license of all .f and .f90 files to GPLv3. Switch the license of all .s and .S files to GPLv3.
2007-03-27 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.Daniel Jacobowitz1-3/+4
(gdb_load): Delete, replace with... (gdb_reload): ...this. * gdb.server/server-run.exp: Use gdb_load and gdbserver_run. * gdb.server/server-mon.exp: Likewise. * lib/gdb.exp (gdb_run_cmd): Use gdb_reload. (gdb_start_cmd): New. (gdb_file_cmd): Save the last loaded file. (gdb_reload): New. (gdb_gnu_strip_debug): Use transform. * lib/gdbserver-support.exp (gdbserver_spawn): Move file download support here. Use new $last_loaded_file. Check mtime. (gdb_target_cmd): Handle ObjC failure case. (infer_host_exec): Delete. (gdbserver_load): Rename to... (gdbserver_run): ...this. Simplify. * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file. (mi_gdb_load): Move most contents to a new function... (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load. (mi_run_cmd): Use mi_gdb_target_load. * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp, gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp: Use gdb_run_cmd. * gdb.base/charsign.exp: Remove incorrect comment. * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file. * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp, gdb.base/start.exp: Use gdb_start_cmd.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz3-3/+3
2006-12-31 * gdb.base/annota1.exp: Allow .*printf in backtraces.Daniel Jacobowitz1-2/+2
* gdb.base/annota3.exp: Likewise. * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint again (instead of timing out). * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for GCC bug 26475. * gdb.java/jmisc.exp: Adjust to work with method signatures including return types. Add kfails for GDB bugs 2214 and 2215. Move exit test from jmisc1.exp. * gdb.java/jmisc1.exp: Delete. * gdb.java/jprint.exp: Adjust to work with method signatures including return types. * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info. * gdb.threads/linux-dp.exp: Don't be confused by program output. * lib/java.exp (compile_java_from_source): Pass the correct type to target_compile.
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.