aboutsummaryrefslogtreecommitdiff
path: root/gdb/stop-gdb.c
AgeCommit message (Collapse)AuthorFilesLines
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+1
2000-07-30Protoization.Kevin Buettner1-3/+1
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-24/+25
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+110
1999-04-16Initial creation of sourceware repositoryStan Shebs1-110/+0
1995-08-02Update FSF address.Fred Fish1-1/+1
1994-06-16 * fork-child.c (startup_inferior) [STARTUP_INFERIOR]: If defined,Stan Shebs1-0/+110
call it instead of doing normal loop. * infcmd.c (attach_command): Don't call wait_for_inferior if running Mach 3. * infrun.c (proceed) [PREPARE_TO_PROCEED]: If defined, call hook that can decide whether to step over the next breakpoint. * utils.c (wrap_here): Abort if wrap_buffer not allocated. (request_quit) [REQUEST_QUIT]: If defined, call it instead of doing normal quit. * Makefile.in (stop-gdb): New target. * stop-gdb.c: New file, utility to get attention of waiting GDBs in Mach 3.