commit | b048ff08651bb3f9883c7212bdd3cb5813ffba69 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Thu Oct 07 11:02:08 2021 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Tue Nov 09 14:47:22 2021 +0000 |
tree | 1ec3c55dd68e4e8cf372527d08c5f137466b8662 | |
parent | b2162fe2f3e46611dca6471a167a9dff2768d469 [diff] |
Explain how to connect GDB. Change-Id: Ibb374491a5445d183d3b22ece926d7d18d56e568
diff --git a/kvm-unit-tests/run_test.sh b/kvm-unit-tests/run_test.sh index a696d20..6372b49 100755 --- a/kvm-unit-tests/run_test.sh +++ b/kvm-unit-tests/run_test.sh
@@ -129,6 +129,8 @@ if [ -z "${TIMEOUT}" ]; then TIMEOUT=0s fi + >&2 echo "Test will wait for GDB connection. Connect with" + >&2 echo "$ build/aarch64/run_gdb.sh -e gdb-multiarch" fi # If not otherwise specified, use default timeout value.