/[qemu]/qemu/cpu-all.h
ViewVC logotype

Diff of /qemu/cpu-all.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by bellard, Wed Jun 25 16:09:48 2003 UTC revision 1.4 by bellard, Fri Jun 27 18:52:23 2003 UTC
# Line 304  void page_unprotect_range(uint8_t *data, Line 304  void page_unprotect_range(uint8_t *data,
304    
305  #endif /* SINGLE_CPU_DEFINES */  #endif /* SINGLE_CPU_DEFINES */
306    
307    #define DEFAULT_GDBSTUB_PORT 1234
308    
309  void cpu_abort(CPUState *env, const char *fmt, ...);  void cpu_abort(CPUState *env, const char *fmt, ...);
310  extern CPUState *cpu_single_env;  extern CPUState *cpu_single_env;
311    
312    /* gdb stub API */
313    extern int gdbstub_fd;
314    CPUState *cpu_gdbstub_get_env(void *opaque);
315    int cpu_gdbstub(void *opaque, void (*main_loop)(void *opaque), int port);
316    
317  #endif /* CPU_ALL_H */  #endif /* CPU_ALL_H */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26