Registers GDB extension
========================

This extension implements read/write GDB commands for manipulating core registers. GDB does not provide
any implementation for core specific register so this gdb commands are to help access core registers. 
Supported architecture:
- ARMv8 AArch64

 
The following commands are currently implemented in commands.py
reg_read and reg_write.

Usage examples:
    reg_read REG_INDEX
    reg_write REG_INDEX VALUE

