| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Restrict simulator commands to an enabled simulator. | Andrew Cagney | 1997-05-22 | 1 | -8/+17 |
* | Depreciate sim_set_callbacks() function. Set simulator callbacks | Andrew Cagney | 1997-05-20 | 1 | -5/+3 |
* | Part II of getting GdbTk's stop button to always work. | Andrew Cagney | 1997-05-08 | 1 | -26/+29 |
* | * remote-sim.c (gdbsim_open): Only pass -E to sim_open if | David Edelsohn | 1997-04-18 | 1 | -3/+8 |
* | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 1997-04-18 | 1 | -9/+79 |
* | * remote-sim.c (gdbsim_load): Update call to sim_load. | David Edelsohn | 1997-04-17 | 1 | -12/+11 |
* | * remote-sim.c (gdbsim_open): Check return code from sim_open. | David Edelsohn | 1997-04-02 | 1 | -3/+3 |
* | Fix faulty assumption that va_list is a pointer type | Michael Meissner | 1997-03-28 | 1 | -8/+8 |
* | * remote-sim.c (simulator_command): Add comment about dealing with | Fred Fish | 1997-03-22 | 1 | -1/+2 |
* | * remote-sim.c (gdb_os_vprintf_filtered): Fix to work with non-ANSI | Jeff Law | 1997-03-21 | 1 | -2/+4 |
* | * remote-sim.h: Delete - moved to ../include/remote-sim.h. | Andrew Cagney | 1997-03-17 | 1 | -0/+87 |
* | * remote-sim.h (sim_state, SIM_DESC): New types. | David Edelsohn | 1997-03-13 | 1 | -21/+44 |
* | * remote-sim.c (init_callbacks): Undo previous change. | Mark Alexander | 1997-02-18 | 1 | -3/+1 |
* | * maint.c: Fix dereference of pointer. | Dawn Perchik | 1997-02-18 | 1 | -1/+3 |
* | * remote-sim.c (gdbsim_open_p): New static local. | David Edelsohn | 1996-12-30 | 1 | -1/+20 |
* | * remote-sim.h: Update some comments. | David Edelsohn | 1996-12-09 | 1 | -6/+43 |
* | * callback.h: Deleted, moved to ../include. | David Edelsohn | 1996-11-20 | 1 | -7/+95 |
* | * remote-sim.c (simulator_command): Set up callbacks before | Stan Shebs | 1996-11-08 | 1 | -3/+7 |
* | * defs.h: Define CONST_PTR as blank if compiling with Microsoft | Stu Grossman | 1996-08-13 | 1 | -1/+38 |
* | * coffread.c (coff_symtab_read): Handle C_LABEL symbols like | Jeff Law | 1996-05-15 | 1 | -0/+3 |
* | Moved the "sim_open" call to after the callback initialisation. This | Jackie Smith Cashion | 1995-11-06 | 1 | -1/+2 |
* | Modify last patch based on advice from Stu. | Jim Wilson | 1995-10-07 | 1 | -3/+4 |
* | Changes to make the simulator work again. | Jim Wilson | 1995-10-06 | 1 | -0/+4 |
* | Thu Sep 28 14:32:11 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-09-29 | 1 | -22/+1 |
* | Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-09-20 | 1 | -2/+2 |
* | Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com> | Steve Chamberlain | 1995-09-20 | 1 | -0/+19 |
* | * remote-sim.c (gdbsim_create_inferior): Back out change that | Stu Grossman | 1995-09-15 | 1 | -6/+0 |
* | Sun Sep 10 10:24:48 1995 Michael Tiemann <tiemann@axon.cygnus.com> | Michael Tiemann | 1995-09-10 | 1 | -0/+6 |
* | Update FSF address. | Fred Fish | 1995-08-02 | 1 | -1/+1 |
* | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1995-08-01 | 1 | -1/+1 |
* | * inftarg.c (child_thread_alive): New function to see if a | Jeff Law | 1995-07-13 | 1 | -0/+1 |
* | * config/h8300/h8300.mt: Renamed from h8300hms.mt. | Stan Shebs | 1995-07-01 | 1 | -25/+55 |
* | * corelow.c, exec.c, inftarg.c, m3-nat.c, op50-rom.c, procfs.c, | Stu Grossman | 1994-11-03 | 1 | -0/+1 |
* | (gdbsim_ops): Set `to_insert_breakpoint' and `to_remove_breakpoint' fields. | David Edelsohn | 1994-08-10 | 1 | -1/+2 |
* | * remote-sim.h (sim_verbose): Delete. | David Edelsohn | 1994-05-18 | 1 | -25/+22 |
* | * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes. | Jim Kingdon | 1994-01-06 | 1 | -1/+1 |
* | * target.h: Add enum target_waitkind, enum target_signal, and | Jim Kingdon | 1994-01-04 | 1 | -10/+26 |
* | How many times do I have to do this... | Steve Chamberlain | 1993-11-15 | 1 | -57/+1 |
* | Change the stream argument to _filtered to GDB_FILE *. | Thomas Lord | 1993-11-01 | 1 | -1/+1 |
* | * remote-sim.c (gdbsim_store_register): Change var name so | Steve Chamberlain | 1993-10-29 | 1 | -4/+4 |
* | * remote-sim.h (SIM_ADDR): New type (same as CORE_ADDR). | David Edelsohn | 1993-10-26 | 1 | -2/+4 |
* | * remote-sim.h (sim_stop): New enum. | David Edelsohn | 1993-10-23 | 1 | -1/+6 |
* | * breakpoint.c (breakpoint_thread_match break_command_1): | Stu Grossman | 1993-10-16 | 1 | -1/+2 |
* | fix unterminated character string | David D. Zuhn | 1993-10-12 | 1 | -1/+1 |
* | * osfsolib.c, remote-sim.c, remote.c, solib.c, xcoffexec.c, | Fred Fish | 1993-10-08 | 1 | -1/+1 |
* | * config/h8300/tm-h8300.h: Don't define sr_get_debug. | Jim Kingdon | 1993-10-08 | 1 | -1/+2 |
* | * h8300-tdep.c (sim_load, sim_kill, sim_open, sim_set_args): | Steve Chamberlain | 1993-10-07 | 1 | -7/+1 |
* | * remote-sim.h: New file. | Jim Kingdon | 1993-09-17 | 1 | -135/+317 |
* | * gdbcore.h: New variable gnutarget. | Jim Kingdon | 1993-08-09 | 1 | -1/+1 |
* | Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com) | Stu Grossman | 1993-08-02 | 1 | -1/+1 |