aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-options.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-13sim: options: add --version supportMike Frysinger1-0/+11
2015-02-03sim: Call freeargv() when failure occursChen Gang1-1/+4
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-03-10sim: constify arg to sim_do_commandMike Frysinger1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-09-03sim: mark complete_option_list args const to fix build warningsMike Frysinger1-1/+1
2013-03-15gdb:Steve Ellcey1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-05-27sim: fix minor --sysroot mem leakMike Frysinger1-3/+7
2011-05-11sim: fix func call style (space before paren)Mike Frysinger1-1/+1
2011-04-15gdb: sim: add style fixes lost between git->cvsMike Frysinger1-0/+1
2011-04-15gdb: sim: add command line completionMike Frysinger1-0/+51
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-5/+5
2011-02-14sim: punt zfree()Mike Frysinger1-5/+5
2011-01-12sim: check asprintf return valuesMike Frysinger1-1/+6
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-04-12sim: add missing values to array initializersMike Frysinger1-4/+4
2010-04-12sim: constify dup_arg_pMike Frysinger1-3/+3
2010-04-10sim: add const markings to env stringMike Frysinger1-1/+1
2010-03-30sim: convert old style function definitionsMike Frysinger1-8/+3
2010-03-22sim: always enable support for the --endian optionMike Frysinger1-6/+0
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-08-10* sim-memopt.c (memory_options): Mention that the memory-size switch accepts ...Nick Clifton1-3/+17
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2004-12-08 * run.1: Document --sysroot=filepath.Hans-Peter Nilsson1-1/+15
2004-07-10 * hw-tree.c (parse_integer_property): Typo fix in comments.Ben Elliston1-2/+2
2003-11-22 * sim-options.c (standard_options): Fix the names of H8Kazu Hirata1-3/+3
2003-08-28Index: common/ChangeLogAndrew Cagney1-1/+4
2003-06-052003-06-04 Michael Snyder <msnyder@redhat.com>Michael Snyder1-5/+12
2002-05-17* h8300s now new target, not alias of h8300hAndrey Volkov1-2/+9
2000-11-25Fix memory leak in sim_parse_argsStephane Carrez1-4/+17
1999-12-14import gdb-1999-12-13 snapshotJason Molenda1-1/+1
1999-07-12import gdb-1999-07-12 snapshotJason Molenda1-0/+30
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+936
1999-04-16Initial creation of sourceware repositoryStan Shebs1-936/+0
1998-03-01(find_match): recheck argv[argi] in multi-word match. Fixes crash whenRon Unrau1-1/+2
1998-02-28Pacify GCC: const char * passed to asprintf; int function returningAndrew Cagney1-3/+4
1998-02-27 * sim-base.h (sim_cpu_base): New members name, options.Doug Evans1-79/+216
1997-12-04 * Make-common.in (SIM_ENVIRONMENT): New variable.Doug Evans1-47/+107
1997-09-22Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1-1/+50
1997-09-10o Wordwrap usage messages from sim-optionsAndrew Cagney1-7/+22
1997-09-10Add option architecture-info to list supported architectures.Andrew Cagney1-0/+21
1997-08-30Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1-1/+1
1997-08-28 * sim-options.c (standard_option_handler): Use xstrdup, not strdup.David Edelsohn1-1/+1
1997-08-28Add --target=BFDTARGET and --architecture=MACHINE options.Andrew Cagney1-0/+30
1997-08-27Save a copy of argv, not just a pointer.Andrew Cagney1-2/+11