GDB OPTIONS / DEBUGG REMOTE #8319
Unanswered
Nicolas Zulaica (n-zu)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm using the following line to debug in the terminal:
gdb -q -s obj/kern/kernel -ex 'target remote 127.0.0.1:26000' -n -x .gdbinitI couldn't figure out how to configure the options (
-q -s) with the extension.Also, does the extension support remote connections ?
The 'program' something like JOS.
All reactions