Skip to content

Commit

Permalink
Add missing target command.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuibst committed Sep 21, 2023
1 parent e315454 commit 55cd445
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,10 @@ Find the GDB manual and other documentation resources online at:
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from kernel/kernel.elf...
(gdb)
(gdb) target remote localhost:1234
Remote debugging using localhost:1234
0x00001000 in ?? ()
(gdb)
```

之后就可以正常进行调试。
Expand Down

0 comments on commit 55cd445

Please sign in to comment.