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.h57 int gdbserver_start(const char *port_or_device);
/openbmc/qemu/monitor/
H A Dhmp-cmds.c288 if (gdbserver_start(device) < 0) { in hmp_gdbserver()
/openbmc/qemu/bsd-user/
H A Dmain.c630 gdbserver_start(gdbstub); in main()
/openbmc/qemu/gdbstub/
H A Dsystem.c333 int gdbserver_start(const char *device) in gdbserver_start() function
H A Duser.c408 int gdbserver_start(const char *port_or_path) in gdbserver_start() function
/openbmc/qemu/linux-user/
H A Dmain.c1025 if (gdbserver_start(gdbstub) < 0) { in main()
/openbmc/qemu/system/
H A Dvl.c2698 if (foreach_device_config(DEV_GDB, gdbserver_start) < 0) { in qemu_machine_creation_done()