8 void pdb_register_cpu(void *context, int type, const char *name);
9 void pdb_cleanup(void);
10 void pdb_step(void *context, unsigned int pc);
11 void pdb_command(const char *cmd);
15 #define pdb_register_cpu(a,b,c)
18 #define pdb_command(a)
23 #if defined(PDB) && defined(PDB_NET)
25 int pdb_net_connect(const char *host, const char *port);
29 static inline int pdb_net_connect(const char *host, const char *port) {return 0;}