CVS server debugging

2002-10-18 Thread Dan Peterson
Is there a way to start the CVS server (pserver) so it can be run through gdb? I want to be able to debug the server process from the very beginning, but the best I can do is after inetd has forked off the cvs server process I can attach to the process with gdb using the PID. Problem is, this is

Re: CVS server debugging

2002-10-19 Thread Mike Ayers
Dan Peterson wrote: Is there a way to start the CVS server (pserver) so it can be run through gdb? From inetd? I should hope not. This would (I believe) imply a rather serious security gap in inetd. I want to be able to debug the server process from the very beginning, but the best I can do