Revision 7ccfb2eb gdbstub.h

b/gdbstub.h
6 6
typedef void (*gdb_syscall_complete_cb)(CPUState *env,
7 7
                                        target_ulong ret, target_ulong err);
8 8

  
9
void gdb_do_syscall(gdb_syscall_complete_cb cb, char *fmt, ...);
9
void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...);
10 10
int use_gdb_syscalls(void);
11 11
#ifdef CONFIG_USER_ONLY
12 12
int gdb_handlesig (CPUState *, int);

Also available in: Unified diff