Skip to content
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

GDB attach regression #4

Open
joe-graham opened this issue May 22, 2019 · 0 comments · May be fixed by #5
Open

GDB attach regression #4

joe-graham opened this issue May 22, 2019 · 0 comments · May be fixed by #5

Comments

@joe-graham
Copy link
Contributor

Because of changes made in this issue, the gdbserver on the ASA no longer sends "Remote debugging using /dev/ttyS0" over the serial line, which is what comm.py uses to signal that booting has finished.

I messed around a bit with getting gdbserver to respond to characters periodically sent over the serial line, but ran into issues getting that working. A somewhat simplistic fix that I tested is instead waiting for the "dosfsck(/dev/hda1) returned 0" string, sleeping for ten seconds, then breaking the while loop. Let me know if that works for you guys and I'll open a pull request.

@joe-graham joe-graham linked a pull request Jun 16, 2019 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant