Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-08-14 | Undo last change, add comment saying why I think I was wrong. | David Edelsohn | 1 | -4/+10 | |
1997-08-14 | * callback.h (cb_printf, cb_eprintf): Declare. | David Edelsohn | 1 | -0/+4 | |
1997-04-18 | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 1 | -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-17 | Tweak comment. | David Edelsohn | 1 | -2/+1 | |
1997-03-28 | Fix faulty assumption that va_list is a pointer type | Michael Meissner | 1 | -2/+11 | |
1997-03-13 | Add copyright, tweak some comments. | David Edelsohn | 1 | -2/+24 | |
1997-03-12 | Extend callback interface to support vprintf, flush and error printing. | Andrew Cagney | 1 | -1/+9 | |
Corresponding change for gdb directory can be checked in later. | |||||
1996-12-09 | * callback.h (host_callback): New member `error'. | David Edelsohn | 1 | -2/+6 | |
1996-11-20 | * callback.h: New file, moved here from gdb. | David Edelsohn | 1 | -0/+56 | |