Google
 

Flags which indicate places where the sever should stop for debugging.
[HTTP Daemon Routine]


Defines

#define SIGSTOP_DETACH   1
#define SIGSTOP_MAKE_CHILD   2
#define SIGSTOP_SPAWN_CHILD   4
#define SIGSTOP_PIPED_LOG_SPAWN   8
#define SIGSTOP_CGI_CHILD   16
#define RAISE_SIGSTOP(x)

Detailed Description

A set of flags which indicate places where the server should raise(SIGSTOP). This is useful for debugging, because you can then attach to that process with gdb and continue. This is important in cases where one_process debugging isn't possible.

Define Documentation

#define RAISE_SIGSTOP (  ) 

Macro to get GDB started

#define SIGSTOP_CGI_CHILD   16

stop spawning a CGI child process

#define SIGSTOP_DETACH   1

stop on a Detach

#define SIGSTOP_MAKE_CHILD   2

stop making a child process

#define SIGSTOP_PIPED_LOG_SPAWN   8

stop spawning a child process with a piped log

#define SIGSTOP_SPAWN_CHILD   4

stop spawning a child process


Generated on Sun Jul 1 10:07:08 2007 by Doxygen 1.5.2. This rendition of the open source Apache HTTP Server header documentation is not endorsed by or affiliated with the Apache Software Foundation.