cuda-gdbserver --version (return code: 0)
NVIDIA (R) CUDA gdbserver
8.0 release
Portions Copyright (C) 2013-2016 NVIDIA Corporation
GNU gdbserver (GDB) 7.6.2
Copyright (C) 2013 Free Software Foundation, Inc.
gdbserver is free software, covered by the GNU General Public License.
This gdbserver was configured as "x86_64-unknown-linux-gnu"
cuda-gdbserver --help (return code: 0)
Usage: gdbserver [OPTIONS] COMM PROG [ARGS ...]
gdbserver [OPTIONS] --attach COMM PID
gdbserver [OPTIONS] --multi COMM
COMM may either be a tty device (for serial debugging), or
HOST:PORT to listen for a TCP connection.
Options:
--debug Enable general debugging output.
--remote-debug Enable remote protocol debugging output.
--version Display version information and exit.
--wrapper WRAPPER -- Run WRAPPER to start new programs.
--once Exit after the first connection has closed.
CUDA-specific options:
--cuda-use-lockfile=VALUE
If VALUE == 0, don't create a lock file for cuda-gdb.
Default behavior is to create a lock file.
Report bugs to "<http://www.gnu.org/software/gdb/bugs/>".