Home
last modified time | relevance | path

Searched defs:gdb_cmd (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/guest-debug/
H A Drun-test.py53 gdb_cmd = "%s %s -ex 'target remote localhost:1234' -x %s" % (args.gdb, args.binary, args.test) variable
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/guest-debug/
H A Drun-test.py53 gdb_cmd = "%s %s -ex 'target remote localhost:1234' -x %s" % (args.gdb, args.binary, args.test) variable
/dports/emulators/qemu5/qemu-5.2.0/tests/guest-debug/
H A Drun-test.py59 gdb_cmd = "%s %s" % (args.gdb, args.binary) variable
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/guest-debug/
H A Drun-test.py79 gdb_cmd = "%s %s" % (args.gdb, args.binary) variable
/dports/emulators/qemu/qemu-6.2.0/tests/guest-debug/
H A Drun-test.py79 gdb_cmd = "%s %s" % (args.gdb, args.binary) variable
/dports/emulators/qemu60/qemu-6.0.0/tests/guest-debug/
H A Drun-test.py79 gdb_cmd = "%s %s" % (args.gdb, args.binary) variable
/dports/net-im/psi/psi-1.5/src/tools/crash/
H A Dcrash_sigsegv.cpp86 char gdb_cmd[]="bt\nquit"; in dump_pid_son() local