summaryrefslogtreecommitdiff
path: root/sim/common/sim-options.c
Commit message (Expand)AuthorAgeFilesLines
* sim: constify arg to sim_do_commandMike Frysinger2014-03-101-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* sim: mark complete_option_list args const to fix build warningsMike Frysinger2013-09-031-1/+1
* gdb:Steve Ellcey2013-03-151-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* sim: fix minor --sysroot mem leakMike Frysinger2011-05-271-3/+7
* sim: fix func call style (space before paren)Mike Frysinger2011-05-111-1/+1
* gdb: sim: add style fixes lost between git->cvsMike Frysinger2011-04-151-0/+1
* gdb: sim: add command line completionMike Frysinger2011-04-151-0/+51
* sim: common: trim trailing whitespaceMike Frysinger2011-03-151-5/+5
* sim: punt zfree()Mike Frysinger2011-02-141-5/+5
* sim: check asprintf return valuesMike Frysinger2011-01-121-1/+6
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* sim: add missing values to array initializersMike Frysinger2010-04-121-4/+4
* sim: constify dup_arg_pMike Frysinger2010-04-121-3/+3
* sim: add const markings to env stringMike Frysinger2010-04-101-1/+1
* sim: convert old style function definitionsMike Frysinger2010-03-301-8/+3
* sim: always enable support for the --endian optionMike Frysinger2010-03-221-6/+0
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+1
* Update the copyright notice of some of the files I missedJoel Brobecker2009-01-141-1/+2
* 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-3/+17
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+1
* * run.1: Document --sysroot=filepath.Hans-Peter Nilsson2004-12-081-1/+15
* * hw-tree.c (parse_integer_property): Typo fix in comments.Ben Elliston2004-07-101-2/+2
* * sim-options.c (standard_options): Fix the names of H8Kazu Hirata2003-11-221-3/+3
* Index: common/ChangeLogAndrew Cagney2003-08-281-1/+4
* 2003-06-04 Michael Snyder <msnyder@redhat.com>Michael Snyder2003-06-051-5/+12
* * h8300s now new target, not alias of h8300hAndrey Volkov2002-05-171-2/+9
* Fix memory leak in sim_parse_argsStephane Carrez2000-11-251-4/+17
* import gdb-1999-12-13 snapshotJason Molenda1999-12-141-1/+1
* import gdb-1999-07-12 snapshotJason Molenda1999-07-121-0/+30
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+936
* Initial creation of sourceware repositoryStan Shebs1999-04-161-936/+0
* (find_match): recheck argv[argi] in multi-word match. Fixes crash whenRon Unrau1998-03-011-1/+2
* Pacify GCC: const char * passed to asprintf; int function returningAndrew Cagney1998-02-281-3/+4
* * sim-base.h (sim_cpu_base): New members name, options.Doug Evans1998-02-271-79/+216
* * Make-common.in (SIM_ENVIRONMENT): New variable.Doug Evans1997-12-041-47/+107
* Add support for --enable-sim-alignment to simulator common aclocal.m4Andrew Cagney1997-09-221-1/+50
* o Wordwrap usage messages from sim-optionsAndrew Cagney1997-09-101-7/+22
* Add option architecture-info to list supported architectures.Andrew Cagney1997-09-101-0/+21
* Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1997-08-301-1/+1
* * sim-options.c (standard_option_handler): Use xstrdup, not strdup.David Edelsohn1997-08-281-1/+1
* Add --target=BFDTARGET and --architecture=MACHINE options.Andrew Cagney1997-08-281-0/+30
* Save a copy of argv, not just a pointer.Andrew Cagney1997-08-271-2/+11
* Extend xor-endian and per-cpu support in core module.Andrew Cagney1997-05-271-22/+27
* Watchpoint interface.Andrew Cagney1997-05-211-39/+93
* Add function sim_args_command() which takes a `(gdb) sim <command>' andAndrew Cagney1997-05-081-16/+101