Plan 9 from Bell Labs’s /usr/web/sources/contrib/stallion/src/gdbfs/gdb.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


int	gdbsend(char *);
int	gdbsendp(char *);
int	gdback(void);
int	gdbresend(void);
int	gdbrecv(char *, int);
int	gdbcommand(char *, char *, int);

int	wasack(void);
int	wasnotify(void);
int	waserror(void);

int	gdbopen(char *);
void	gdbclose(void);
void	gdbkill(void);

int	chattygdb;

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.