Searched refs:CommandInterpreter (Results 26 - 50 of 125) sorted by relevance

12345

/external/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h34 typedef int (*CompletionCallback) (CommandInterpreter &interpreter,
66 static bool InvokeCommonCompletionCallbacks (CommandInterpreter &interpreter,
79 DiskFiles (CommandInterpreter &interpreter,
87 DiskDirectories (CommandInterpreter &interpreter,
96 SourceFiles (CommandInterpreter &interpreter,
105 Modules (CommandInterpreter &interpreter,
114 Symbols (CommandInterpreter &interpreter,
123 SettingsNames (CommandInterpreter &interpreter,
132 PlatformPluginNames (CommandInterpreter &interpreter,
142 ArchitectureNames (CommandInterpreter
[all...]
H A DOptionGroupFile.h56 SetOptionValue (CommandInterpreter &interpreter,
61 OptionParsingStarting (CommandInterpreter &interpreter);
114 SetOptionValue (CommandInterpreter &interpreter,
119 OptionParsingStarting (CommandInterpreter &interpreter);
H A DScriptInterpreterNone.h21 ScriptInterpreterNone (CommandInterpreter &interpreter);
H A DOptionGroupValueObjectDisplay.h43 SetOptionValue (CommandInterpreter &interpreter,
48 OptionParsingStarting (CommandInterpreter &interpreter);
H A DOptionGroupFormat.h51 SetOptionValue (CommandInterpreter &interpreter,
56 OptionParsingStarting (CommandInterpreter &interpreter);
117 ParserGDBFormatLetter (CommandInterpreter &interpreter,
H A DOptionGroupPlatform.h54 SetOptionValue (CommandInterpreter &interpreter,
59 OptionParsingStarting (CommandInterpreter &interpreter);
62 CreatePlatformWithOptions (CommandInterpreter &interpreter,
H A DOptions.h85 /// CommandOptions (CommandInterpreter &interpreter) : debug (true), verbose (false), log_file (), log_flags (0)
124 Options (CommandInterpreter &interpreter);
311 CommandInterpreter &m_interpreter;
373 SetOptionValue (CommandInterpreter &interpreter,
378 OptionParsingStarting (CommandInterpreter &interpreter) = 0;
381 OptionParsingFinished (CommandInterpreter &interpreter)
394 OptionGroupOptions (CommandInterpreter &interpreter) :
/external/lldb/source/Commands/
H A DCommandObjectApropos.h29 CommandObjectApropos (CommandInterpreter &interpreter);
H A DCommandObjectBreakpoint.h35 CommandObjectMultiwordBreakpoint (CommandInterpreter &interpreter);
H A DCommandObjectQuit.h29 CommandObjectQuit (CommandInterpreter &interpreter);
H A DCommandObjectSyntax.h29 CommandObjectSyntax (CommandInterpreter &interpreter);
H A DCommandObjectVersion.cpp19 #include "lldb/Interpreter/CommandInterpreter.h"
29 CommandObjectVersion::CommandObjectVersion (CommandInterpreter &interpreter) :
H A DCommandObjectVersion.h29 CommandObjectVersion (CommandInterpreter &interpreter);
H A DCommandObjectWatchpoint.h31 CommandObjectMultiwordWatchpoint (CommandInterpreter &interpreter);
H A DCommandObjectHelp.h30 CommandObjectHelp (CommandInterpreter &interpreter);
48 CommandOptions (CommandInterpreter &interpreter) :
H A DCommandObjectExpression.h44 SetOptionValue (CommandInterpreter &interpreter,
49 OptionParsingStarting (CommandInterpreter &interpreter);
62 CommandObjectExpression (CommandInterpreter &interpreter);
/external/lldb/source/Interpreter/
H A DCommandObjectScript.h29 CommandObjectScript (CommandInterpreter &interpreter,
H A DOptionGroupFile.cpp45 OptionGroupFile::SetOptionValue (CommandInterpreter &interpreter,
54 OptionGroupFile::OptionParsingStarting (CommandInterpreter &interpreter)
85 OptionGroupFileList::SetOptionValue (CommandInterpreter &interpreter,
94 OptionGroupFileList::OptionParsingStarting (CommandInterpreter &interpreter)
H A DScriptInterpreterNone.cpp16 #include "lldb/Interpreter/CommandInterpreter.h"
21 ScriptInterpreterNone::ScriptInterpreterNone (CommandInterpreter &interpreter) :
H A DOptionGroupArchitecture.cpp60 OptionGroupArchitecture::SetOptionValue (CommandInterpreter &interpreter,
82 OptionGroupArchitecture::OptionParsingStarting (CommandInterpreter &interpreter)
H A DOptionGroupBoolean.cpp45 OptionGroupBoolean::SetOptionValue (CommandInterpreter &interpreter,
64 OptionGroupBoolean::OptionParsingStarting (CommandInterpreter &interpreter)
H A DOptionGroupOutputFile.cpp51 OptionGroupOutputFile::SetOptionValue (CommandInterpreter &interpreter,
77 OptionGroupOutputFile::OptionParsingStarting (CommandInterpreter &interpreter)
H A DOptionGroupString.cpp46 OptionGroupString::SetOptionValue (CommandInterpreter &interpreter,
55 OptionGroupString::OptionParsingStarting (CommandInterpreter &interpreter)
H A DOptionGroupUInt64.cpp46 OptionGroupUInt64::SetOptionValue (CommandInterpreter &interpreter,
55 OptionGroupUInt64::OptionParsingStarting (CommandInterpreter &interpreter)
/external/lldb/include/lldb/API/
H A DSBCommandInterpreter.h123 SBCommandInterpreter (lldb_private::CommandInterpreter *interpreter_ptr = NULL); // Access using SBDebugger::GetCommandInterpreter();
127 lldb_private::CommandInterpreter &
130 lldb_private::CommandInterpreter *
134 reset (lldb_private::CommandInterpreter *);
141 lldb_private::CommandInterpreter *m_opaque_ptr;

Completed in 205 milliseconds

12345