* Remote Debugging Of Multithreaded Application
@ 2002-09-24 14:22 Usman S. Ansari
2002-09-24 16:08 ` Daniel Jacobowitz
0 siblings, 1 reply; 2+ messages in thread
From: Usman S. Ansari @ 2002-09-24 14:22 UTC (permalink / raw)
To: gdb
I am trying to setup so that I can debug multithreaded application running on PPC 8xx and use gdb
on Intel (i686, Redhat 7.2).
I have seen fes post, which talks about the patches and multithreaded support from past few
months. I have tried them but it does not work for me.
gdbserver is started on 8xx and I connect remotly. Break point of main is executed than any
following break point is not hit, since it gets realtime signal 32, or sigtrace or something like
this. If I try this locally, running gdb on 8xx, everything is fine.
Please help me out. I have tried cvs version from 9/24. Configure and compile on 8xx. Get the same
result.
What do I need to do ?
Thanks
__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Remote Debugging Of Multithreaded Application
2002-09-24 14:22 Remote Debugging Of Multithreaded Application Usman S. Ansari
@ 2002-09-24 16:08 ` Daniel Jacobowitz
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Jacobowitz @ 2002-09-24 16:08 UTC (permalink / raw)
To: Usman S. Ansari; +Cc: gdb
On Tue, Sep 24, 2002 at 02:22:42PM -0700, Usman S. Ansari wrote:
> I am trying to setup so that I can debug multithreaded application running on PPC 8xx and use gdb
> on Intel (i686, Redhat 7.2).
>
> I have seen fes post, which talks about the patches and multithreaded support from past few
> months. I have tried them but it does not work for me.
>
> gdbserver is started on 8xx and I connect remotly. Break point of main is executed than any
> following break point is not hit, since it gets realtime signal 32, or sigtrace or something like
> this. If I try this locally, running gdb on 8xx, everything is fine.
>
> Please help me out. I have tried cvs version from 9/24. Configure and compile on 8xx. Get the same
> result.
>
> What do I need to do ?
If you searched the archives, you probably also saw my checklist. Do
you:
have /lib/libthread_db.so.1 on the 8xx
have the target filesystem layout available on the host
have solib-absolute-prefix set to point to the target libraries,
before you connect
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-09-24 23:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-09-24 14:22 Remote Debugging Of Multithreaded Application Usman S. Ansari
2002-09-24 16:08 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox