[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GDB - create buffer to show information about CPU registers
From: |
Skip Montanaro |
Subject: |
Re: GDB - create buffer to show information about CPU registers |
Date: |
Wed, 25 Jan 2017 06:09:08 -0600 |
Note how you can use C-like operations in it, so you could code up some
.gdbinit file for yourself where you write some handy commands that
print the state of your devices's registers in a meaningful manner.
Python comes with a language-specific gdbinit file as well which might be a
source for some ideas:
https://hg.python.org/cpython/file/tip/Misc/gdbinit
Skip Montanaro