使用 gdb 调试 Unix 管道
我写了 Unix Pipes 但没有得到好的结果。
我想知道是否可以使用 gdb 调试 C 语言中的 Unix 管道。 如果没有,您知道这样做的方法吗?
提前致谢。
I've written Unix Pipes but I don't have the good result.
I'm wondering if it's possible to debugging Unix pipe in C langage with gdb.
If no, do you know a method to do that ?
thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 netcat 与 -U 开关一起使用。您将能够创建一个监听/发送者,或者坐在两者之间。
Use netcat with the -U switch. You will be able to create a listen/sender, or sit in between.