Revision 1fddef4b vl.h

b/vl.h
71 71
#else
72 72

  
73 73
#include "cpu.h"
74
#include "gdbstub.h"
74 75

  
75 76
#endif /* !defined(QEMU_TOOL) */
76 77

  
......
829 830
void readline_start(const char *prompt, int is_password,
830 831
                    ReadLineFunc *readline_func, void *opaque);
831 832

  
832
/* gdbstub.c */
833

  
834
#define DEFAULT_GDBSTUB_PORT 1234
835

  
836
int gdbserver_start(int port);
837

  
838 833
#endif /* VL_H */

Also available in: Unified diff