aboutsummaryrefslogtreecommitdiff
path: root/gdb/energize.h
AgeCommit message (Collapse)AuthorFilesLines
1999-04-16Initial creation of sourceware repositoryStan Shebs1-0/+0
1995-05-11Blasting old junkStan Shebs1-92/+0
1992-09-25* remote.c (remote_wait): Make regs be char to avoid picayuneStu Grossman1-7/+11
ANSI compiler warnings. * energize.h: Move all external struct decls to inside of __STDC__, add prototype for energize_shell_wait(). * energize.c (getpty): Clean up, make us really get a controlling terminal. * (energize_initialize): Disable SIGIO prior to setting up for I/O interrupts. Move setsid(), et. al. to getpty(). * (energize_shell_wait): New routine to wait for things started via the shell command, uses wait() instead of /dev/proc. * Also, add prototype for execute_command_1().
1992-07-05* cadillac.c, cadillac-patches: Rename to energize.c andStu Grossman1-0/+88
energize-patches. Change all routines and variables named 'cadillac*' to 'energize*'. Create new file called energize.h to hold all interface declarations.