gpt4 book ai didi

c - gdb 目标远程 :1234 connection timeout linux

转载 作者:行者123 更新时间:2023-12-04 02:19:21 25 4
gpt4 key购买 nike

我想调试使用 gdb 在 qemu 上运行的 linux 内核。
我使用以下命令在 qemu 上运行内核。

qemu-system-i386 -kernel ../bzimage -initrd ... / *.image -nographic 
--append "console =ttys0 init =/init" -s -S &

now i want to run gdb
gdb vmlinux
(kernel symbols are loaded)
gdb target remote:1234

now i am getting below error
remote:1234 connection timeout.

最佳答案

你让主机连接到错误。
它应该是

target remote :1234

注意空格。否则 gdb 会将命令解析为名为 remote 的主机。 .

另外,尝试运行没有 & 字符的 QEMU。

关于c - gdb 目标远程 :1234 connection timeout linux,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32067996/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com