Update README to show how to specify an alternate gdb program.

This commit is contained in:
Ernie Pasveer
2023-09-11 17:45:58 -05:00
parent 91fbd0838e
commit 9dc52a8f30
+4
View File
@@ -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 ...