Variable: gud-lldb-command-name

gud-lldb-command-name is a customizable variable defined in gud.el.gz.

Value

"lldb"

Documentation

Default command to invoke LLDB in order to debug a program with it.

This variable was added, or its default value changed, in Emacs 30.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defcustom gud-lldb-command-name "lldb"
  "Default command to invoke LLDB in order to debug a program with it."
  :type 'string
  :version "30.1")