Age | Commit message (Expand) | Author | Files | Lines |
1995-03-25 | * gdb.c++/*.exp: Warn if executable does not exist. The original | Jim Kingdon | 1 | -0/+11 |
1995-03-25 | * gdb.base/list.exp: Add expect patterns for output from | Peter Schauer | 1 | -0/+7 |
1995-03-25 | * gdb.base/break.exp (test_next_with_recursion): Accept any line | Jim Kingdon | 1 | -0/+10 |
1995-03-24 | * gdb.base/a1-selftest.exp (test_with_self): Remove comment which | Jim Kingdon | 1 | -0/+5 |
1995-03-24 | * gdb.base/callfuncs.exp: call runto_main instead of runto main. | Kung Hsu | 1 | -0/+34 |
1995-03-24 | * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.). | Jim Kingdon | 1 | -0/+2 |
1995-03-24 | * gdb.base/a1-selftest.exp: Don't check for # followed by a digit | Jim Kingdon | 1 | -0/+5 |
1995-03-24 | * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(. | Jim Kingdon | 1 | -0/+4 |
1995-03-23 | * gdb.base/commands.exp (infrun_breakpoint_command_test): New test. | Jim Kingdon | 1 | -0/+4 |
1995-03-23 | * config/mt-slite: add LIBS and -nostdlib. | Kung Hsu | 1 | -0/+5 |
1995-03-22 | * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code. | David Edelsohn | 1 | -1/+3 |
1995-03-22 | * gdb.base/a2-run.exp: Change argument to istarget from | David Edelsohn | 1 | -0/+6 |
1995-03-22 | * lib/gdb.exp: add proc runto_main, for targets that use stubs, this | Kung Hsu | 1 | -0/+6 |
1995-03-21 | * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@ | Jim Kingdon | 1 | -0/+3 |
1995-03-21 | * gdb.base/signals.exp: Add test for "handle all print". | Jim Kingdon | 1 | -0/+5 |
1995-03-21 | * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test | Jim Kingdon | 1 | -0/+4 |
1995-03-21 | * gdb.base/nodebug.c (array_index): Call malloc. | Jim Kingdon | 1 | -0/+2 |
1995-03-21 | * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique. | Jim Kingdon | 1 | -0/+4 |
1995-03-20 | * gdb.base/recurse.exp: Update gdb_test invocation to use new | Jeff Law | 1 | -0/+10 |
1995-03-17 | * lib/gdb.exp: Skip CHILL for AIX and Solaris. | Jim Kingdon | 1 | -1/+1 |
1995-03-17 | * gdb.base/nodebug.exp: Comment out redundant test. Make name of | Jim Kingdon | 1 | -1/+1 |
1995-03-17 | * gdb.base/nodebug.exp: Comment out redundant test. Make name of | Jim Kingdon | 1 | -0/+3 |
1995-03-17 | * lib/gdb.exp: Skip CHILL for AIX. | Jim Kingdon | 1 | -0/+4 |
1995-03-17 | * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have | Jim Kingdon | 1 | -0/+5 |
1995-03-16 | * config/rom68k.exp: New file to support Motorola IDP board. | Stu Grossman | 1 | -0/+10 |
1995-03-15 | * gdb.base/printcmds.exp (test_character_literals_accepted): Test | Jim Kingdon | 1 | -0/+12 |
1995-03-15 | * gdb.base/signals.exp (signal_tests_1): Make pass message | Jim Kingdon | 1 | -0/+3 |
1995-03-15 | * gdb.base/whatis.exp: Remove xfails for printing char vs. | Jim Kingdon | 1 | -0/+10 |
1995-03-14 | * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect | Jim Kingdon | 1 | -0/+10 |
1995-03-14 | * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is | Jim Kingdon | 1 | -0/+4 |
1995-03-14 | * gdb.base/nodebug.exp: Test ability to call a function and pass | Jim Kingdon | 1 | -0/+3 |
1995-03-14 | * gdb.base/printcmds.exp (test_integer_literals_rejected): Change | Jim Kingdon | 1 | -0/+9 |
1995-03-11 | * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR | Jim Kingdon | 1 | -0/+5 |
1995-03-10 | * gdb.c++/templates.exp: Source templ-info.exp only if | Peter Schauer | 1 | -0/+3 |
1995-03-10 | * gdb.base/funcargs.exp (call_after_alloca): Remove `next' | Peter Schauer | 1 | -0/+19 |
1995-03-08 | * lib/gdb.exp (skip_chill_tests): New procedure. | Jim Kingdon | 1 | -0/+2 |
1995-03-08 | * gdb.base/signals.exp (signal_tests_1): xfail for irix. | Jim Kingdon | 1 | -1/+5 |
1995-03-06 | * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of | Jeff Law | 1 | -0/+7 |
1995-03-02 | * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only | Jim Kingdon | 1 | -0/+3 |
1995-03-02 | * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't | Jim Kingdon | 1 | -0/+3 |
1995-03-02 | * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try | Jim Kingdon | 1 | -0/+14 |
1995-03-01 | * config/mips-gdb.exp (gdb_load): In every test case, we need to do | Kung Hsu | 1 | -0/+7 |
1995-02-24 | * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing | Jeff Law | 1 | -0/+6 |
1995-02-23 | * gdb.base/term.exp: Do not give a warning if not native, it is | Jim Kingdon | 1 | -0/+5 |
1995-02-21 | * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype | Jim Kingdon | 1 | -0/+5 |
1995-02-19 | * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we | Jim Kingdon | 1 | -0/+3 |
1995-02-19 | * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning | Jim Kingdon | 1 | -0/+5 |
1995-02-17 | * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks. | J.T. Conklin | 1 | -0/+3 |
1995-02-17 | * lib/gdb.exp: Just use "file exists", rather than undocumented | Jim Kingdon | 1 | -0/+5 |
1995-02-16 | * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS): | J.T. Conklin | 1 | -0/+7 |