diff options
author | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-01-29 11:15:44 +0000 |
---|---|---|
committer | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-01-29 11:15:44 +0000 |
commit | d8679d841d339ff4a3cefb479d3fab1d35866bd7 (patch) | |
tree | b59f02368c83835e2fde09a49d30518f8e858455 /gdb/testsuite/gdb.base/Makefile.in | |
parent | 481fedf372286d5752544d8d6828f552f77f5d70 (diff) | |
download | gdb-d8679d841d339ff4a3cefb479d3fab1d35866bd7.zip gdb-d8679d841d339ff4a3cefb479d3fab1d35866bd7.tar.gz gdb-d8679d841d339ff4a3cefb479d3fab1d35866bd7.tar.bz2 |
New test to check that GDB does not crash due to memory corruption
when a reload caused by a change in an executable invalidates
a breakpoint condition.
Diffstat (limited to 'gdb/testsuite/gdb.base/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.base/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/Makefile.in b/gdb/testsuite/gdb.base/Makefile.in index e59f57b..9f382db 100644 --- a/gdb/testsuite/gdb.base/Makefile.in +++ b/gdb/testsuite/gdb.base/Makefile.in @@ -3,7 +3,7 @@ srcdir = @srcdir@ EXECUTABLES = all-types annota1 bitfields break \ call-ar-st call-rt-st call-strs callfuncs callfwmall \ - commands compiler condbreak constvars coremaker \ + chng-syms commands compiler condbreak constvars coremaker \ dbx-test display ending-run execd-prog exprs \ foll-exec foll-fork foll-vfork funcargs int-type interrupt jump \ langs list long_long mips_pro miscexprs nodebug opaque overlays \ |