Home
last modified time | relevance | path

Searched refs:gdb_syscall_complete_cb (Results 1 – 2 of 2) sorted by relevance

/external/qemu/
Dgdbstub.h13 typedef void (*gdb_syscall_complete_cb)(CPUState *env, typedef
16 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...);
Dgdbstub.c334 static gdb_syscall_complete_cb gdb_current_syscall_cb;
2007 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...) in gdb_do_syscall()