|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] Xend debugging
Grmble. Please ignore my recent Xend debugging patch. This patch
supersedes that one.
Debugging Xend with XEND_DAEMONIZE set to False doesn't work as
expected. Xend actually creates two children and the XEND_DAEMONIZE
flag only prevents one of the children from being created. This
patch causes none of the children to be created. With this patch,
Xend functionality is performed in the process executed from the
command line (i.e., /usr/sbin/xend). This patch makes it possible to
debug Xend with pdb.
In addition to adding a test for XEND_DAEMONIZE before we fork even
the first time, I've removed an unnecessary test of XEND_DAEMONIZE in
the daemonize method. That's the improvement in this patch.
Signed-off-by: Randy Thelen <rthelen@xxxxxxxxxx>
xend-SrvDaemon-pdb.patch
Description: Binary data
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] Xend debugging,
Randy Thelen <=
|
|
|
|
|