Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1997-12-01 | * callback.h (CB_SYSCALL): Comment out arg names in prototypes. | Doug Evans | 1 | -4/+6 | |
1997-11-26 | Use names for all prototype arguments | Michael Meissner | 1 | -2/+2 | |
1997-11-26 | * callback.h (CB_SYSCALL): Change byte count arguments to | Doug Evans | 1 | -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 Evans | 1 | -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 Evans | 1 | -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-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 | |