From mboxrd@z Thu Jan 1 00:00:00 1970 From: fche@redhat.com (Frank Ch. Eigler) To: Jim.Montville@nokia.com Cc: gdb@sourceware.cygnus.com Subject: Re: Need Help with i960 simulator Date: Wed, 14 Feb 2001 11:40:00 -0000 Message-id: References: X-SW-Source: 2001-02/msg00159.html Jim.Montville@nokia.com writes: : [...] : 1. I know that I have to define memory regions to the simulator, but I : haven't a clue how to do this from within gdb. [...] It's straightforward, though not obvious: from gdb, use (gdb) target sim OPTIONS e.g., (gdb) target sim --memory-region 0x1000,0x5000 to set initialization-time settings like memory mappings, and (gdb) sim OPTIONS for other settings. : Am I on the wrong track with trying to use the i960 sim from within gdb? Not at all. - FChE