Searched refs:gdb_do_syscall (Results 1 – 3 of 3) sorted by relevance
/qemu/semihosting/ |
H A D | syscalls.c | 142 gdb_do_syscall(gdb_open_cb, "open,%s,%x,%x", in gdb_open() 150 gdb_do_syscall(complete, "close,%x", (uint32_t)gf->hostfd); in gdb_close() 156 gdb_do_syscall(complete, "read,%x,%lx,%lx", in gdb_read() 163 gdb_do_syscall(complete, "write,%x,%lx,%lx", in gdb_write() 170 gdb_do_syscall(complete, "lseek,%x,%lx,%x", in gdb_lseek() 177 gdb_do_syscall(complete, "isatty,%x", (uint32_t)gf->hostfd); in gdb_isatty() 183 gdb_do_syscall(complete, "fstat,%x,%lx", in gdb_fstat() 197 gdb_do_syscall(complete, "stat,%s,%lx", in gdb_stat() 210 gdb_do_syscall(complete, "unlink,%s", (uint64_t)fname, (uint32_t)len); in gdb_remove() 230 gdb_do_syscall(complete, "rename,%s,%s", in gdb_rename() [all …]
|
/qemu/include/gdbstub/ |
H A D | syscalls.h | 92 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...);
|
/qemu/gdbstub/ |
H A D | syscalls.c | 94 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...) in gdb_do_syscall() function
|