Go to the source code of this file.
◆ LLDB_OPTIONS_watchpoint_command_add
#define LLDB_OPTIONS_watchpoint_command_add |
◆ ScriptOptionEnum()
static constexpr OptionEnumValues ScriptOptionEnum |
( |
| ) |
|
|
staticconstexpr |
◆ g_script_option_enumeration
constexpr OptionEnumValueElement g_script_option_enumeration[] |
|
staticconstexpr |
Initial value:= {
{
"command",
"Commands are in the lldb command interpreter language",
},
{
"python",
"Commands are in the Python language.",
},
{
"lua",
"Commands are in the Lua language.",
},
{
"default-script",
"Commands are in the default scripting language.",
},
}
Definition at line 28 of file CommandObjectWatchpointCommand.cpp.
Referenced by ScriptOptionEnum().