aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-module.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-18sim: info: convert verbose field to a boolMike Frysinger1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04sim: reorder header includesMike Frysinger1-4/+4
2021-06-30sim: move scache init to dynamic modules.cMike Frysinger1-3/+0
2021-06-30sim: move profile init to dynamic modules.cMike Frysinger1-3/+0
2021-06-30sim: move trace init to dynamic modules.cMike Frysinger1-3/+0
2021-06-30sim: move engine init to dynamic modules.cMike Frysinger1-1/+0
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-1/+3
2021-05-04sim: hw: localize init callbackMike Frysinger1-7/+0
2021-05-01sim: dv-sockser: localize init callbackMike Frysinger1-9/+0
2021-05-01sim: add framework for declaring init callbacks locallyMike Frysinger1-15/+36
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-19sim: add some stdlib.h includesSimon Marchi1-0/+2
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-30sim: simplify STATE_MY_NAME setupMike Frysinger1-3/+1
2015-12-25sim: drop WITH_ENGINE defineMike Frysinger1-2/+0
2015-12-25sim: sim-model: build for everyoneMike Frysinger1-2/+0
2015-12-24sim: cris: move option install to sim_openMike Frysinger1-4/+0
2015-12-24sim: enable watchpoint module everywhereMike Frysinger1-2/+0
2015-12-24sim: delete SIM_HAVE_FLATMEM supportMike Frysinger1-3/+0
2015-06-12sim: trace: add WITH_TRACE_ANY_P helperMike Frysinger1-1/+1
2015-03-15sim: dv-sockser: push module init prototype downMike Frysinger1-0/+10
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-2/+1
2011-02-14sim: punt zfree()Mike Frysinger1-6/+6
2011-01-12sim: check asprintf return valuesMike Frysinger1-1/+2
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/+2
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-5/+4
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2003-02-20Index: include/gdb/ChangeLogAndrew Cagney1-4/+3
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+399
1999-04-16Initial creation of sourceware repositoryStan Shebs1-399/+0
1999-01-06 * Make-common.in (CGEN_INCLUDE_DEPS): Add cgen-defs.h, cgen-engine.h.Doug Evans1-10/+6
1998-05-21* sim-hw.c: Include ctype.h.Andrew Cagney1-1/+12
1998-03-27Define CPU_INDEX. Initialize.Andrew Cagney1-1/+6
1998-02-28 * sim-module.c (*): Fix typos in assertion tests.Doug Evans1-11/+11
1998-02-28Pacify GCC: const char * passed to asprintf; int function returningAndrew Cagney1-1/+1
1998-02-28Add generic sim-info.c:sim_info() function using module mechanism.Andrew Cagney1-15/+138
1998-02-27 * sim-base.h (sim_cpu_base): New members name, options.Doug Evans1-0/+11
1998-02-25delete FIXMEDoug Evans1-4/+11