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 command updates #1

Open
nobodynate opened this issue Apr 18, 2023 · 0 comments
Open

gdb command updates #1

nobodynate opened this issue Apr 18, 2023 · 0 comments

Comments

@nobodynate
Copy link

nobodynate commented Apr 18, 2023

Thank you for posting this course. It's been immensely helpful as I use gdb for the first time!

I ran into a few errors while going through the x86 course, though the issues seem to be realted to changes in gdb so probably applicable to other sections.

Printing variables:
The course uses print constant but I had to use print (int) constant to avoid an unknown type error.

Setting variables:
The course uses set constant = 666 but I had to use set $constant = (int) 666 to avoid an unknown type error.

This was on GNU gdb (Debian 13.1-2) 13.1

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

No branches or pull requests

1 participant