summaryrefslogtreecommitdiff
path: root/src/st-util/gdb-remote.h
blob: ec990455bfd8efcbed03ff2c84b36deca5913d99 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef GDB_REMOTE_H
#define GDB_REMOTE_H

#include <stdint.h>

int32_t gdb_send_packet(int32_t fd, char* data);
int32_t gdb_recv_packet(int32_t fd, char** buffer);
int32_t gdb_check_for_interrupt(int32_t fd);

#endif // GDB_REMOTE_H