Home
last modified time | relevance | path

Searched refs:HasCommands (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBCommandInterpreter.i120 HasCommands ();
/llvm-project-15.0.7/lldb/test/API/python_api/interpreter/
H A DTestCommandInterpreterAPI.py36 self.assertTrue(ci.HasCommands())
/llvm-project-15.0.7/lldb/test/API/commands/session/save/
H A DTestSessionSave.py50 self.assertTrue(interpreter.HasCommands())
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h56 bool HasCommands();
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp318 bool SBCommandInterpreter::HasCommands() { in HasCommands() function in SBCommandInterpreter
321 return (IsValid() ? m_opaque_ptr->HasCommands() : false); in HasCommands()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h455 bool HasCommands() const;
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp645 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
733 if (!m_interpreter.HasCommands() || request.GetCursorIndex() != 0) in HandleArgumentCompletion()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp980 if (HasCommands()) { in GetCommandSP()
1023 if (HasCommands()) { in GetCommandSP()
2112 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands() function in CommandInterpreter