aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-options.c
AgeCommit message (Expand)AuthorFilesLines
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
1997-05-27Extend xor-endian and per-cpu support in core module.Andrew Cagney1-22/+27
1997-05-21Watchpoint interface.Andrew Cagney1-39/+93
1997-05-08Add function sim_args_command() which takes a `(gdb) sim <command>' andAndrew Cagney1-16/+101
1997-05-01 * Makefile.in (sim-options_h): Define.David Edelsohn1-302/+2
1997-04-18 * sim-options.c (standard_options): Add --endian.David Edelsohn1-2/+47
1997-04-17(standard_option_handler): Tweak some error messages.David Edelsohn1-13/+13
1997-04-17 * sim-options.c, sim-options.h: New files.David Edelsohn1-0/+724