This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Remote debugging with gdbserver on ARM


On Wed, Feb 14, 2007 at 04:14:04PM +0100, Pelle Svensson wrote:
> shared library path: (i386host)//home/dev/nfs/targetfs/lib, (target path is 
> /lib)

> issued set solib-absolute-prefix /dev/null

Making your front end not do these, but instead set the prefix...

> warning: Unable to find dynamic linker breakpoint function.
> GDB will be unable to debug shared library initializers
> and track explicitly loaded dynamic code.

...may make this warning go away.  I don't know if that will help.

> I can singel step once to 'if (getenv...' but next step is lost and a 
> message says:
> Cannot access memory at address 0x0

Try a current release of GDB please, along with the above fix.

-- 
Daniel Jacobowitz
CodeSourcery


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]