m68k-semi.c (4ea5fe997db4c5d893b69072f488880c07857a54) | m68k-semi.c (c566080cd37fe328077a3c49d7fd248ce2a06bfe) |
---|---|
1/* 2 * m68k/ColdFire Semihosting syscall interface 3 * 4 * Copyright (c) 2005-2007 CodeSourcery. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 6 unchanged lines hidden (view full) --- 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 */ 19 20#include "qemu/osdep.h" 21 22#include "cpu.h" | 1/* 2 * m68k/ColdFire Semihosting syscall interface 3 * 4 * Copyright (c) 2005-2007 CodeSourcery. 5 * 6 * This program is free software; you can redistribute it and/or modify 7 * it under the terms of the GNU General Public License as published by 8 * the Free Software Foundation; either version 2 of the License, or --- 6 unchanged lines hidden (view full) --- 15 * 16 * You should have received a copy of the GNU General Public License 17 * along with this program; if not, see <http://www.gnu.org/licenses/>. 18 */ 19 20#include "qemu/osdep.h" 21 22#include "cpu.h" |
23#include "exec/gdbstub.h" | 23#include "gdbstub/syscalls.h" |
24#include "gdbstub/helpers.h" 25#include "semihosting/syscalls.h" 26#include "semihosting/softmmu-uaccess.h" 27#include "hw/boards.h" 28#include "qemu/log.h" 29 30#define HOSTED_EXIT 0 31#define HOSTED_INIT_SIM 1 --- 204 unchanged lines hidden --- | 24#include "gdbstub/helpers.h" 25#include "semihosting/syscalls.h" 26#include "semihosting/softmmu-uaccess.h" 27#include "hw/boards.h" 28#include "qemu/log.h" 29 30#define HOSTED_EXIT 0 31#define HOSTED_INIT_SIM 1 --- 204 unchanged lines hidden --- |