kopia lustrzana https://github.com/stlink-org/stlink
9 wiersze
177 B
C
9 wiersze
177 B
C
|
#ifndef _GDB_REMOTE_H_
|
||
|
#define _GDB_REMOTE_H_
|
||
|
|
||
|
int gdb_send_packet(int fd, char* data);
|
||
|
int gdb_recv_packet(int fd, char** buffer);
|
||
|
int gdb_check_for_interrupt(int fd);
|
||
|
|
||
|
#endif
|