This is the mail archive of the gdb@sources.redhat.com 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: Re: Remote Debugging Of Multithreaded Application on PPC 82xx


On Mon, Mar 17, 2003 at 01:30:34PM +0100, Frank dot Christ at RSBICK dot rohde-schwarz dot com wrote:
> Hi Daniel,
> 
> Thanks for your quick answer! Unfortunately your PREPARE_TO_PROCEED patch
> did not have any effect on my system. I still have the problem, that the
> debugger
> jumps to the main thread instead of stepping through the client thread.
> 
> In some older mailings I found a hint, that there might be a problem, when there
> are printed question marks (??) when the debugger starts. When I connect to
> the remote target, I get the following lines on the host side. Is this correct?
> 
> (gdb) target remote 172.20.62.126:2345
> Remote debugging using 172.20.62.126:2345
> 0x30010464 in ?? ()

That's normal.

> (gdb) cont
> 
> My Thread Librarys have the following Versions:
>    libpthread-0.8.so
>    libthread_db-1.0.so
> Are there any problems with Library versions?

Probably not.  That's, what, glibc 2.1.3?

You'll need to give us a remote log (set debug remote 1).

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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