OSX Yosemite 在 Emacs 中使用 LLVM 调试器
Use LLVM debugger inside Emacs on OSX Yosemite
我想知道是否可以将 LLVM 调试器与 Emacs 一起使用,例如 M-x gdb 接口标准。
提前致谢。
向 Emacs 添加 LLVM 调试器支持令人惊讶(或没有,取决于您的愤世嫉俗程度)有争议。
2015 年 2 月,Richard Stallman wrote:
The LLVM source repository includes a patch adding basic lldb support to gud.el.
看起来有人在系统地攻击 GNU 软件包。
GNU 工程需要战略性地做出回应,这意味着不
让每个 GNU 软件包配合每次攻击。现在,请
不要安装此更改。
Stefan Monnier,目前的维护者之一,much less hostile to the change:
Thanks, Andrew. I'd be happy to incorporate such a patch.
I took a quick look at the code, and seen from afar, there's no problem
with it, so all that is really needed is to clear the copyright status
of this code.
截至 2015 年 3 月,我不认为 LLVM 调试器补丁已被接受。
我想知道是否可以将 LLVM 调试器与 Emacs 一起使用,例如 M-x gdb 接口标准。 提前致谢。
向 Emacs 添加 LLVM 调试器支持令人惊讶(或没有,取决于您的愤世嫉俗程度)有争议。
2015 年 2 月,Richard Stallman wrote:
The LLVM source repository includes a patch adding basic lldb support to gud.el.
看起来有人在系统地攻击 GNU 软件包。 GNU 工程需要战略性地做出回应,这意味着不 让每个 GNU 软件包配合每次攻击。现在,请 不要安装此更改。
Stefan Monnier,目前的维护者之一,much less hostile to the change:
Thanks, Andrew. I'd be happy to incorporate such a patch. I took a quick look at the code, and seen from afar, there's no problem with it, so all that is really needed is to clear the copyright status of this code.
截至 2015 年 3 月,我不认为 LLVM 调试器补丁已被接受。