Home
last modified time | relevance | path

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

/external/lldb/source/Interpreter/
DCommandHistory.cpp17 CommandHistory::CommandHistory () : in CommandHistory() function in CommandHistory
22 CommandHistory::~CommandHistory () in ~CommandHistory()
26 CommandHistory::GetSize () const in GetSize()
33 CommandHistory::IsEmpty () const in IsEmpty()
40 CommandHistory::FindString (const char* input_str) const in FindString()
79 CommandHistory::GetStringAtIndex (size_t idx) const in GetStringAtIndex()
88 CommandHistory::operator [] (size_t idx) const in operator []()
94 CommandHistory::GetRecentmostString () const in GetRecentmostString()
103 CommandHistory::AppendString (const std::string& str, in AppendString()
119 CommandHistory::Clear () in Clear()
[all …]
DCMakeLists.txt5 CommandHistory.cpp
DAndroid.mk14 CommandHistory.cpp \
DCommandInterpreter.cpp1541 else if (command_string[non_space] == CommandHistory::g_repeat_char) in HandleCommand()
1962 else if (first_arg[0] == CommandHistory::g_repeat_char) in HandleCompletion()
/external/lldb/include/lldb/Interpreter/
DCommandHistory.h27 class CommandHistory
30 CommandHistory ();
32 ~CommandHistory ();
67 DISALLOW_COPY_AND_ASSIGN(CommandHistory);
DCommandInterpreter.h426 const CommandHistory&
432 CommandHistory&
473 CommandHistory m_command_history;
/external/lldb/source/Commands/
DCommandObjectCommands.cpp163 const CommandHistory& history(m_interpreter.GetCommandHistory()); in DoExecute()
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj551 …70176F97CE005A91B5 /* CommandHistory.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 94BA8B6F17…
1600CommandHistory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…
1601CommandHistory.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = CommandH…
2956 94BA8B71176F97D4005A91B5 /* CommandHistory.h */,
2957 94BA8B6F176F97CE005A91B5 /* CommandHistory.cpp */,
4052 94BA8B70176F97CE005A91B5 /* CommandHistory.cpp in Sources */,