GDBStub: remove the cmake option and the ifdefs

This commit is contained in:
aldelaro5
2021-10-01 09:56:26 -04:00
parent 657bb00c01
commit 94a0f416eb
10 changed files with 13 additions and 60 deletions

View File

@ -8,10 +8,6 @@
#include "Common/CommonTypes.h"
#include "Core/CoreTiming.h"
#ifndef MSG_WAITALL
#define MSG_WAITALL (8)
#endif
typedef enum
{
GDB_SIGTRAP = 5,