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

Documentation explaining the [regs] section #33

Open
Geremia opened this issue Jan 12, 2017 · 1 comment
Open

Documentation explaining the [regs] section #33

Geremia opened this issue Jan 12, 2017 · 1 comment

Comments

@Geremia
Copy link

Geremia commented Jan 12, 2017

For those new to using gdb, some explanation of the variables of the "regs" section—e.g.:

-----------------------------------------------------------------------------------------------------------------------[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:

@gdbinit
Copy link
Owner

gdbinit commented Jan 13, 2017

There's nothing to explain, read Intel CPU documentation/manuals.

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

2 participants