10 #ifndef LLDB_SBCommandInterpreter_h_
11 #define LLDB_SBCommandInterpreter_h_
103 const char *last_char,
104 int match_start_point,
105 int max_return_elements,
111 int match_start_point,
112 int max_return_elements,
120 lldb::CommandOverrideCallback callback,
127 lldb_private::CommandInterpreter &
130 lldb_private::CommandInterpreter *
134 reset (lldb_private::CommandInterpreter *);
141 lldb_private::CommandInterpreter *m_opaque_ptr;
186 SBCommand (lldb::CommandObjectSP cmd_sp);
188 lldb::CommandObjectSP m_opaque_sp;
193 #endif // LLDB_SBCommandInterpreter_h_