gdb - 如何以及在哪里提出 GNU gdb 的功能请求

标签 gdb gnu issue-tracking

我想向 gdb 核心开发团队发布功能请求。我如何以及在哪里可以做到这一点?

我已经在他们的补丁邮件列表中了。 ( <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="a3c4c7c18ed3c2d7c0cbc6d0e3d0ccd6d1c0c6d4c2d1c68dccd1c4" rel="noreferrer noopener nofollow">[email protected]</a> ) 是否有他们想要的特定电子邮件格式?

最佳答案

How and where can I do this?

如果你的功能请求只是“如果 GDB 这样做就好了...”,那么在 gdb 中打开一个“功能请求”错误 bugzilla .

另一方面,如果您有实现您的功能的补丁,请将其邮寄至 <a href="https://stackoverflow.com/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="620506004f120316010a071122110d17100107150310074c0d1005" rel="noreferrer noopener nofollow">[email protected]</a> .

Is there a specific email format that they desire?

没有。

关于gdb - 如何以及在哪里提出 GNU gdb 的功能请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27989046/

相关文章:

c++ - gdb 共享库中的错误文件名

cocoa - 在 Rosetta 中运行垃圾收集应用程序时如何调试崩溃?

c - 返回 libc 查找指针

linux - 针对交叉编译器问题编译 GMP

static-libraries - 如何构建静态 tar 命令

c++ - 有没有办法定位进程的哪一部分使用了最多的内存,只查看生成的核心文件?

c - #ifndef __GNUC__ 让我窒息

javascript - 那里有任何 Node.js 问题跟踪器吗?

github - 如何跟踪我的 fork 解决的所有上游问题