summaryrefslogtreecommitdiff
path: root/sim/common/sim-memopt.c
Commit message (Expand)AuthorAgeFilesLines
* sim: assume sys/stat.h always exists (via gnulib)Mike Frysinger2023-01-161-2/+0
* sim: formally assume unistd.h always exists (via gnulib)Mike Frysinger2023-01-161-2/+0
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* sim/common: Improve sim_dump_memory head commentHans-Peter Nilsson2022-02-161-1/+2
* sim: Add sim_dump_memory for debuggingHans-Peter Nilsson2022-02-141-0/+10
* sim: common: migrate to standard uintXX_t typesMike Frysinger2022-01-061-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* sim: reorder header includesMike Frysinger2021-12-041-9/+9
* sim: switch config.h usage to defs.hMike Frysinger2021-05-161-1/+2
* sim: clean up C11 header includesMike Frysinger2021-01-111-10/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* sim: drop common/cconfig.h in favor of a single config.hMike Frysinger2016-01-091-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* sim: fix func call style (space before paren)Mike Frysinger2011-05-111-2/+2
* sim: common: trim trailing whitespaceMike Frysinger2011-03-151-4/+4
* sim: punt zfree()Mike Frysinger2011-02-141-4/+4
* sim: allow memory maps to default to mapped filesMike Frysinger2011-01-111-10/+30
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* sim: add --map-info optionMike Frysinger2010-12-151-1/+44
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+2
* Update the copyright notice of some of the files I missedJoel Brobecker2009-01-141-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all files explicitly copyright the FSFJoel Brobecker2007-08-241-5/+4
* * sim-memopt.c (memory_options): Mention that the memory-size switch accepts ...Nick Clifton2007-08-101-4/+21
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * sim-memopt.c: Include <unistd.h>.Andrew Cagney2002-06-171-1/+4
* * mmap support for common simulatorsFrank Ch. Eigler2001-03-201-10/+117
* import gdb-19990422 snapshotStan Shebs1999-04-261-3/+4
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+471
* Initial creation of sourceware repositoryStan Shebs1999-04-161-459/+0
* * Update copyright year.Frank Ch. Eigler1999-01-261-1/+1
* * Implement --memory-fill and fix --memory-clear options,Frank Ch. Eigler1999-01-261-26/+98
* Fix typos.Doug Evans1998-03-031-2/+2
* * sim-base.h (sim_cpu_base): New members name, options.Doug Evans1998-02-271-11/+8
* Make memory regions layered (just like existing device regions) soAndrew Cagney1997-10-311-49/+116
* Finish implementation of sim-memopt.Andrew Cagney1997-09-041-48/+110
* o Add modulo argument to sim_core_attachAndrew Cagney1997-09-041-0/+261