This patch fixes the register parser for arm64 crashlogs.
Compared to x86_64 crashlogs, the arm64 crashlogs nests the general
purpose registers into a separate dictionary within thread_state
dictionary. It uses the dictionary key as the the register number.
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
nitpick: Is there a better way to format this code or rewrite it so that is reads better?