]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - target/alpha/gdbstub.c
gdbstub: extend GByteArray to read register helpers
[thirdparty/qemu.git] / target / alpha / gdbstub.c
index d64bcccfa02ec25010c0cdf71fe6f320f58e8467..0cd76ddaa9e9c2df311eb0fc2cafcdd2bcabf7af 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "cpu.h"
 #include "exec/gdbstub.h"
 
-int alpha_cpu_gdb_read_register(CPUState *cs, uint8_t *mem_buf, int n)
+int alpha_cpu_gdb_read_register(CPUState *cs, GByteArray *mem_buf, int n)
 {
     AlphaCPU *cpu = ALPHA_CPU(cs);
     CPUAlphaState *env = &cpu->env;