This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Native Solaris thread debugging is broken since 2006-01-24
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Peter Schauer <peterschauer at gmx dot net>
- Cc: gdb at sourceware dot org
- Date: Tue, 20 Jun 2006 21:50:15 -0700
- Subject: Re: Native Solaris thread debugging is broken since 2006-01-24
- References: <200605271147.k4RBlhmv023131@licht.localdomain>
Hello all,
> * infcmd.c: Include "observer.h".
> (post_create_inferior): New function.
> (run_command_1): Call it. Also call proceed.
> * inferior.h (post_create_inferior): New prototype.
> * Makefile.in (infcmd.o): Update.
>
> * gnu-nat.c (gnu_create_inferior): Don't call proceed.
> * go32-nat.c (go32_create_inferior): Likewise.
> * nto-procfs.c (procfs_create_inferior): Likewise.
> * procfs.c (procfs_create_inferior): Likewise.
>
> breaks native Solaris thread debugging.
FYI: I have created threads/2137 to report this problem. I will use
that number to document this problem.
--
Joel