aboutsummaryrefslogtreecommitdiff
path: root/include/callback.h
AgeCommit message (Collapse)AuthorFilesLines
1997-12-01 * callback.h (CB_SYSCALL): Comment out arg names in prototypes.Doug Evans1-4/+6
1997-11-26Use names for all prototype argumentsMichael Meissner1-2/+2
1997-11-26 * callback.h (CB_SYSCALL): Change byte count arguments toDoug Evans1-3/+23
{read,write}_mem to `int'. New member `magic'. (CB_SYSCALL_MAGIC,CB_SYSCALL_INIT): New macros.
1997-11-25 * callback.h (struct stat): Move forward decl up.Doug Evans1-14/+21
(host_callback): Pass stat struct pointer to stat,fstat. (CB_SYS_nnn): Reorganize. (CB_SYSCALL): New members p1,p2. (cb_host_to_target_stat): Delete fourth arg.
1997-11-17 * callback.h (CB_TARGET_DEFS_MAP): Renamed from target_defs_map.Doug Evans1-27/+149
(host_callback): Add stat, fstat, syscall_map, errno_map, open_map, signal_map, stat_map. (errn_map,open_map): Renamed to cb_init_foo_map. (cb_host_to_target_errno,cb_target_to_host_open): Renamed from host_to_target_errno,target_to_host_open. (cb_read_target_syscall_maps): Add prototype. (cb_target_to_host_syscall): Likewise. (cb_host_to_target_stat): Likewise. (cb_syscall): Likewise. (CB_SYS_{exit,open,close,read,write,lseek,unlink,getpid,kill,fstat, argvlen,argv,chdir,stat,chmod,utime,time}): Define. (CB_SYSCALL): New type. (CB_RC): New enum.
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