HP-UX 上的 PTRACE 编程

发布于 2024-09-14 12:21:15 字数 128 浏览 4 评论 0原文

任何人都可以给我任何好的链接,我可以在其中获取有关如何使用 ptrace for HP-UX 进行编程的一些信息。

不要发布linux ptrace的链接。

Can anyone please give me any good link where i can get some info on how to program with ptrace for HP-UX.

Please don't post links for linux ptrace.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

慵挽 2024-09-21 12:21:15

检查 GDB 源。不是普通的 GDB,而是 HP 专门针对 HP-UX 兼容性修补的 GDB。它在 WDB 包中可用,并且是 GPL 的,因此 HP 必须以某种方式通过提供其源代码来遵守 GPL。我认为这将是有关如何在 HP-UX 下跟踪进程的唯一明确的信息来源。

PS 这是 WDB 的链接下载源码< /a>.

Check the GDB sources. Not the vanilla GDB, but the one specifically patched by HP for HP-UX compatibility. It is available in the WDB package and it is GPLed and thus somehow HP must be complying with GPL by supplying its source code. I think this would be the sole definitive source of information on how to trace a process under HP-UX.

P.S. Here is the link for WDB download with sources.

风蛊 2024-09-21 12:21:15

总有手册页。看起来 ptrace 在 HP-UX 11iv3 中已被弃用,他们更喜欢 ttrace

There's always the man page. It looks like ptrace is deprecated in HP-UX 11iv3 and they prefer ttrace.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文