Home
last modified time | relevance | path

Searched refs:SetInternalVariable (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h211 static lldb::SBError SetInternalVariable(const char *var_name,
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbSet.cpp424 lldb::SBError error = lldb::SBDebugger::SetInternalVariable( in OptionFnDisassemblyFlavor()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp992 SBError SBDebugger::SetInternalVariable(const char *var_name, const char *value, in SetInternalVariable() function in SBDebugger