From 9dc52a8f30a6fc71a0cbda1880182b7ca63c3407 Mon Sep 17 00:00:00 2001 From: Ernie Pasveer Date: Mon, 11 Sep 2023 17:45:58 -0500 Subject: [PATCH] Update README to show how to specify an alternate gdb program. --- tests/hellocuda/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/hellocuda/README b/tests/hellocuda/README index cd4f1a0..b189803 100644 --- a/tests/hellocuda/README +++ b/tests/hellocuda/README @@ -4,3 +4,7 @@ References: https://docs.nvidia.com/cuda/cuda-gdb/index.html#walk-through-examples https://developer.nvidia.com/cuda-gdb +Use a different gdb program without changing Seer's config. + + $ seergdb --gdb-program /usr/local/cuda-12.2/bin/cuda-gdb program arg1 arg2 ... +