 |
TEMU
4.4
The Terma Emulator
|
Go to the documentation of this file.
9 #ifndef TEMU_GDBSERVER_H
10 #define TEMU_GDBSERVER_H
void * temu_createGdbServer(uint16_t Port)
void temu_gdbAddCpu(void *Gdb, const char *CpuName)
void temu_gdbWaitForConnection(void *Gdb)
void temu_gdbAddMachine(void *Gdb, const char *MachineName)
void temu_initGdbServerLib(void)
Initialise the GDB Server Library.
int temu_gdbRun(void *Gdb)
void temu_gdbAsyncStop(void *Gdb)
void temu_disposeGdbServer(void *Gdb)