summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/sigstep.c
Commit message (Collapse)AuthorAgeFilesLines
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
|
* 2004-08-25 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-08-251-21/+32
| | | | | | | | * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler) (skip_over_handler, breakpoint_over_hander): New test procedures. (advance, advancei): Add a proper prefix, do not use rerun_to_main. * gdb.base/sigstep.c (main): Change to use an infinite loop.
* 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-08-051-0/+1
| | | | | | | | * gdb.base/freebpcmd.c: Include <stdio.h>. * gdb.base/long_long.c: Include <string.h>. * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>. * gdb.base/siginfo.c: Include <string.h>. * gdb.base/sigstep.c: Include <string.h>.
* 2004-04-21 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-04-211-0/+56
* gdb.base/sigstep.c: New file. * gdb.base/sigstep.exp: New file.