|
Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
Public Attributes | |
| bool | attached |
| true if GDB is attached to stub More... | |
| bool | enabled |
| Debugging may be disabled via gdb_enable() More... | |
| SyscallState | syscall |
| State of system call. More... | |
| uint8_t | flags |
| Combination of GdbDebugFlag. More... | |
| bool gdb_state_t::attached |
true if GDB is attached to stub
| bool gdb_state_t::enabled |
Debugging may be disabled via gdb_enable()
| uint8_t gdb_state_t::flags |
Combination of GdbDebugFlag.
| SyscallState gdb_state_t::syscall |
State of system call.