aboutsummaryrefslogtreecommitdiff
path: root/gdb/cadillac.c
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositoryStan Shebs1-0/+0
1992-12-08recording file deathK. Richard Pixley1-1474/+0
1992-06-27 * sparc-pinsn.c: Use <string.h> rather than "string.h", forFred Fish1-2/+2
consistency with all other gdb files. * cadillac.c: Use <string.h> rather than <strings.h>. * cadillac.c (kernel_dispatch): Convert rindex usage to strrchr. * Makefile.in (MAKE): Remove definition for consistency with other Makefile.in files and to fix problem with recursive makes.
1992-06-24 * cadillac.c (kernel_dispatch): Make return type void.Fred Fish1-2/+3
* cadillac.c (iosig): Signal handlers take one int arg.
1992-06-23Call setsid() when establishing new controlling terminal.Stu Grossman1-0/+1
1992-06-23* Centralize all Cadillac interface defs into defs.h.Stu Grossman1-27/+40
* Use prototypes for all interface routines (fix bugs found as a result of doing so). * Make full_filename more robust in the face of null dirname/filenames. * Get pty at startup instead of at child creation time. Put GDB descriptors 0, 1 and 2 on it so that we can see the output of shell commands. * Get rid of prompt(), use print_prompt() instead. Fixes loads of stupid prompting problems.
1992-06-11Latest and greatest, many bug fixes, value annotations, stack frameStu Grossman1-122/+651
annotations, etc...
1992-04-06*** empty log message ***Stu Grossman1-136/+780
1992-03-09Interface routines for Lucid's tool protocol.Stu Grossman1-0/+286