public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/13457] New: `catch syscall' doesn't work after `fork' is called
@ 2011-11-29 19:48 sergiodj at redhat dot com
  2011-11-29 19:49 ` [Bug breakpoints/13457] `catch syscall' doesn't work for parent " sergiodj at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sergiodj at redhat dot com @ 2011-11-29 19:48 UTC (permalink / raw)
  To: gdb-prs

http://sourceware.org/bugzilla/show_bug.cgi?id=13457

             Bug #: 13457
           Summary: `catch syscall' doesn't work after `fork' is called
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: sergiodj@redhat.com
    Classification: Unclassified


Given this simple example:

#include <stdio.h>
#include <unistd.h>

int
main (int argc, char **argv)
{
  if (fork () == 0)
    printf ("Child\n");
  chdir (".");
  return 0;
}


When a syscall catchpoint for `chdir' is inserted, GDB does not stop and the
program runs until the end.

However, if we set `follow-fork-mode' to `child', then the catchpoint triggers
correctly.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-10-06 12:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-29 19:48 [Bug breakpoints/13457] New: `catch syscall' doesn't work after `fork' is called sergiodj at redhat dot com
2011-11-29 19:49 ` [Bug breakpoints/13457] `catch syscall' doesn't work for parent " sergiodj at redhat dot com
2012-10-24 16:17 ` palves at redhat dot com
2014-10-03 19:45 ` sergiodj at redhat dot com
2014-10-06 12:41 ` palves at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).