aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-17import gdb-1999-11-16 snapshotJason Molenda1-12/+3
1999-10-05import gdb-1999-10-04 snapshotJason Molenda1-1/+1
1999-09-09import gdb-1999-09-08 snapshotStan Shebs1-10/+30
1999-08-09import gdb-1999-08-09 snapshotJason Molenda1-46/+2
1999-07-07import gdb-1999-07-07 post reformatJason Molenda1-109/+110
1999-07-05import gdb-1999-07-05 snapshotJason Molenda1-8/+2
1999-05-25import gdb-1999-05-25 snapshotJason Molenda1-0/+2
1999-04-26import gdb-19990422 snapshotStan Shebs1-2/+7
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1003
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1003/+0
1999-01-191999-01-19 Fernando Nasser <fnasser@totem.to.cygnus.com>Fernando Nasser1-1/+3
1998-12-28hp merge changes -- too numerous to mention here; see ChangeLog andDavid Taylor1-5/+27
1998-12-13CARP:Andrew Cagney1-5/+4
1998-12-10CARP:Andrew Cagney1-3/+3
1998-11-25CARP: --enable-build-warnings=-Werror: Fix problems stopping GDB beingAndrew Cagney1-2/+2
1998-10-01Replace "exec" with "executable" in messages.Andrew Cagney1-1/+1
1998-09-09Merges from SKY branch:Ron Unrau1-2/+2
1998-08-12* Handle the possibility that some simulator commands may modify registerFrank Ch. Eigler1-0/+4
1998-06-16 * dbxread.c: reset function_start_offset after a finishing N_FUNRon Unrau1-0/+5
1998-05-21Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>John Metzler1-42/+45
1998-02-23Specify correct values for REGISTER_RAW_SIZE.Andrew Cagney1-2/+9
1998-02-17Pass REGISTER_RAW_SIZE to sim_{fetch,store}_register. Verify returnedAndrew Cagney1-6/+12
1998-02-06When starting a new simulator run, ensure proceed status is cleared.Andrew Cagney1-0/+2
1997-12-16 * remote-sim.c (gdbsim_open): Use "--architecture" instead ofJeff Law1-2/+2
1997-12-15When using sigaction() to install cntrl-c handler do not also use signal().Andrew Cagney1-2/+1
1997-12-15(Mostly from Gavin Koch)Andrew Cagney1-0/+12
1997-11-27 * remote-sim.c (gdbsim_cntrl_c): Lose ANSI prototype.Jeff Law1-1/+2
1997-09-30 * mips-tdep.c (set_reg_offset): New function.Mark Alexander1-1/+1
1997-09-26 * config/mips-tm-mips.h (mips_extra_func_info): New frame_adjustMark Alexander1-1/+1
1997-09-25 * The following block of changes add support for debugging assemblyStu Grossman1-2/+51
1997-08-28New commands ``set architecture'', ``show architecture'' and ``infoAndrew Cagney1-1/+12
1997-08-27Only pass endianess to simulator when explicitly set by user with setAndrew Cagney1-8/+23
1997-08-27Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1-19/+26
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney1-1/+1
1997-06-13 * config/i386/nm-linux.h: Enable prototypes that were #ifdef out.Fred Fish1-0/+5
1997-06-06sim_kill() isn't used.Andrew Cagney1-1/+2
1997-05-22Restrict simulator commands to an enabled simulator.Andrew Cagney1-8/+17
1997-05-20Depreciate sim_set_callbacks() function. Set simulator callbacksAndrew Cagney1-5/+3
1997-05-08Part II of getting GdbTk's stop button to always work.Andrew Cagney1-26/+29
1997-04-18 * remote-sim.c (gdbsim_open): Only pass -E to sim_open ifDavid Edelsohn1-3/+8
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-9/+79
1997-04-17 * remote-sim.c (gdbsim_load): Update call to sim_load.David Edelsohn1-12/+11
1997-04-02 * remote-sim.c (gdbsim_open): Check return code from sim_open.David Edelsohn1-3/+3
1997-03-28Fix faulty assumption that va_list is a pointer typeMichael Meissner1-8/+8
1997-03-22 * remote-sim.c (simulator_command): Add comment about dealing withFred Fish1-1/+2
1997-03-21 * remote-sim.c (gdb_os_vprintf_filtered): Fix to work with non-ANSIJeff Law1-2/+4
1997-03-17* remote-sim.h: Delete - moved to ../include/remote-sim.h.Andrew Cagney1-0/+87
1997-03-13 * remote-sim.h (sim_state, SIM_DESC): New types.David Edelsohn1-21/+44
1997-02-18 * remote-sim.c (init_callbacks): Undo previous change.Mark Alexander1-3/+1
1997-02-18 * maint.c: Fix dereference of pointer.Dawn Perchik1-1/+3