We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For those new to using gdb, some explanation of the variables of the "regs" section—e.g.:
gdb
-----------------------------------------------------------------------------------------------------------------------[regs] RAX: 0x0000000000400E70 RBX: 0x0000000000000000 RBP: 0x0000000000402F20 RSP: 0x00007FFFFFFFDB28 o d I t s Z a P c RDI: 0x000000000000000D RSI: 0x00007FFFFFFFDC08 RDX: 0x00007FFFFFFFDC78 RCX: 0x0000000000000020 RIP: 0x0000000000400E70 R8 : 0x0000000000402F90 R9 : 0x00007FFFF7DE8770 R10: 0x000000000000013A R11: 0x000000000000000C R12: 0x00000000004012B0 R13: 0x00007FFFFFFFDC00 R14: 0x0000000000000000 R15: 0x0000000000000000 CS: 0033 DS: 0000 ES: 0000 FS: 0000 GS: 0000 SS: 002B
—would be helpful:
The text was updated successfully, but these errors were encountered:
There's nothing to explain, read Intel CPU documentation/manuals.
Sorry, something went wrong.
No branches or pull requests
For those new to using
gdb
, some explanation of the variables of the "regs" section—e.g.:—would be helpful:
The text was updated successfully, but these errors were encountered: