Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-06-09 | Move include/callback.h and include/remote-sim.h to include/gdb/. | Andrew Cagney | 1 | -2/+2 | |
Update accordingly. | |||||
2002-01-04 | * bits.c (LSMASKED64): New inline function. | Matthew Green | 1 | -1/+1 | |
(LSEXTRACTED64): Likewise. * bits.h (_LSB_POS, _LSMASKn, LSMASK64): New macros from sim/common/sim-bits.h (LSMASKED64, LSEXTRACTED64): New functions definitions. * Makefile.in (sim-bits.o): Remove target. * main.c (zalloc): Fix typo in error message. | |||||
2001-12-15 | * main.c: Include "defs.h", "bfd.h", "callback.h" and "remote-sim.h". | Matthew Green | 1 | -0/+20 | |
(sim_io_error): New function. * sim_calls.c: (sim_io_error): New function. | |||||
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+318 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -312/+0 | |
1997-04-18 | Ref gdb/11763 - can't stop a running simulator: | Andrew Cagney | 1 | -1/+20 | |
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-01-27 | January 23rd merge | Michael Meissner | 1 | -13/+42 | |
1996-08-06 | 7/30 release from Andrew | Michael Meissner | 1 | -14/+133 | |
1996-02-22 | Add input support; at end of user writes, call fflush | Michael Meissner | 1 | -48/+21 | |
1995-11-28 | Add determining when we do not have enough writeback slots; Do not do model ↵ | Michael Meissner | 1 | -1/+2 | |
specific handling if not printing out the information | |||||
1995-11-13 | checkpoint | Michael Meissner | 1 | -1/+1 | |
1995-11-12 | Add support for setting model name and other things | Michael Meissner | 1 | -1/+5 | |
1995-11-08 | first stage in function unit support; add new switches & latest code from andrew | Michael Meissner | 1 | -6/+15 | |
1995-11-02 | Use autoconf correctly; provide more stats with -I | Michael Meissner | 1 | -2/+12 | |
1995-11-02 | Andrew's latest changes & print all instruction counts if -I | Michael Meissner | 1 | -30/+10 | |
1995-10-26 | Fix SWAP_8 and optimize it; print out the failing address if a signal is ↵ | Michael Meissner | 1 | -11/+19 | |
issued for non-gdb runs | |||||
1995-10-02 | update usage message | Michael Meissner | 1 | -1/+1 | |
1995-10-02 | Add support to count the number of instructions issued. | Michael Meissner | 1 | -1/+8 | |
1995-10-02 | Add switch processing in gdb. | Michael Meissner | 1 | -1/+2 | |
1995-10-01 | Match standalone printf_filtered to gdb prototype. | Michael Meissner | 1 | -10/+17 | |
1995-09-21 | enhance OEA behavior. | Michael Meissner | 1 | -0/+145 | |