thermosphere: copy paste lots of gdb luma files (but don't build them yet)

This commit is contained in:
TuxSH
2020-01-21 22:38:29 +00:00
parent d80299d9ce
commit e4b2745e7c
30 changed files with 4139 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
* This file is part of Luma3DS.
* Copyright (C) 2016-2019 Aurora Wright, TuxSH
*
* SPDX-License-Identifier: (MIT OR GPL-2.0-or-later)
*/
#pragma once
#include "gdb.h"
GDB_DECLARE_HANDLER(ReadRegisters);
GDB_DECLARE_HANDLER(WriteRegisters);
GDB_DECLARE_HANDLER(ReadRegister);
GDB_DECLARE_HANDLER(WriteRegister);