2017-06-05 02:02:04 +02:00
|
|
|
/*
|
2019-05-03 21:06:10 +02:00
|
|
|
* This file is part of Luma3DS.
|
2019-02-24 18:04:32 -07:00
|
|
|
* Copyright (C) 2016-2019 Aurora Wright, TuxSH
|
2017-06-05 02:02:04 +02:00
|
|
|
*
|
2019-05-03 21:06:10 +02:00
|
|
|
* SPDX-License-Identifier: (MIT OR GPL-2.0-or-later)
|
2017-06-05 02:02:04 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "gdb.h"
|
|
|
|
|
|
|
|
|
|
int GDB_HandleReadQuery(GDBContext *ctx);
|
|
|
|
|
int GDB_HandleWriteQuery(GDBContext *ctx);
|
|
|
|
|
|
|
|
|
|
GDB_DECLARE_QUERY_HANDLER(Supported);
|
|
|
|
|
GDB_DECLARE_QUERY_HANDLER(StartNoAckMode);
|
|
|
|
|
GDB_DECLARE_QUERY_HANDLER(Attached);
|
|
|
|
|
GDB_DECLARE_QUERY_HANDLER(CatchSyscalls);
|