From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7571 invoked by alias); 18 Mar 2010 07:35:28 -0000 Received: (qmail 7560 invoked by uid 22791); 18 Mar 2010 07:35:27 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp.gentoo.org (HELO smtp.gentoo.org) (140.211.166.183) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 18 Mar 2010 07:35:22 +0000 Received: from vapier.localnet (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id ECEC61B40C8 for ; Thu, 18 Mar 2010 07:35:20 +0000 (UTC) From: Mike Frysinger To: gdb@sourceware.org Subject: passing extended sim options when using gdb sim target Date: Thu, 18 Mar 2010 07:35:00 -0000 User-Agent: KMail/1.13.1 (Linux/2.6.33; KDE/4.4.1; x86_64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart7468153.nviS4Eq8QP"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201003180335.17827.vapier@gentoo.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-03/txt/msg00122.txt.bz2 --nextPart7468153.nviS4Eq8QP Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-length: 644 a compiled simulator has a lot of fun options: --hw-device <...> --memory-region <...> --model <...> --environment <...> etc... when using the command line simulator (`run`), passing these options via th= e=20 command line is obvious. but i cant seem to figure out how to do the same= =20 thing when running gdb and using the sim target. the gdb manual indicates the form is: target but nothing i stick in for seems to make a difference i also recall seeing references to adding hardware devices on the fly from = the=20 gdb command line, but i cant locate any info along these lines either ... -mike --nextPart7468153.nviS4Eq8QP Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. Content-length: 836 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (GNU/Linux) iQIcBAABAgAGBQJLode1AAoJEEFjO5/oN/WBhEYP/R4MTjh9Cvj+DLqkOn2/5UuQ vcxdodbQiojxHhXXah2QRo/R8YlpARqP4uT4yDL36Dd1hdAqbMBNqdIex8VM4FCH WqYSGdps1Pzsgqf8ciUiz9XdkLrS2KcWNJ4IoDOLHqMWX2HN5bT8/6HOrIWiLGTO iGtep4yvQeu0eYHjmLdoSOews+F5ef+hOVm9KnhKH4ayNApiu6nech28ikF6Y+xJ ROtEwS7q2oVW4N5XMf7MRIUXTUBZKIKRIifqeM1I/+3RY5xQno3IZ+x1bM4Ln6Fm N7Oj3FfNs8KQCam8Xctk4aUuOfnFUL6YiVj3OaqxwX0Gh7FJXUhCFpMUmvFo3ket S4qnikF3n7pjpRfD7oz8q1VaitWsoFnVBpv2Gj/nYxo/kdHYMVOdrLIPlKOn9IzU /2v4GYfEGQTAEEgI83UQJtzcytMfVdUIKcsnFdWcSNgyfWcrWUljhKrdAoSJqRw7 Z9e/uCXQ654NhvV5Up/amMR3fNfnrMou6Cb8otIMPiy93oFvDBYhukXu6fyb1jBd xzawkVre2CN+WIbSUZJAg/OJnFwV5kS8+9s39JmLYFoN6DtUJbvIum8vBOUQddRv rnWQxKg5RZfY0SJd4RhVe8GakN7U7RpKUYeYY+QdpAaZO/e5QhGuQdIncqGeJNqK YW998SYNmO+K32cO+bd8 =Y6XG -----END PGP SIGNATURE----- --nextPart7468153.nviS4Eq8QP--