Home
last modified time | relevance | path

Searched refs:gdb_do_syscall (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/semihosting/
H A Dsyscalls.c141 gdb_do_syscall(gdb_open_cb, "open,%s,%x,%x", in gdb_open()
149 gdb_do_syscall(complete, "close,%x", (uint32_t)gf->hostfd); in gdb_close()
155 gdb_do_syscall(complete, "read,%x,%lx,%lx", in gdb_read()
162 gdb_do_syscall(complete, "write,%x,%lx,%lx", in gdb_write()
169 gdb_do_syscall(complete, "lseek,%x,%lx,%x", in gdb_lseek()
176 gdb_do_syscall(complete, "isatty,%x", (uint32_t)gf->hostfd); in gdb_isatty()
182 gdb_do_syscall(complete, "fstat,%x,%lx", in gdb_fstat()
196 gdb_do_syscall(complete, "stat,%s,%lx", in gdb_stat()
229 gdb_do_syscall(complete, "rename,%s,%s", in gdb_rename()
243 gdb_do_syscall(complete, "system,%s", (uint64_t)cmd, (uint32_t)len); in gdb_system()
[all …]
/openbmc/qemu/include/gdbstub/
H A Dsyscalls.h92 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...);
/openbmc/qemu/gdbstub/
H A Dsyscalls.c93 void gdb_do_syscall(gdb_syscall_complete_cb cb, const char *fmt, ...) in gdb_do_syscall() function