aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-memopt.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16sim: assume sys/stat.h always exists (via gnulib)Mike Frysinger1-2/+0
2023-01-16sim: formally assume unistd.h always exists (via gnulib)Mike Frysinger1-2/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-02-16sim/common: Improve sim_dump_memory head commentHans-Peter Nilsson1-1/+2
2022-02-14sim: Add sim_dump_memory for debuggingHans-Peter Nilsson1-0/+10
2022-01-06sim: common: migrate to standard uintXX_t typesMike Frysinger1-4/+4
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04sim: reorder header includesMike Frysinger1-9/+9
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-1/+2
2021-01-11sim: clean up C11 header includesMike Frysinger1-10/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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-09sim: drop common/cconfig.h in favor of a single config.hMike Frysinger1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-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-2/+1
2011-05-11sim: fix func call style (space before paren)Mike Frysinger1-2/+2
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-4/+4
2011-02-14sim: punt zfree()Mike Frysinger1-4/+4
2011-01-11sim: allow memory maps to default to mapped filesMike Frysinger1-10/+30
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-15sim: add --map-info optionMike Frysinger1-1/+44
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+2
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-5/+4
2007-08-10* sim-memopt.c (memory_options): Mention that the memory-size switch accepts ...Nick Clifton1-4/+21
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2002-06-17* sim-memopt.c: Include <unistd.h>.Andrew Cagney1-1/+4
2001-03-20* mmap support for common simulatorsFrank Ch. Eigler1-10/+117
1999-04-26import gdb-19990422 snapshotStan Shebs1-3/+4
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+471
1999-04-16Initial creation of sourceware repositoryStan Shebs1-459/+0
1999-01-26* Update copyright year.Frank Ch. Eigler1-1/+1
1999-01-26* Implement --memory-fill and fix --memory-clear options,Frank Ch. Eigler1-26/+98
1998-03-03Fix typos.Doug Evans1-2/+2
1998-02-27 * sim-base.h (sim_cpu_base): New members name, options.Doug Evans1-11/+8
1997-10-31Make memory regions layered (just like existing device regions) soAndrew Cagney1-49/+116
1997-09-04Finish implementation of sim-memopt.Andrew Cagney1-48/+110
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney1-0/+261