aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-events.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-03sim: convert to bfd_endianMike Frysinger1-6/+6
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-06-23sim: common: replace SIM_FILTER_PATH with lbasenameMike Frysinger1-5/+2
2015-06-11sim: trace: centralize the system tracingMike Frysinger1-6/+3
2015-06-09Fix spelling mistakes in sim/common/sim-events.c error messages.Mike Stump1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-05-11sim: fix func call style (space before paren)Mike Frysinger1-35/+35
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-17/+17
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2002-11-232002-11-22 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-19/+22
2002-06-17* sim-memopt.c: Include <unistd.h>.Andrew Cagney1-0/+1
2002-02-102002-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-3/+3
2000-07-272000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>Andrew Cagney1-0/+13
2000-04-28Provide more detailed traces of the event queue.Andrew Cagney1-0/+21
1999-04-26import gdb-19990422 snapshotStan Shebs1-21/+0
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1188
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1186/+0
1998-12-30* eCos->devo mergeFrank Ch. Eigler1-50/+149
1997-11-11 * sim-events.c (sim_events_process): Re-compute the time -Andrew Cagney1-0/+1
1997-11-06Fix computation of sim_events_time when sim_events_slip is loosing it.Andrew Cagney1-34/+22
1997-10-24Add function sim_events_slip()Andrew Cagney1-16/+46
1997-09-12Add profiling support to v850*.Andrew Cagney1-3/+10
1997-09-03Add support for suspending/resumeing the simulator in sim-modules.Andrew Cagney1-4/+47
1997-08-30Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1-2/+2
1997-05-27Fix watching PC for 64bit (mips) target.Andrew Cagney1-42/+137
1997-05-27Extend xor-endian and per-cpu support in core module.Andrew Cagney1-4/+14
1997-05-21Watchpoint interface.Andrew Cagney1-132/+190
1997-05-19o Implement generic halt/restart/abort module.Andrew Cagney1-160/+615
1997-04-18Ref gdb/11763 - can't stop a running simulator:Andrew Cagney1-0/+400