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: info threads


Thanks for the pointer.  This was on Gentoo Linux, and libpthread was
indeed stripped.  I recompiled glibc with FEATURES="nostrip", and
everything works great.

Thanks again,
  Brian

On Dec 2, 2007 3:56 PM, Daniel Jacobowitz <drow@false.org> wrote:
> On Sun, Dec 02, 2007 at 03:09:04PM -0800, Brian Budge wrote:
> > Hi all -
> >
> > I'm having trouble with some of the threading interfaces of gdb.  For
> > instance, info threads prints nothing.  I have read that this means it
> > is not supported for my architecture, but I could have sworn it worked
> > before.  That being said, I switched over from x86 to x86_64 a few
> > months ago, so maybe it's just my failing memory.
>
> Architecture has nothing to do with this.  You didn't say, but I'm
> guessing you mean some distribution of GNU/Linux, right?  In that
> case, this usually means that your libpthread.so or ld.so have been
> stripped, and that separate debug files for them are not available.
>
> --
> Daniel Jacobowitz
> CodeSourcery
>


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