Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Duser.c408 int gdbserver_start(const char *port_or_path) in gdbserver_start() argument
410 int port = g_ascii_strtoull(port_or_path, NULL, 10); in gdbserver_start()
416 gdb_fd = gdbserver_open_socket(port_or_path); in gdbserver_start()
426 gdbserver_user_state.socket_path = g_strdup(port_or_path); in gdbserver_start()