initial checkin of firm ycomp debugger
[libfirm] / ir / debug / firm_ycomp.h
1 #ifndef _FIRM_YCOMP_H_
2 #define _FIRM_YCOMP_H_
3
4 #include "firmnet.h"
5
6 /**
7  * Establish connection to yComp and register debugger hooks.
8  * @param host Hostname where yComp is running
9  * @param port Port on which yComp is listening
10  */
11 void firm_init_ycomp_debugger(const char *host, uint16_t port);
12
13 /**
14  * Close connection to yComp and unregister debugger hooks.
15  */
16 void firm_finish_ycomp_debugger(void);
17
18 #endif /* _FIRM_YCOMP_H_ */