aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/sigrepeat.exp
AgeCommit message (Collapse)AuthorFilesLines
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-23 Switch the license of all .exp files to GPLv3.Joel Brobecker1-5/+4
Switch the license of all .f and .f90 files to GPLv3. Switch the license of all .s and .S files to GPLv3.
2007-01-23From Nick Hudson:Daniel Jacobowitz1-1/+1
* target.c (update_current_target): Correct typo. * gdb.base/sigrepeat.exp: Correct error message.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2005-06-29 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type forAndreas Schwab1-1/+1
main to avoid warnings. * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
2005-01-24Index: ChangeLogAndrew Cagney1-0/+62
2005-01-24 Andrew Cagney <cagney@gnu.org> * infrun.c (handle_inferior_event): Handle back-to-back and nested signals where the step_resume_breakpoint may have already been inserted. Index: testsuite/ChangeLog 2005-01-24 Andrew Cagney <cagney@gnu.org> * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.