This is the mail archive of the gdb-prs@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]

[Bug c++/13715] New: Feature request, follow-exec-mode detach


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

             Bug #: 13715
           Summary: Feature request, follow-exec-mode detach
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tamas@eisenberger.hu
    Classification: Unclassified


Hy!

I'm working on a forking web server, that forks child processes for every
connection it handles, and these child's often fork and exec system commands...

I use non-stop mode, to debug the main process and it's children in parallel,
but I'd like to detach from processes that calls system commands... so the
optimal soulution seems to be to detach on exec (not on fork).

Thanks!

-- 
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.


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