aboutsummaryrefslogtreecommitdiff
path: root/include/callback.h
AgeCommit message (Collapse)AuthorFilesLines
1997-08-14Undo last change, add comment saying why I think I was wrong.David Edelsohn1-4/+10
1997-08-14 * callback.h (cb_printf, cb_eprintf): Declare.David Edelsohn1-0/+4
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-0/+11
o Provide poll_quit callback to simulators so that they can poll for SIGINT on clueless OS's. o Add sim_stop to simulators so that clients can request a halt (eg gdbtk's STOP button) Works for PPC! o Re-arange remote-sim.c so that the hard work is moved from gdbsim_resume() to gdbsim_wait() (where it should be).
1997-04-17Tweak comment.David Edelsohn1-2/+1
1997-03-28Fix faulty assumption that va_list is a pointer typeMichael Meissner1-2/+11
1997-03-13Add copyright, tweak some comments.David Edelsohn1-2/+24
1997-03-12Extend callback interface to support vprintf, flush and error printing.Andrew Cagney1-1/+9
Corresponding change for gdb directory can be checked in later.
1996-12-09 * callback.h (host_callback): New member `error'.David Edelsohn1-2/+6
1996-11-20 * callback.h: New file, moved here from gdb.David Edelsohn1-0/+56