PowerPC: Fix indirect includes for GDBStub

This commit is contained in:
Léo Lam 2017-08-08 17:43:32 +08:00
parent a25f7b9b4c
commit e10e42c09e
2 changed files with 7 additions and 9 deletions

View file

@ -4,8 +4,7 @@
// Originally written by Sven Peter <sven@fail0verflow.com> for anergistic.
#include <fcntl.h>
#include <stdarg.h>
#include <signal.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
@ -20,8 +19,14 @@
#include <sys/un.h>
#endif
#include "Common/Logging/Log.h"
#include "Core/HW/CPU.h"
#include "Core/HW/Memmap.h"
#include "Core/Host.h"
#include "Core/PowerPC/GDBStub.h"
#include "Core/PowerPC/Gekko.h"
#include "Core/PowerPC/PPCCache.h"
#include "Core/PowerPC/PowerPC.h"
#define GDB_BFR_MAX 10000
#define GDB_MAX_BP 10

View file

@ -6,14 +6,7 @@
#pragma once
#include <signal.h>
#include "Common/CommonTypes.h"
#include "Common/Thread.h"
#include "Core/HW/CPU.h"
#include "Core/HW/Memmap.h"
#include "Core/PowerPC/PowerPC.h"
#ifdef _WIN32
#define SIGTRAP 5