]> git.proxmox.com Git - mirror_qemu.git/commit
target/xtensa: clean up gdbstub register handling
authorMax Filippov <jcmvbkbc@gmail.com>
Thu, 16 Aug 2018 17:34:56 +0000 (10:34 -0700)
committerMax Filippov <jcmvbkbc@gmail.com>
Mon, 20 Aug 2018 01:57:57 +0000 (18:57 -0700)
commita7ac06fd416cc5569c121e537fd12d210744687a
tree6d50dec6943b66347708e7ae8e3a42a704939106
parent2becc8fd7e6cbb69015ab7a2cbd21bba5a5ffbb9
target/xtensa: clean up gdbstub register handling

- move register counting to xtensa/gdbstub.c
- add symbolic names for register types and flags from GDB and use them
  in register counting and access functions.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
target/xtensa/cpu.h
target/xtensa/gdbstub.c
target/xtensa/helper.c