【发布时间】:2015-03-04 07:28:28
【问题描述】:
通过here. 的说明尝试在我的 Mac 上使用 yosemite (10.10.1) 安装 gdb 之后
我收到以下错误。我对它进行了代码设计,没有任何问题,但是当我运行 Eclipse 并调试时,我得到了这个错误:
Error in final launch sequence
Failed to execute MI command:
-exec-run
Error message from debugger back end:
Unable to find Mach task port for process-id 544: (os/kern) failure (0x5).\n (please check gdb is codesigned - see taskgated(8))
Unable to find Mach task port for process-id 544: (os/kern) failure (0x5).\n (please check gdb is codesigned - see taskgated(8))
不知道从这里做什么。我将不胜感激任何帮助。
【问题讨论】:
标签: c eclipse macos gdb osx-yosemite