Skip to main content

Module cuda_gdb

Module cuda_gdb 

Source
Expand description

CUDA-GDB adapter installer

CUDA-GDB supports two modes:

  1. Native DAP mode (-i=dap): Available in cuda-gdb builds based on GDB 14.1+ when DAP Python bindings are included (NVIDIA official installs)
  2. cdt-gdb-adapter bridge: For cuda-gdb builds without native DAP (e.g., Arch Linux minimal)

Architecture (native DAP): Client <-> cuda-gdb -i=dap <-> GPU

Architecture (cdt-gdb-adapter bridge): Client <-> cdt-gdb-adapter (DAP) <-> cuda-gdb (MI mode) <-> GPU

Requirements:

  • CUDA Toolkit with cuda-gdb (Linux only)
  • For bridge mode: Node.js runtime + cdt-gdb-adapter npm package

Structsยง

CudaGdbInstaller