gdbPath
perf gdbPath string"gdbpath"
Description
Specifies the full path to GDB version 7.2 or later. The default is "gdb".
If a valid
gdbPath is set in the shell environments CDS_DEBUGGER, DEBUGGER, or GDB, the gdbPath is overwritten by the information specified in the shell environment.GUI Equivalent
Examples
envGetVal("perf" "gdbPath")
envSetVal("perf" "gdbPath" 'string "/usr/bin/gdb")
Related Topics
Return to top