This is the mail archive of the gdb-prs@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: gdb/1422: Solaris only - ^C fails to stop inferior process thatwas attached


The following reply was made to PR gdb/1422; it has been noted by GNATS.

From: Michael Mueller <m.mueller99@kay-mueller.de>
To: kettenis@gnu.org
Cc: gdb-prs@sources.redhat.com,  larue@cadence.com, 
 gdb-gnats@sources.redhat.com
Subject: Re: gdb/1422: Solaris only - ^C fails to stop inferior process that
 was attached
Date: Mon, 19 Jul 2004 10:38:17 +0200

 kettenis@gnu.org wrote:
 > Synopsis: Solaris only - ^C fails to stop inferior process that was attached
 > 
 > Responsible-Changed-From-To: unassigned->kettenis
 > Responsible-Changed-By: kettenis
 > Responsible-Changed-When: Fri Jul 16 22:32:46 2004
 > Responsible-Changed-Why:
 >     Now that I've got a Solaris box on my desk at work, I should be able to look into this one.
 
 It seems that this only happens if you attach to a child of a fork 
 system call:
 
          pid = fork();
          if (pid)
                  exit(0);
          printf("pid %d\n", getpid());
          for (n = 0; ; ++n)
                  ;
 
 > 
 > http://sources.redhat.com/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gdb&pr=1422
 > 
 


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