是否可以向 GDB 添加对自定义 RTOS 线程的支持?

发布于 2024-12-05 07:10:13 字数 162 浏览 1 评论 0原文

在调试运行自定义 RTOS 的远程目标的情况下,需要向 GDB 添加线程支持吗?

就我而言,我可以访问 RTOS 源代码并调试其所有调度程序符号的信息,因此理论上这些信息是可以访问的。

这是否意味着重新编译 GDB?为线程相关命令添加钩子?

任何评论将不胜感激!

In the scenario of debugging a remote target running a custom RTOS, what would be necessary to add thread support to GDB?

In my case I have access to the RTOS sources and debug info for all its scheduler's symbols, so theoretically the information is accessible.

Would this imply recompiling GDB? Adding hooks to thread-related commands?

Any commentary will be greatly appreciated!

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

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

发布评论

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

评论(1

夜还是长夜 2024-12-12 07:10:13

您需要为您的GDB RTOS存根添加线程支持(尤其是对hqxfer:threads:read数据包的支持)。 documentation 在这里/gdb/onlinedocs/gdb/general-query-packets.html#qxfer%20threads%20Read“ rel =“ nofollow”>在这里

You need to add thread support (and in particular, support for H and qXfer:threads:read packets) for your gdb RTOS stub. Documentation here and here.

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