Home
last modified time | relevance | path

Searched refs:interpreter (Results 1 – 25 of 197) sorted by relevance

12345678

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp95 SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
158 OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
188 CommandObjectPlatformSelect (CommandInterpreter &interpreter) : in CommandObjectPlatformSelect() argument
189 CommandObjectParsed (interpreter, in CommandObjectPlatformSelect()
194 m_option_group (interpreter), in CommandObjectPlatformSelect()
285 CommandObjectPlatformList (CommandInterpreter &interpreter) : in CommandObjectPlatformList() argument
286 CommandObjectParsed (interpreter, in CommandObjectPlatformList()
340 CommandObjectPlatformStatus (CommandInterpreter &interpreter) : in CommandObjectPlatformStatus() argument
341 CommandObjectParsed (interpreter, in CommandObjectPlatformStatus()
390 CommandObjectPlatformConnect (CommandInterpreter &interpreter) : in CommandObjectPlatformConnect() argument
[all …]
HDCommandObjectType.cpp142 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
143 Options (interpreter) in CommandOptions()
201 CommandObjectTypeSummaryAdd (CommandInterpreter &interpreter);
230 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete() local
231 if (interpreter) in IOHandlerInputComplete()
242 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete() local
243 if (interpreter) in IOHandlerInputComplete()
246 if (interpreter->GenerateTypeScriptFunction (lines, funct_name_str)) in IOHandlerInputComplete()
381 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
382 Options (interpreter) in CommandOptions()
[all …]
HDCommandObjectProcess.cpp41 CommandObjectProcessLaunchOrAttach (CommandInterpreter &interpreter, in CommandObjectProcessLaunchOrAttach() argument
47 CommandObjectParsed (interpreter, name, help, syntax, flags), in CommandObjectProcessLaunchOrAttach()
121 CommandObjectProcessLaunch (CommandInterpreter &interpreter) : in CommandObjectProcessLaunch() argument
122 CommandObjectProcessLaunchOrAttach (interpreter, in CommandObjectProcessLaunch()
128 m_options (interpreter) in CommandObjectProcessLaunch()
334 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
335 Options(interpreter) in CommandOptions()
468 CommandObjectProcessAttach (CommandInterpreter &interpreter) : in CommandObjectProcessAttach() argument
469 CommandObjectProcessLaunchOrAttach (interpreter, in CommandObjectProcessAttach()
475 m_options (interpreter) in CommandObjectProcessAttach()
[all …]
HDCommandObjectCommands.cpp41 CommandObjectCommandsHistory(CommandInterpreter &interpreter) : in CommandObjectCommandsHistory() argument
42 CommandObjectParsed (interpreter, in CommandObjectCommandsHistory()
46 m_options (interpreter) in CommandObjectCommandsHistory()
64 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
65 Options (interpreter), in CommandOptions()
241 CommandObjectCommandsSource(CommandInterpreter &interpreter) : in CommandObjectCommandsSource() argument
242 CommandObjectParsed (interpreter, in CommandObjectCommandsSource()
246 m_options (interpreter) in CommandObjectCommandsSource()
306 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
307 Options (interpreter), in CommandOptions()
[all …]
HDCommandObjectThread.cpp52 CommandObjectIterateOverThreads (CommandInterpreter &interpreter, in CommandObjectIterateOverThreads() argument
57 CommandObjectParsed (interpreter, name, help, syntax, flags) in CommandObjectIterateOverThreads()
158 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
159 Options(interpreter) in CommandOptions()
237 CommandObjectThreadBacktrace (CommandInterpreter &interpreter) : in CommandObjectThreadBacktrace() argument
238 CommandObjectIterateOverThreads (interpreter, in CommandObjectThreadBacktrace()
247 m_options(interpreter) in CommandObjectThreadBacktrace()
339 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
340 Options (interpreter) in CommandOptions()
466 CommandObjectThreadStepWithTypeAndScope (CommandInterpreter &interpreter, in CommandObjectThreadStepWithTypeAndScope() argument
[all …]
HDCommandCompletions.cpp55 CommandInterpreter &interpreter, in InvokeCommonCompletionCallbacks() argument
78 g_common_completions[i].callback (interpreter, in InvokeCommonCompletionCallbacks()
93 CommandInterpreter &interpreter, in SourceFiles() argument
104 SourceFileCompleter completer (interpreter, in SourceFiles()
113 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in SourceFiles()
317 CommandInterpreter &interpreter, in DiskFiles() argument
338 CommandInterpreter &interpreter, in DiskDirectories() argument
358 CommandInterpreter &interpreter, in Modules() argument
368 ModuleCompleter completer (interpreter, in Modules()
376 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Modules()
[all …]
HDCommandObjectLog.cpp50 CommandObjectLogEnable(CommandInterpreter &interpreter) : in CommandObjectLogEnable() argument
51 CommandObjectParsed (interpreter, in CommandObjectLogEnable()
55 m_options (interpreter) in CommandObjectLogEnable()
117 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
118 Options (interpreter), in CommandOptions()
235 CommandObjectLogDisable(CommandInterpreter &interpreter) : in CommandObjectLogDisable() argument
236 CommandObjectParsed (interpreter, in CommandObjectLogDisable()
315 CommandObjectLogList(CommandInterpreter &interpreter) : in CommandObjectLogList() argument
316 CommandObjectParsed (interpreter, in CommandObjectLogList()
391 CommandObjectLogTimer(CommandInterpreter &interpreter) : in CommandObjectLogTimer() argument
[all …]
HDCommandObjectWatchpoint.cpp168 CommandObjectWatchpointList (CommandInterpreter &interpreter) : in CommandObjectWatchpointList() argument
169 CommandObjectParsed (interpreter, in CommandObjectWatchpointList()
173 m_options(interpreter) in CommandObjectWatchpointList()
194 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
195 Options(interpreter), in CommandOptions()
352 CommandObjectWatchpointEnable (CommandInterpreter &interpreter) : in CommandObjectWatchpointEnable() argument
353 CommandObjectParsed (interpreter, in CommandObjectWatchpointEnable()
431 CommandObjectWatchpointDisable (CommandInterpreter &interpreter) : in CommandObjectWatchpointDisable() argument
432 CommandObjectParsed (interpreter, in CommandObjectWatchpointDisable()
515 CommandObjectWatchpointDelete (CommandInterpreter &interpreter) : in CommandObjectWatchpointDelete() argument
[all …]
HDCommandObjectSettings.cpp32 CommandObjectSettingsSet (CommandInterpreter &interpreter) : in CommandObjectSettingsSet() argument
33 CommandObjectRaw (interpreter, in CommandObjectSettingsSet()
37 m_options (interpreter) in CommandObjectSettingsSet()
103 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
104 Options (interpreter), in CommandOptions()
304 CommandObjectSettingsShow (CommandInterpreter &interpreter) : in CommandObjectSettingsShow() argument
305 CommandObjectParsed (interpreter, in CommandObjectSettingsShow()
392 CommandObjectSettingsList (CommandInterpreter &interpreter) : in CommandObjectSettingsList() argument
393 CommandObjectParsed (interpreter, in CommandObjectSettingsList()
488 CommandObjectSettingsRemove (CommandInterpreter &interpreter) : in CommandObjectSettingsRemove() argument
[all …]
HDCommandObjectBreakpoint.cpp70 CommandObjectBreakpointSet (CommandInterpreter &interpreter) : in CommandObjectBreakpointSet() argument
71 CommandObjectParsed (interpreter, in CommandObjectBreakpointSet()
75 m_options (interpreter) in CommandObjectBreakpointSet()
93 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
94 Options (interpreter), in CommandOptions()
827 CommandObjectBreakpointModify (CommandInterpreter &interpreter) : in CommandObjectBreakpointModify() argument
828 CommandObjectParsed (interpreter, in CommandObjectBreakpointModify()
834 m_options (interpreter) in CommandObjectBreakpointModify()
856 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
857 Options (interpreter), in CommandOptions()
[all …]
HDCommandObjectTarget.cpp155 CommandObjectTargetCreate(CommandInterpreter &interpreter) : in CommandObjectTargetCreate() argument
156 CommandObjectParsed (interpreter, in CommandObjectTargetCreate()
160 m_option_group (interpreter), in CommandObjectTargetCreate()
471 CommandObjectTargetList (CommandInterpreter &interpreter) : in CommandObjectTargetList() argument
472 CommandObjectParsed (interpreter, in CommandObjectTargetList()
519 CommandObjectTargetSelect (CommandInterpreter &interpreter) : in CommandObjectTargetSelect() argument
520 CommandObjectParsed (interpreter, in CommandObjectTargetSelect()
602 CommandObjectTargetDelete (CommandInterpreter &interpreter) : in CommandObjectTargetDelete() argument
603 CommandObjectParsed (interpreter, in CommandObjectTargetDelete()
608 m_option_group(interpreter), in CommandObjectTargetDelete()
[all …]
HDCommandObjectFrame.cpp61 CommandObjectFrameInfo (CommandInterpreter &interpreter) : in CommandObjectFrameInfo() argument
62 CommandObjectParsed (interpreter, in CommandObjectFrameInfo()
101 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
102 Options(interpreter) in CommandOptions()
152 CommandObjectFrameSelect (CommandInterpreter &interpreter) : in CommandObjectFrameSelect() argument
153 CommandObjectParsed (interpreter, in CommandObjectFrameSelect()
161 m_options (interpreter) in CommandObjectFrameSelect()
305 CommandObjectFrameVariable (CommandInterpreter &interpreter) : in CommandObjectFrameVariable() argument
306 CommandObjectParsed (interpreter, in CommandObjectFrameVariable()
320 m_option_group (interpreter), in CommandObjectFrameVariable()
[all …]
HDCommandObjectBreakpointCommand.cpp42 CommandObjectBreakpointCommandAdd (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommandAdd() argument
43 CommandObjectParsed (interpreter, in CommandObjectBreakpointCommandAdd()
49 m_options (interpreter) in CommandObjectBreakpointCommandAdd()
307 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
308 Options (interpreter), in CommandOptions()
577 CommandObjectBreakpointCommandDelete (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommandDelete() argument
578 CommandObjectParsed (interpreter, in CommandObjectBreakpointCommandDelete()
582 m_options (interpreter) in CommandObjectBreakpointCommandDelete()
612 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
613 Options (interpreter), in CommandOptions()
[all …]
HDCommandObjectWatchpointCommand.cpp42 CommandObjectWatchpointCommandAdd (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandAdd() argument
43 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandAdd()
48 m_options (interpreter) in CommandObjectWatchpointCommandAdd()
293 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
294 Options (interpreter), in CommandOptions()
532 CommandObjectWatchpointCommandDelete (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandDelete() argument
533 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandDelete()
624 CommandObjectWatchpointCommandList (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandList() argument
625 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandList()
733 CommandObjectWatchpointCommand::CommandObjectWatchpointCommand (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommand() argument
[all …]
HDCommandObjectRegister.cpp44 CommandObjectRegisterRead (CommandInterpreter &interpreter) : in CommandObjectRegisterRead() argument
45 CommandObjectParsed (interpreter, in CommandObjectRegisterRead()
53 m_option_group (interpreter), in CommandObjectRegisterRead()
290 OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
298 SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
373 CommandObjectRegisterWrite (CommandInterpreter &interpreter) : in CommandObjectRegisterWrite() argument
374 CommandObjectParsed (interpreter, in CommandObjectRegisterWrite()
484 CommandObjectRegister::CommandObjectRegister(CommandInterpreter &interpreter) : in CommandObjectRegister() argument
485 CommandObjectMultiword (interpreter, in CommandObjectRegister()
490 LoadSubCommand ("read", CommandObjectSP (new CommandObjectRegisterRead (interpreter))); in CommandObjectRegister()
[all …]
HDCommandObjectBugreport.cpp34 CommandObjectBugreportUnwind(CommandInterpreter &interpreter) : in CommandObjectBugreportUnwind() argument
35 CommandObjectParsed(interpreter, in CommandObjectBugreportUnwind()
39 m_option_group(interpreter), in CommandObjectBugreportUnwind()
133 CommandObjectMultiwordBugreport::CommandObjectMultiwordBugreport(CommandInterpreter &interpreter) : in CommandObjectMultiwordBugreport() argument
134 CommandObjectMultiword(interpreter, in CommandObjectMultiwordBugreport()
140 LoadSubCommand("unwind", CommandObjectSP(new CommandObjectBugreportUnwind(interpreter))); in CommandObjectMultiwordBugreport()
HDCommandObjectPlugin.cpp24 CommandObjectPluginLoad (CommandInterpreter &interpreter) : in CommandObjectPluginLoad() argument
25 CommandObjectParsed (interpreter, in CommandObjectPluginLoad()
103 CommandObjectPlugin::CommandObjectPlugin (CommandInterpreter &interpreter) : in CommandObjectPlugin() argument
104 CommandObjectMultiword (interpreter, in CommandObjectPlugin()
109 LoadSubCommand ("load", CommandObjectSP (new CommandObjectPluginLoad (interpreter))); in CommandObjectPlugin()
HDCommandObjectArgs.cpp42 CommandObjectArgs::CommandOptions::CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
43 Options(interpreter) in CommandOptions()
76 CommandObjectArgs::CommandObjectArgs (CommandInterpreter &interpreter) : in CommandObjectArgs() argument
77 CommandObjectParsed (interpreter, in CommandObjectArgs()
81 m_options (interpreter) in CommandObjectArgs()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Interpreter/
HDCommandCompletions.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 &interpreter,
[all …]
HDOptions.h123 Options (CommandInterpreter &interpreter);
378 SetOptionValue (CommandInterpreter &interpreter,
383 OptionParsingStarting (CommandInterpreter &interpreter) = 0;
386 OptionParsingFinished (CommandInterpreter &interpreter) in OptionParsingFinished() argument
399 OptionGroupOptions (CommandInterpreter &interpreter) : in OptionGroupOptions() argument
400 Options (interpreter), in OptionGroupOptions()
HDOptionGroupFile.h56 SetOptionValue (CommandInterpreter &interpreter,
61 OptionParsingStarting (CommandInterpreter &interpreter);
114 SetOptionValue (CommandInterpreter &interpreter,
119 OptionParsingStarting (CommandInterpreter &interpreter);
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
HDRenderScriptRuntime.cpp936 CommandObjectRenderScriptRuntimeModuleProbe(CommandInterpreter &interpreter) in CommandObjectRenderScriptRuntimeModuleProbe() argument
937 : CommandObjectParsed(interpreter, "renderscript module probe", in CommandObjectRenderScriptRuntimeModuleProbe()
975 CommandObjectRenderScriptRuntimeModuleDump(CommandInterpreter &interpreter) in CommandObjectRenderScriptRuntimeModuleDump() argument
976 : CommandObjectParsed(interpreter, "renderscript module dump", in CommandObjectRenderScriptRuntimeModuleDump()
999 CommandObjectRenderScriptRuntimeModule(CommandInterpreter &interpreter) in CommandObjectRenderScriptRuntimeModule() argument
1000 …: CommandObjectMultiword(interpreter, "renderscript module", "Commands that deal with renderscript… in CommandObjectRenderScriptRuntimeModule()
1003 …SubCommand("probe", CommandObjectSP(new CommandObjectRenderScriptRuntimeModuleProbe(interpreter))); in CommandObjectRenderScriptRuntimeModule()
1004 …adSubCommand("dump", CommandObjectSP(new CommandObjectRenderScriptRuntimeModuleDump(interpreter))); in CommandObjectRenderScriptRuntimeModule()
1014 CommandObjectRenderScriptRuntimeKernelList(CommandInterpreter &interpreter) in CommandObjectRenderScriptRuntimeKernelList() argument
1015 : CommandObjectParsed(interpreter, "renderscript kernel list", in CommandObjectRenderScriptRuntimeKernelList()
[all …]
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupFormat.cpp69 OptionGroupFormat::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
126 while (ParserGDBFormatLetter (interpreter, gdb_format_cstr[0], format, byte_size)) in SetOptionValue()
146 ParserGDBFormatLetter (interpreter, m_prev_gdb_format, format, byte_size); in SetOptionValue()
154 ParserGDBFormatLetter (interpreter, m_prev_gdb_size, format, byte_size); in SetOptionValue()
208 OptionGroupFormat::ParserGDBFormatLetter (CommandInterpreter &interpreter, char format_letter, Form… in ParserGDBFormatLetter() argument
221 ExecutionContext exe_ctx(interpreter.GetExecutionContext()); in ParserGDBFormatLetter()
243 OptionGroupFormat::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
HDOptionGroupFile.cpp46 OptionGroupFile::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
55 OptionGroupFile::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
87 OptionGroupFileList::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
96 OptionGroupFileList::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
HDCommandObject.cpp43 CommandInterpreter &interpreter, in CommandObject() argument
49 m_interpreter (interpreter), in CommandObject()
519 …bject::GetArgumentHelp (Stream &str, CommandArgumentType arg_type, CommandInterpreter &interpreter) in GetArgumentHelp() argument
540 interpreter.OutputFormattedHelpText (str, name_str.GetData(), "--", help_text, in GetArgumentHelp()
545 interpreter.OutputHelpText(str, name_str.GetData(), "--", help_text, in GetArgumentHelp()
550interpreter.OutputFormattedHelpText (str, name_str.GetData(), "--", entry->help_text, name_str.Get… in GetArgumentHelp()
927 CommandInterpreter& interpreter = GetCommandInterpreter(); in FormatLongHelpText() local
941interpreter.OutputFormattedHelpText(output_strm, whitespace_prefix.c_str(), remainder.c_str()); in FormatLongHelpText()
956 CommandInterpreter& interpreter = GetCommandInterpreter(); in GenerateHelpText() local
963 interpreter.OutputFormattedHelpText (output_strm, "", "", help_text.c_str(), 1); in GenerateHelpText()
[all …]

12345678