Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-03-28 | sim/common: Fix warnings: "warning: implicit declaration of function..." | Stafford Horne | 1 | -0/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-01-10 | sim: move many common settings from CPPFLAGS to config.h | Mike Frysinger | 1 | -2/+0 |
2016-01-06 | sim: sim_{create_inferior,open,parse_args}: constify argv/env slightly | Mike Frysinger | 1 | -1/+1 |
2016-01-04 | sim: parse_args: polish getopt error message | Mike Frysinger | 1 | -1/+1 |
2016-01-03 | sim: parse_args: display getopt error ourselves | Mike Frysinger | 1 | -1/+27 |
2016-01-03 | sim: use libiberty countargv in more places | Mike Frysinger | 1 | -2/+1 |
2016-01-03 | sim: convert to bfd_endian | Mike Frysinger | 1 | -4/+4 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-24 | sim: make LMA loading the default for all targets | Mike Frysinger | 1 | -9/+1 |
2015-12-24 | sim: h8300: move h8300-specific options out of common code | Mike Frysinger | 1 | -29/+0 |
2015-12-24 | sim: delete SIM_HAVE_FLATMEM support | Mike Frysinger | 1 | -38/+0 |
2015-04-13 | sim: options: add --version support | Mike Frysinger | 1 | -0/+11 |
2015-02-03 | sim: Call freeargv() when failure occurs | Chen Gang | 1 | -1/+4 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-03-10 | sim: constify arg to sim_do_command | Mike Frysinger | 1 | -1/+1 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-09-03 | sim: mark complete_option_list args const to fix build warnings | Mike Frysinger | 1 | -1/+1 |
2013-03-15 | gdb: | Steve Ellcey | 1 | -1/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-05-27 | sim: fix minor --sysroot mem leak | Mike Frysinger | 1 | -3/+7 |
2011-05-11 | sim: fix func call style (space before paren) | Mike Frysinger | 1 | -1/+1 |
2011-04-15 | gdb: sim: add style fixes lost between git->cvs | Mike Frysinger | 1 | -0/+1 |
2011-04-15 | gdb: sim: add command line completion | Mike Frysinger | 1 | -0/+51 |
2011-03-15 | sim: common: trim trailing whitespace | Mike Frysinger | 1 | -5/+5 |
2011-02-14 | sim: punt zfree() | Mike Frysinger | 1 | -5/+5 |
2011-01-12 | sim: check asprintf return values | Mike Frysinger | 1 | -1/+6 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-04-12 | sim: add missing values to array initializers | Mike Frysinger | 1 | -4/+4 |
2010-04-12 | sim: constify dup_arg_p | Mike Frysinger | 1 | -3/+3 |
2010-04-10 | sim: add const markings to env string | Mike Frysinger | 1 | -1/+1 |
2010-03-30 | sim: convert old style function definitions | Mike Frysinger | 1 | -8/+3 |
2010-03-22 | sim: always enable support for the --endian option | Mike Frysinger | 1 | -6/+0 |
2010-01-01 | Update copyright notices to add year 2010. | Joel Brobecker | 1 | -1/+1 |
2009-01-14 | Update the copyright notice of some of the files I missed | Joel Brobecker | 1 | -1/+2 |
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 |
2007-08-10 | * sim-memopt.c (memory_options): Mention that the memory-size switch accepts ... | Nick Clifton | 1 | -3/+17 |
2007-01-09 | Copyright updates for 2007. | Daniel Jacobowitz | 1 | -1/+1 |
2004-12-08 | * run.1: Document --sysroot=filepath. | Hans-Peter Nilsson | 1 | -1/+15 |
2004-07-10 | * hw-tree.c (parse_integer_property): Typo fix in comments. | Ben Elliston | 1 | -2/+2 |
2003-11-22 | * sim-options.c (standard_options): Fix the names of H8 | Kazu Hirata | 1 | -3/+3 |
2003-08-28 | Index: common/ChangeLog | Andrew Cagney | 1 | -1/+4 |
2003-06-05 | 2003-06-04 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 1 | -5/+12 |
2002-05-17 | * h8300s now new target, not alias of h8300h | Andrey Volkov | 1 | -2/+9 |
2000-11-25 | Fix memory leak in sim_parse_args | Stephane Carrez | 1 | -4/+17 |