Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dgdbstub.h51 int gdbserver_start(const char *port_or_device);
/openbmc/qemu/gdbstub/
H A Duser.c319 int gdbserver_start(const char *port_or_path) in gdbserver_start() function
H A Dsystem.c332 int gdbserver_start(const char *device) in gdbserver_start() function
/openbmc/qemu/monitor/
H A Dhmp-cmds.c313 if (gdbserver_start(device) < 0) { in hmp_gdbserver()
/openbmc/qemu/bsd-user/
H A Dmain.c594 gdbserver_start(gdbstub); in main()
/openbmc/qemu/linux-user/
H A Dmain.c1002 if (gdbserver_start(gdbstub) < 0) { in main()
/openbmc/qemu/system/
H A Dvl.c2694 if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) { in qemu_machine_creation_done()