Sming Framework API
()
Toggle main menu visibility
Sming
Arch
Esp8266
Components
gdbstub
gdbsyscall.h
Go to the documentation of this file.
1
/****
2
* Sming Framework Project - Open Source framework for high efficiency native ESP8266 development.
3
* Created 2015 by Skurydin Alexey
4
* http://github.com/SmingHub/Sming
5
* All files of the Sming Core are provided under the LGPL v3 license.
6
*
7
* gdbsyscall.h - Support for GDB file I/O
8
*
9
* @author: 2019 - Mikee47 <mike@sillyhouse.net>
10
*
11
****/
12
13
#pragma once
14
15
#include "
gdbstub.h
"
16
20
void
gdbstub_syscall_execute
();
21
30
bool
gdb_syscall_complete
(
const
char
* data);
gdbstub_syscall_execute
void gdbstub_syscall_execute()
Called from gdbSendUserData() when user data has finished sending.
gdbstub.h
gdb_syscall_complete
bool gdb_syscall_complete(const char *data)
Command handler for 'F'.
Generated by
1.8.13