[Converted from Gnats 433] xscale-elf-gdb's "target sim" command should accept command line args, just like xscale-elf-run. So, for instance, "target sim -m 8000000" should work just like "xscale-elf-run -m 8000000". The documentation suggests that this is the case. Release: latest trunk sources Environment: Red Hat Linux 7.2 host How-To-Repeat: Build and debug an xscale-elf executable and try "target sim -m -m 8000000". A good hint that this worked is that your stack will live in a completely different spot then before the "-m" option was used.
From: cagney@sources.redhat.com To: gdb-gnats@sources.redhat.com Cc: Subject: gdb/433 Date: 27 Sep 2002 23:57:53 -0000 CVSROOT: /cvs/src Module name: src Changes by: cagney@sources.redhat.com 2002-09-27 16:57:51 Modified files: sim/arm : ChangeLog wrapper.c Log message: Add support for -m option. Fix PR gdb/433. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/arm/ChangeLog.diff?cvsroot=src&r1=1.65&r2=1.66 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/sim/arm/wrapper.c.diff?cvsroot=src&r1=1.22&r2=1.23
the arm sim needs quite a bit of updating to the common infrastructure
should be fixed now with the conversion to nrun in the latest tree