mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 09:19:27 +01:00
(UC_MCONTEXT_{R8-R15,RDI,RSI,RBX,RDX,RAX,RCX}: New macros.
(Logical change 1.290)
This commit is contained in:
parent
1ee6b0ac74
commit
e3180d47a0
1 changed files with 14 additions and 0 deletions
|
@ -22,6 +22,20 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
|
||||
#define UC_MCONTEXT_GREGS_R8 0x28
|
||||
#define UC_MCONTEXT_GREGS_R9 0x30
|
||||
#define UC_MCONTEXT_GREGS_R10 0x38
|
||||
#define UC_MCONTEXT_GREGS_R11 0x40
|
||||
#define UC_MCONTEXT_GREGS_R12 0x48
|
||||
#define UC_MCONTEXT_GREGS_R13 0x50
|
||||
#define UC_MCONTEXT_GREGS_R14 0x58
|
||||
#define UC_MCONTEXT_GREGS_R15 0x60
|
||||
#define UC_MCONTEXT_GREGS_RDI 0x68
|
||||
#define UC_MCONTEXT_GREGS_RSI 0x70
|
||||
#define UC_MCONTEXT_GREGS_RBP 0x78
|
||||
#define UC_MCONTEXT_GREGS_RBX 0x80
|
||||
#define UC_MCONTEXT_GREGS_RDX 0x88
|
||||
#define UC_MCONTEXT_GREGS_RAX 0x90
|
||||
#define UC_MCONTEXT_GREGS_RCX 0x98
|
||||
#define UC_MCONTEXT_GREGS_RSP 0xa0
|
||||
#define UC_MCONTEXT_GREGS_RIP 0xa8
|
||||
|
|
Loading…
Reference in a new issue