Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 | |
gdb/ChangeLog: Update year range in copyright notice of all files. | |||||
2015-12-27 | sim: unify sim-hload | Mike Frysinger | 1 | -1/+0 | |
Pretty much all targets are using this module already, so add it to the common list of objects. The only oddball out here is cris and that's because it supports loading via an offset for all the phdrs. We drop support for that. | |||||
2015-11-16 | sim: sim-stop/sim-reason/sim-reg: move to common obj list | Mike Frysinger | 1 | -2/+0 | |
Now that all arches (for the most part) have moved over, move sim-stop.o, sim-reason.o, and sim-reg.o to the common object list and out of all the arch ports. | |||||
2015-11-15 | sim: d10v: convert to common sim engine logic | Mike Frysinger | 1 | -0/+3 | |
Now that we have access to the sim state everywhere, we can convert to the common engine logic for overall processing. This frees us up from tracking exception state ourselves. | |||||
2015-04-15 | sim: unify sim-cpu usage | Mike Frysinger | 1 | -1/+0 | |
Now that all the targets are utilizing CPU_PC_{FETCH,STORE}, and the cpu state is multicore, and the STATE_CPU defines match, we can move it all to the common code. | |||||
2015-04-06 | sim: move sim-engine.o/sim-hrw.o to the common list | Mike Frysinger | 1 | -1/+0 | |
This makes these two objects available to all sims by default. | |||||
2015-03-31 | sim: cr16/d10v: restore generated headers dep | Mike Frysinger | 1 | -0/+2 | |
While cleaning up stale make rules, one too many were deleted. The build system autogenerates static rules, but not generated files. | |||||
2015-03-30 | sim: d10v: convert to nrun | Mike Frysinger | 1 | -6/+10 | |
A lot of cpu state is stored in global variables, as is memory handling. The sim_size support needs unwinding at some point. But at least this is an improvement on the status quo. | |||||
2015-03-30 | sim: d10v: delete NEED_UI_LOOP_HOOK handling | Mike Frysinger | 1 | -2/+1 | |
This hook is used only when linked into gdb, and d10v doesn't have a gdb port anymore. Punt it. | |||||
2015-03-30 | sim: d10v: clean up misc warnings | Mike Frysinger | 1 | -3/+3 | |
2015-03-30 | sim: d10v: use common configure options | Mike Frysinger | 1 | -5/+0 | |
In preparation for converting to nrun, call the common functions that are needed. This doesn't produce any new warnings, and the generated code should be the same. | |||||
2015-03-14 | sim: make nrun the default run program | Mike Frysinger | 1 | -1/+5 | |
We want people to stop using the run.c frontend, but it's hard to notice when it's still set as the default. Lets flip things so nrun.c is the default, and users of run.c will get an error by default. We turn that error into a warning for existing sims so we don't break them -- this is mostly meant for people starting new ports. | |||||
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 | |
gdb/ChangeLog: Update year range in copyright notice of all files. | |||||
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 | |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 | |
Two modifications: 1. The addition of 2013 to the copyright year range for every file; 2. The use of a single year range, instead of potentially multiple year ranges, as approved by the FSF. | |||||
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+1 | |
gdb/ChangeLog: Copyright year update in most files of the GDB Project. | |||||
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 | |
2010-01-01 | Update copyright notices to add year 2010. | Joel Brobecker | 1 | -1/+2 | |
2009-01-14 | Update the copyright notice of some of the files I missed | Joel Brobecker | 1 | -1/+1 | |
in the previous copyright update. | |||||
2008-01-01 | Updated copyright notices for most files. | Daniel Jacobowitz | 1 | -1/+1 | |
2007-08-24 | Switch the license of all files explicitly copyright the FSF | Joel Brobecker | 1 | -5/+4 | |
to GPLv3. | |||||
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 | |
2002-06-09 | Move include/callback.h and include/remote-sim.h to include/gdb/. | Andrew Cagney | 1 | -1/+1 | |
Update accordingly. | |||||
2002-05-24 | * sim-d10v.h: Delete file. Moved to include/gdb/. | Andrew Cagney | 1 | -1/+2 | |
* sim-d10v.h: New file. Moved from include/sim-d10v.h. * Makefile.in (INCLUDE): Add "gdb/sim-d10v.h". * interp.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". * d10v-tdep.c: Include "gdb/sim-d10v.h" instead of "sim-d10v.h". * Makefile.in (sim_d10v_h): Update definition. | |||||
2001-04-15 | * Makefile.in (simops.o): Add simops.h to dependency list. | J.T. Conklin | 1 | -1/+1 | |
2000-02-22 | When SIM_HAVE_ENVIRONMENT: use sim_set_trace() to enable tracing | Andrew Cagney | 1 | -1/+1 | |
instead of sim_trace() to run the program; include support for ``-o'' option (operating environment); when a signal occurs, only continue execution when operating environment mode. Update d10v. | |||||
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -0/+1 | |
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 1 | -0/+52 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 1 | -49/+0 | |
1997-01-23 | * configure configure.in Makefile.in: Update to new configure | Stu Grossman | 1 | -138/+12 | |
scheme which is more compatible with WinGDB builds. * configure.in: Improve comment on how to run autoconf. * configure: Re-run autoconf to get new ../common/aclocal.m4. * Makefile.in: Use autoconf substitution to install common makefile fragment. | |||||
1996-10-16 | Make read/write memory functions inlined | Michael Meissner | 1 | -5/+6 | |
1996-09-18 | Make exit/stop return correct exit value; Add line number tracing. | Michael Meissner | 1 | -1/+2 | |
1996-09-11 | fix typo | Michael Meissner | 1 | -2/+2 | |
1996-09-04 | Second pass at canadian cross | Michael Meissner | 1 | -9/+20 | |
1996-09-04 | First cut at dealing with canadian crosses; make -t in debugger set ↵ | Michael Meissner | 1 | -12/+22 | |
d10v_debug if DEBUG | |||||
1996-09-04 | More debug support; Enable -t/-v to work correctly; Add --enable-sim-cflags ↵ | Michael Meissner | 1 | -8/+11 | |
configure switch | |||||
1996-08-29 | Wed Aug 28 17:33:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -5/+5 | |
* Makefile.in, d10v_sim.h, interp.c: Fix byte-order problems. | |||||
1996-08-02 | Thu Aug 1 17:05:24 1996 Martin M. Hunt <hunt@pizza.cygnus.com> | Martin Hunt | 1 | -0/+149 | |
* ChangeLog, Makefile.in, configure, configure.in, d10v_sim.h, gencode.c, interp.c, simops.c: Created. |