-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implement gdb remote protocol debugger #10
Comments
Here's a good example with gdbserver
|
and here's how to attach
|
This much works now:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the start of the lame debugger, we can listen on a socket already. Here's what we get when we attempt to attach the GDB debugger to the lame debugger port:
The text was updated successfully, but these errors were encountered: