/external/lldb/examples/plugins/commands/ |
fooplugin.cpp | 51 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); local 52 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo",NULL);
|
/external/lldb/include/lldb/Interpreter/ |
OptionGroupString.h | 17 #include "lldb/Interpreter/Options.h" 18 #include "lldb/Interpreter/OptionValueString.h" 55 SetOptionValue (CommandInterpreter &interpreter, 60 OptionParsingStarting (CommandInterpreter &interpreter);
|
OptionGroupUInt64.h | 17 #include "lldb/Interpreter/Options.h" 18 #include "lldb/Interpreter/OptionValueUInt64.h" 55 SetOptionValue (CommandInterpreter &interpreter, 60 OptionParsingStarting (CommandInterpreter &interpreter);
|
OptionGroupFile.h | 17 #include "lldb/Interpreter/Options.h" 18 #include "lldb/Interpreter/OptionValueFileSpec.h" 19 #include "lldb/Interpreter/OptionValueFileSpecList.h" 56 SetOptionValue (CommandInterpreter &interpreter, 61 OptionParsingStarting (CommandInterpreter &interpreter); 114 SetOptionValue (CommandInterpreter &interpreter, 119 OptionParsingStarting (CommandInterpreter &interpreter);
|
Options.h | 24 #include "lldb/Interpreter/Args.h" 38 /// @class Options Options.h "lldb/Interpreter/Options.h" 85 /// CommandOptions (CommandInterpreter &interpreter) : debug (true), verbose (false), log_file (), log_flags (0) 124 Options (CommandInterpreter &interpreter); 226 /// @param[in] interpreter 227 /// The interpreter that's doing the completing. 257 /// @param[in] interpreter 258 /// The command interpreter doing the completion. 373 SetOptionValue (CommandInterpreter &interpreter, 378 OptionParsingStarting (CommandInterpreter &interpreter) = 0 [all...] |
OptionGroupValueObjectDisplay.h | 18 #include "lldb/Interpreter/Options.h" 43 SetOptionValue (CommandInterpreter &interpreter, 48 OptionParsingStarting (CommandInterpreter &interpreter);
|
/external/lldb/source/Interpreter/ |
OptionGroupUUID.cpp | 10 #include "lldb/Interpreter/OptionGroupUUID.h" 49 OptionGroupUUID::SetOptionValue (CommandInterpreter &interpreter, 73 OptionGroupUUID::OptionParsingStarting (CommandInterpreter &interpreter)
|
OptionGroupFile.cpp | 10 #include "lldb/Interpreter/OptionGroupFile.h" 45 OptionGroupFile::SetOptionValue (CommandInterpreter &interpreter, 54 OptionGroupFile::OptionParsingStarting (CommandInterpreter &interpreter) 85 OptionGroupFileList::SetOptionValue (CommandInterpreter &interpreter, 94 OptionGroupFileList::OptionParsingStarting (CommandInterpreter &interpreter)
|
CommandObjectScript.cpp | 23 #include "lldb/Interpreter/Args.h" 24 #include "lldb/Interpreter/CommandInterpreter.h" 25 #include "lldb/Interpreter/CommandReturnObject.h" 26 #include "lldb/Interpreter/ScriptInterpreter.h" 35 CommandObjectScript::CommandObjectScript (CommandInterpreter &interpreter, ScriptLanguage script_lang) : 36 CommandObjectRaw (interpreter, 38 "Pass an expression to the script interpreter for evaluation and return the results. Drop into the interactive interpreter if no expression is given.", 71 result.AppendError("no script interpreter");
|
OptionGroupArchitecture.cpp | 10 #include "lldb/Interpreter/OptionGroupArchitecture.h" 60 OptionGroupArchitecture::SetOptionValue (CommandInterpreter &interpreter, 82 OptionGroupArchitecture::OptionParsingStarting (CommandInterpreter &interpreter)
|
OptionGroupBoolean.cpp | 10 #include "lldb/Interpreter/OptionGroupBoolean.h" 45 OptionGroupBoolean::SetOptionValue (CommandInterpreter &interpreter, 64 OptionGroupBoolean::OptionParsingStarting (CommandInterpreter &interpreter)
|
OptionGroupOutputFile.cpp | 10 #include "lldb/Interpreter/OptionGroupOutputFile.h" 51 OptionGroupOutputFile::SetOptionValue (CommandInterpreter &interpreter, 77 OptionGroupOutputFile::OptionParsingStarting (CommandInterpreter &interpreter)
|
OptionGroupString.cpp | 10 #include "lldb/Interpreter/OptionGroupString.h" 46 OptionGroupString::SetOptionValue (CommandInterpreter &interpreter, 55 OptionGroupString::OptionParsingStarting (CommandInterpreter &interpreter)
|
OptionGroupUInt64.cpp | 10 #include "lldb/Interpreter/OptionGroupUInt64.h" 46 OptionGroupUInt64::SetOptionValue (CommandInterpreter &interpreter, 55 OptionGroupUInt64::OptionParsingStarting (CommandInterpreter &interpreter)
|
OptionGroupPlatform.cpp | 12 #include "lldb/Interpreter/OptionGroupPlatform.h" 18 #include "lldb/Interpreter/CommandInterpreter.h" 26 OptionGroupPlatform::CreatePlatformWithOptions (CommandInterpreter &interpreter, 56 interpreter.GetDebugger().GetPlatformList().Append (platform_sp, make_selected); 75 OptionGroupPlatform::OptionParsingStarting (CommandInterpreter &interpreter) 112 OptionGroupPlatform::SetOptionValue (CommandInterpreter &interpreter,
|
/external/lldb/test/functionalities/plugins/commands/ |
plugin.cpp | 52 lldb::SBCommandInterpreter interpreter = debugger.GetCommandInterpreter(); local 53 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
idle.bat | 2 rem Start IDLE using the appropriate Python interpreter
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
idle.bat | 2 rem Start IDLE using the appropriate Python interpreter
|
/external/llvm/tools/llvm-jitlistener/ |
Makefile | 15 LINK_COMPONENTS := mcjit jit interpreter nativecodegen bitreader asmparser irreader selectiondag Object
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
modifier.hpp | 38 nfp::keyword<struct interpreter_t> interpreter; member in namespace:boost::BOOST_RT_PARAM_NAMESPACE::environment::__anon43122
|
/external/lldb/source/Commands/ |
CommandObjectPlatform.cpp | 22 #include "lldb/Interpreter/Args.h" 23 #include "lldb/Interpreter/CommandInterpreter.h" 24 #include "lldb/Interpreter/CommandReturnObject.h" 25 #include "lldb/Interpreter/OptionGroupPlatform.h" 40 CommandObjectPlatformSelect (CommandInterpreter &interpreter) : 41 CommandObjectParsed (interpreter, 46 m_option_group (interpreter), 135 CommandObjectPlatformList (CommandInterpreter &interpreter) : 136 CommandObjectParsed (interpreter, 190 CommandObjectPlatformStatus (CommandInterpreter &interpreter) [all...] |
CommandObjectLog.cpp | 20 #include "lldb/Interpreter/Args.h" 25 #include "lldb/Interpreter/Options.h" 32 #include "lldb/Interpreter/CommandInterpreter.h" 33 #include "lldb/Interpreter/CommandReturnObject.h" 53 CommandObjectLogEnable(CommandInterpreter &interpreter) : 54 CommandObjectParsed (interpreter, 58 m_options (interpreter) 120 CommandOptions (CommandInterpreter &interpreter) : 121 Options (interpreter), 236 CommandObjectLogDisable(CommandInterpreter &interpreter) [all...] |
CommandObjectType.cpp | 27 #include "lldb/Interpreter/CommandInterpreter.h" 28 #include "lldb/Interpreter/CommandObject.h" 29 #include "lldb/Interpreter/CommandReturnObject.h" 30 #include "lldb/Interpreter/Options.h" 31 #include "lldb/Interpreter/OptionGroupFormat.h" 112 CommandOptions (CommandInterpreter &interpreter) : 113 Options (interpreter) 175 CommandObjectTypeSummaryAdd (CommandInterpreter &interpreter); 202 CommandOptions (CommandInterpreter &interpreter) : 203 Options (interpreter) 830 ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); local 1056 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); local 1065 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); local 3380 ScriptInterpreter *interpreter = data.reader.GetDebugger().GetCommandInterpreter().GetScriptInterpreter(); local 3532 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); local [all...] |
CommandObjectDisassemble.h | 18 #include "lldb/Interpreter/CommandObject.h" 19 #include "lldb/Interpreter/Options.h" 34 CommandOptions (CommandInterpreter &interpreter); 87 CommandObjectDisassemble (CommandInterpreter &interpreter);
|
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
TemplateFactory.java | 17 package com.google.clearsilver.jsilver.interpreter;
|