aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-utils.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04sim: include stdarg.h when usedMike Frysinger1-0/+1
2021-12-04sim: reorder header includesMike Frysinger1-4/+4
2021-11-16sim: keep track of program environment stringsMike Frysinger1-0/+1
2021-11-15sim: run: add --argv0 option to control argv[0]Mike Frysinger1-0/+1
2021-11-15sim: split program path out of argv vectorMike Frysinger1-0/+1
2021-10-30sim: fix compilation on mingw64 [PR sim/28476]Orgad Shaneh1-3/+2
2021-05-17sim: fully merge sim_state_base into sim_stateMike Frysinger1-2/+0
2021-05-17sim: invert sim_state storageMike Frysinger1-2/+7
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-0/+3
2021-04-22Do not check for sys/time.h or sys/times.hTom Tromey1-2/+0
2021-01-11sim: clean up C11 header includesMike Frysinger1-13/+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-12-04sim-utils.c: prevent buffer overflow.Pavel I. Kryukov1-4/+4
2019-09-19bfd_section_* macrosAlan Modra1-3/+3
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-04sim: use STATE_MAGIC helperMike Frysinger1-1/+1
2016-01-02sim: delete dead current_state globalsMike Frysinger1-4/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-22sim: sim_do_commandf: fix call to va_end [PR sim/19273]Mike Frysinger1-2/+7
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-03-05sim: constify prog_nameMike Frysinger1-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-03-15sim: common: trim trailing whitespaceMike Frysinger1-4/+2
2011-02-14sim: punt zfree()Mike Frysinger1-7/+1
2011-01-12sim: check asprintf return valuesMike Frysinger1-1/+6
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-03-30sim: fix printf format warning about non-string literalMike Frysinger1-1/+1
2010-03-30sim: convert old style function definitionsMike Frysinger1-7/+3
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+2
2009-03-19From: J"orn Rennecke <joern.rennecke@arc.com> (tiny change)Joel Brobecker1-4/+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-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2002-02-102002-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-1/+1
2001-04-25* thanks, nickcFrank Ch. Eigler1-0/+2
2001-04-21Revert call to bfd_cache_close().Andrew Cagney1-2/+0
2001-04-19* bug fixFrank Ch. Eigler1-0/+2
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+411
1999-04-16Initial creation of sourceware repositoryStan Shebs1-285/+0
1998-02-27 * sim-base.h (sim_cpu_base): New members name, options.Doug Evans1-11/+27
1998-01-19 * sim-utils.c (sim_state_alloc): Delete setting of cpu backlink here.Doug Evans1-0/+29
1997-09-05Add sim_do_commandf - printf version of sim_do_command.Andrew Cagney1-0/+17
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney1-4/+4