Searched refs:SetInternalVariable (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/python_api/debugger/ |
| H A D | TestDebuggerAPI.py | 25 self.dbg.SetInternalVariable(None, None, None) 79 error = self.dbg.SetInternalVariable(property_name,
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBDebugger.i | 433 … SetInternalVariable (const char *var_name, const char *value, const char *debugger_instance_name);
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 292 static lldb::SBError SetInternalVariable(const char *var_name,
|
| /llvm-project-15.0.7/lldb/tools/driver/ |
| H A D | Driver.cpp | 234 lldb::SBDebugger::SetInternalVariable("target.load-cwd-lldbinit", "true", in ProcessArgs()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBDebugger.cpp | 1283 SBError SBDebugger::SetInternalVariable(const char *var_name, const char *value, in SetInternalVariable() function in SBDebugger
|