Lines Matching refs:gdb_do_syscall
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()
244 gdb_do_syscall(complete, "system,%s", (uint64_t)cmd, (uint32_t)len); in gdb_system()
250 gdb_do_syscall(complete, "gettimeofday,%lx,%lx", in gdb_gettimeofday()