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: SIGTRAP or SIG32 when remote debugging threads


On Friday 19 March 2004 18:28, Daniel Jacobowitz wrote:
> On Fri, Mar 19, 2004 at 11:07:34AM +0100, Lukas Heiniger wrote:
> > I'm trying to do thread debugging on an arm7 target with a gdb 6.0
> > snapshot and gdbserver. I've been searching this list for two days now
> > but haven't found an answer to my problem.
>
> Have you set solib-absolute-prefix?  It doesn't look like it.

Thanks

I do have set solib-absolute-prefix to .../target_fs

where target_fs contains a copy of the target file system (including /lib 
and /usr/lib ...)

solib-search-path is not set, however. I tried various combinations with
solib-search-path and solib-absolute-prefix but still I always get

Program received signal SIG32, Real-time event 32.
0x40088534 in ?? ()

Lukas Heiniger


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