GDB"目标请求失败:"

时间:2015-04-16 12:03:48

标签: c gdb openocd

目标请求失败:不知道如何运行。尝试"帮助目标"。 我在ubuntu上运行eclipse, 我将eclipse配置为使用openocd进行调试。 关于Eclipse的c项目 我尝试以root权限运行eclipse。

"帮助目标"命令输出在这里


(gdb) help target:
List of target subcommands:
target child -- Unix child process (started by the "run" command)
target core -- Use a core file as a target
target exec -- Use an executable file as a target
target extended-remote -- Use a remote computer via a serial line
target record -- Log program while executing and replay execution from log
target record-btrace -- Collect control-flow trace and provide the execution history
target record-core -- Log program while executing and replay execution from log
target record-full -- Log program while executing and replay execution from log
target remote -- Use a remote computer via a serial line
target tfile -- Use a trace file as a target
Type "help target" followed by target subcommand name for full documentation.
Type "apropos word" to search for commands related to "word".
Command name abbreviations are allowed if unambiguous.

0 个答案:

没有答案