Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/sql-server-2008/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
用GDB调试xinetd服务_Gdb_Xinetd - Fatal编程技术网

用GDB调试xinetd服务

用GDB调试xinetd服务,gdb,xinetd,Gdb,Xinetd,我有一个xinetd服务,它根据客户机请求运行一个可执行文件 我想调试可执行文件 如何以智能的方式做到这一点?相关:我喜欢而不是true,但它对我来说不是很智能。如果您使用Linux和systemtap,那么答案的另一部分(使用preattach)应该可以很好地工作。

我有一个xinetd服务,它根据客户机请求运行一个可执行文件

我想调试可执行文件


如何以智能的方式做到这一点?

相关:我喜欢
而不是true
,但它对我来说不是很智能。如果您使用Linux和systemtap,那么答案的另一部分(使用preattach)应该可以很好地工作。