From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Julien Cc: gdb@sources.redhat.com Subject: Re: Specifying a device tree for psim within gdb Date: Sun, 14 Oct 2001 11:01:00 -0000 Message-id: <3BC9D2F1.10409@cygnus.com> References: <1003082570.1316.21.camel@athlon_force.localdomain> X-SW-Source: 2001-10/msg00142.html > Hi, > > I'm using gdb 5.0 on a linux x86 box, configured with > --target=powerpc-unknown-eabi. I want to debug a raw memory image (my > exec+some data) using the psim simulator. > > When I run the simulator directly (powerpc-unknown-eabi-run), I specify > a device-tree (whith a 'file' device to load my image). > But when I use the debugger I don't know how to specify a device-tree. > The psim doc in sources.redhat.com talks about an attach patch but all > the links seem to be broken. > Does someone have this patch ? Or is there another way to specify the > device tree within gdb ? try: (gdb) target sim Andrew