Home
last modified time | relevance | path

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

12345678

/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectPlatform.cpp96 SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
159 OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
189 CommandObjectPlatformSelect (CommandInterpreter &interpreter) : in CommandObjectPlatformSelect() argument
190 CommandObjectParsed (interpreter, in CommandObjectPlatformSelect()
195 m_option_group (interpreter), in CommandObjectPlatformSelect()
284 CommandObjectPlatformList (CommandInterpreter &interpreter) : in CommandObjectPlatformList() argument
285 CommandObjectParsed (interpreter, in CommandObjectPlatformList()
339 CommandObjectPlatformStatus (CommandInterpreter &interpreter) : in CommandObjectPlatformStatus() argument
340 CommandObjectParsed (interpreter, in CommandObjectPlatformStatus()
389 CommandObjectPlatformConnect (CommandInterpreter &interpreter) : in CommandObjectPlatformConnect() argument
[all …]
HDCommandObjectType.cpp136 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
137 Options (interpreter) in CommandOptions()
195 CommandObjectTypeSummaryAdd (CommandInterpreter &interpreter);
224 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete() local
225 if (interpreter) in IOHandlerInputComplete()
236 ScriptInterpreter *interpreter = m_interpreter.GetScriptInterpreter(); in IOHandlerInputComplete() local
237 if (interpreter) in IOHandlerInputComplete()
240 if (interpreter->GenerateTypeScriptFunction (lines, funct_name_str)) in IOHandlerInputComplete()
375 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
376 Options (interpreter) in CommandOptions()
[all …]
HDCommandObjectProcess.cpp40 CommandObjectProcessLaunchOrAttach (CommandInterpreter &interpreter, in CommandObjectProcessLaunchOrAttach() argument
46 CommandObjectParsed (interpreter, name, help, syntax, flags), in CommandObjectProcessLaunchOrAttach()
120 CommandObjectProcessLaunch (CommandInterpreter &interpreter) : in CommandObjectProcessLaunch() argument
121 CommandObjectProcessLaunchOrAttach (interpreter, in CommandObjectProcessLaunch()
127 m_options (interpreter) in CommandObjectProcessLaunch()
306 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
307 Options(interpreter) in CommandOptions()
440 CommandObjectProcessAttach (CommandInterpreter &interpreter) : in CommandObjectProcessAttach() argument
441 CommandObjectProcessLaunchOrAttach (interpreter, in CommandObjectProcessAttach()
447 m_options (interpreter) in CommandObjectProcessAttach()
[all …]
HDCommandObjectCommands.cpp44 CommandObjectCommandsHistory(CommandInterpreter &interpreter) : in CommandObjectCommandsHistory() argument
45 CommandObjectParsed (interpreter, in CommandObjectCommandsHistory()
49 m_options (interpreter) in CommandObjectCommandsHistory()
67 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
68 Options (interpreter), in CommandOptions()
244 CommandObjectCommandsSource(CommandInterpreter &interpreter) : in CommandObjectCommandsSource() argument
245 CommandObjectParsed (interpreter, in CommandObjectCommandsSource()
249 m_options (interpreter) in CommandObjectCommandsSource()
309 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
310 Options (interpreter), in CommandOptions()
[all …]
HDCommandCompletions.cpp54 CommandInterpreter &interpreter, in InvokeCommonCompletionCallbacks() argument
77 g_common_completions[i].callback (interpreter, in InvokeCommonCompletionCallbacks()
92 CommandInterpreter &interpreter, in SourceFiles() argument
103 SourceFileCompleter completer (interpreter, in SourceFiles()
112 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in SourceFiles()
325 CommandInterpreter &interpreter, in DiskFiles() argument
346 CommandInterpreter &interpreter, in DiskDirectories() argument
366 CommandInterpreter &interpreter, in Modules() argument
376 ModuleCompleter completer (interpreter, in Modules()
384 lldb::TargetSP target_sp = interpreter.GetDebugger().GetSelectedTarget(); in Modules()
[all …]
HDCommandObjectLog.cpp53 CommandObjectLogEnable(CommandInterpreter &interpreter) : in CommandObjectLogEnable() argument
54 CommandObjectParsed (interpreter, in CommandObjectLogEnable()
58 m_options (interpreter) in CommandObjectLogEnable()
120 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
121 Options (interpreter), in CommandOptions()
236 CommandObjectLogDisable(CommandInterpreter &interpreter) : in CommandObjectLogDisable() argument
237 CommandObjectParsed (interpreter, in CommandObjectLogDisable()
316 CommandObjectLogList(CommandInterpreter &interpreter) : in CommandObjectLogList() argument
317 CommandObjectParsed (interpreter, in CommandObjectLogList()
392 CommandObjectLogTimer(CommandInterpreter &interpreter) : in CommandObjectLogTimer() argument
[all …]
HDCommandObjectWatchpoint.cpp174 CommandObjectWatchpointList (CommandInterpreter &interpreter) : in CommandObjectWatchpointList() argument
175 CommandObjectParsed (interpreter, in CommandObjectWatchpointList()
179 m_options(interpreter) in CommandObjectWatchpointList()
200 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
201 Options(interpreter), in CommandOptions()
358 CommandObjectWatchpointEnable (CommandInterpreter &interpreter) : in CommandObjectWatchpointEnable() argument
359 CommandObjectParsed (interpreter, in CommandObjectWatchpointEnable()
437 CommandObjectWatchpointDisable (CommandInterpreter &interpreter) : in CommandObjectWatchpointDisable() argument
438 CommandObjectParsed (interpreter, in CommandObjectWatchpointDisable()
521 CommandObjectWatchpointDelete (CommandInterpreter &interpreter) : in CommandObjectWatchpointDelete() argument
[all …]
HDCommandObjectTarget.cpp154 CommandObjectTargetCreate(CommandInterpreter &interpreter) : in CommandObjectTargetCreate() argument
155 CommandObjectParsed (interpreter, in CommandObjectTargetCreate()
159 m_option_group (interpreter), in CommandObjectTargetCreate()
429 CommandObjectTargetList (CommandInterpreter &interpreter) : in CommandObjectTargetList() argument
430 CommandObjectParsed (interpreter, in CommandObjectTargetList()
477 CommandObjectTargetSelect (CommandInterpreter &interpreter) : in CommandObjectTargetSelect() argument
478 CommandObjectParsed (interpreter, in CommandObjectTargetSelect()
553 CommandObjectTargetDelete (CommandInterpreter &interpreter) : in CommandObjectTargetDelete() argument
554 CommandObjectParsed (interpreter, in CommandObjectTargetDelete()
559 m_option_group (interpreter), in CommandObjectTargetDelete()
[all …]
HDCommandObjectThread.cpp57 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
58 Options(interpreter) in CommandOptions()
136 CommandObjectThreadBacktrace (CommandInterpreter &interpreter) : in CommandObjectThreadBacktrace() argument
137 CommandObjectParsed (interpreter, in CommandObjectThreadBacktrace()
146 m_options(interpreter) in CommandObjectThreadBacktrace()
328 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
329 Options (interpreter) in CommandOptions()
412 CommandObjectThreadStepWithTypeAndScope (CommandInterpreter &interpreter, in CommandObjectThreadStepWithTypeAndScope() argument
418 CommandObjectParsed (interpreter, name, help, syntax, in CommandObjectThreadStepWithTypeAndScope()
426 m_options (interpreter) in CommandObjectThreadStepWithTypeAndScope()
[all …]
HDCommandObjectSettings.cpp33 CommandObjectSettingsSet (CommandInterpreter &interpreter) : in CommandObjectSettingsSet() argument
34 CommandObjectRaw (interpreter, in CommandObjectSettingsSet()
38 m_options (interpreter) in CommandObjectSettingsSet()
103 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
104 Options (interpreter), in CommandOptions()
303 CommandObjectSettingsShow (CommandInterpreter &interpreter) : in CommandObjectSettingsShow() argument
304 CommandObjectParsed (interpreter, in CommandObjectSettingsShow()
391 CommandObjectSettingsList (CommandInterpreter &interpreter) : in CommandObjectSettingsList() argument
392 CommandObjectParsed (interpreter, in CommandObjectSettingsList()
487 CommandObjectSettingsRemove (CommandInterpreter &interpreter) : in CommandObjectSettingsRemove() argument
[all …]
HDCommandObjectFrame.cpp62 CommandObjectFrameInfo (CommandInterpreter &interpreter) : in CommandObjectFrameInfo() argument
63 CommandObjectParsed (interpreter, in CommandObjectFrameInfo()
102 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
103 Options(interpreter) in CommandOptions()
153 CommandObjectFrameSelect (CommandInterpreter &interpreter) : in CommandObjectFrameSelect() argument
154 CommandObjectParsed (interpreter, in CommandObjectFrameSelect()
162 m_options (interpreter) in CommandObjectFrameSelect()
306 CommandObjectFrameVariable (CommandInterpreter &interpreter) : in CommandObjectFrameVariable() argument
307 CommandObjectParsed (interpreter, in CommandObjectFrameVariable()
321 m_option_group (interpreter), in CommandObjectFrameVariable()
[all …]
HDCommandObjectBreakpoint.cpp67 CommandObjectBreakpointSet (CommandInterpreter &interpreter) : in CommandObjectBreakpointSet() argument
68 CommandObjectParsed (interpreter, in CommandObjectBreakpointSet()
72 m_options (interpreter) in CommandObjectBreakpointSet()
90 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
91 Options (interpreter), in CommandOptions()
721 CommandObjectBreakpointModify (CommandInterpreter &interpreter) : in CommandObjectBreakpointModify() argument
722 CommandObjectParsed (interpreter, in CommandObjectBreakpointModify()
728 m_options (interpreter) in CommandObjectBreakpointModify()
750 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
751 Options (interpreter), in CommandOptions()
[all …]
HDCommandObjectWatchpointCommand.cpp44 CommandObjectWatchpointCommandAdd (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandAdd() argument
45 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandAdd()
50 m_options (interpreter) in CommandObjectWatchpointCommandAdd()
305 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
306 Options (interpreter), in CommandOptions()
544 CommandObjectWatchpointCommandDelete (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandDelete() argument
545 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandDelete()
636 CommandObjectWatchpointCommandList (CommandInterpreter &interpreter) : in CommandObjectWatchpointCommandList() argument
637 CommandObjectParsed (interpreter, in CommandObjectWatchpointCommandList()
745 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 …]
HDCommandObjectPlugin.cpp26 CommandObjectPluginLoad (CommandInterpreter &interpreter) : in CommandObjectPluginLoad() argument
27 CommandObjectParsed (interpreter, in CommandObjectPluginLoad()
105 CommandObjectPlugin::CommandObjectPlugin (CommandInterpreter &interpreter) : in CommandObjectPlugin() argument
106 CommandObjectMultiword (interpreter, in CommandObjectPlugin()
111 LoadSubCommand ("load", CommandObjectSP (new CommandObjectPluginLoad (interpreter))); in CommandObjectPlugin()
HDCommandObjectBreakpointCommand.cpp44 CommandObjectBreakpointCommandAdd (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommandAdd() argument
45 CommandObjectParsed (interpreter, in CommandObjectBreakpointCommandAdd()
50 m_options (interpreter) in CommandObjectBreakpointCommandAdd()
328 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
329 Options (interpreter), in CommandOptions()
587 CommandObjectBreakpointCommandDelete (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommandDelete() argument
588 CommandObjectParsed (interpreter, in CommandObjectBreakpointCommandDelete()
685 CommandObjectBreakpointCommandList (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommandList() argument
686 CommandObjectParsed (interpreter, in CommandObjectBreakpointCommandList()
814 CommandObjectBreakpointCommand::CommandObjectBreakpointCommand (CommandInterpreter &interpreter) : in CommandObjectBreakpointCommand() argument
[all …]
HDCommandObjectArgs.cpp42 CommandObjectArgs::CommandOptions::CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
43 Options(interpreter) in CommandOptions()
82 CommandObjectArgs::CommandObjectArgs (CommandInterpreter &interpreter) : in CommandObjectArgs() argument
83 CommandObjectParsed (interpreter, in CommandObjectArgs()
87 m_options (interpreter) in CommandObjectArgs()
HDCommandObjectSource.cpp49 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
50 Options(interpreter) in CommandOptions()
106 CommandObjectSourceInfo(CommandInterpreter &interpreter) : in CommandObjectSourceInfo() argument
107 CommandObjectParsed (interpreter, in CommandObjectSourceInfo()
111 m_options (interpreter) in CommandObjectSourceInfo()
157 CommandOptions (CommandInterpreter &interpreter) : in CommandOptions() argument
158 Options(interpreter) in CommandOptions()
251 CommandObjectSourceList(CommandInterpreter &interpreter) : in CommandObjectSourceList() argument
252 CommandObjectParsed (interpreter, in CommandObjectSourceList()
257 m_options (interpreter) in CommandObjectSourceList()
[all …]
/trueos/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);
372 SetOptionValue (CommandInterpreter &interpreter,
377 OptionParsingStarting (CommandInterpreter &interpreter) = 0;
380 OptionParsingFinished (CommandInterpreter &interpreter) in OptionParsingFinished() argument
393 OptionGroupOptions (CommandInterpreter &interpreter) : in OptionGroupOptions() argument
394 Options (interpreter), in OptionGroupOptions()
HDOptionGroupFile.h56 SetOptionValue (CommandInterpreter &interpreter,
61 OptionParsingStarting (CommandInterpreter &interpreter);
114 SetOptionValue (CommandInterpreter &interpreter,
119 OptionParsingStarting (CommandInterpreter &interpreter);
HDCommandObject.h79 CommandObject (CommandInterpreter &interpreter,
205 …GetArgumentHelp (Stream &str, lldb::CommandArgumentType arg_type, CommandInterpreter &interpreter);
557 CommandObjectParsed (CommandInterpreter &interpreter,
562 CommandObject (interpreter, name, help, syntax, flags) {} in CommandObject() argument
583 CommandObjectRaw (CommandInterpreter &interpreter,
588 CommandObject (interpreter, name, help, syntax, flags) {} in CommandObject() argument
/trueos/contrib/llvm/tools/lldb/source/Interpreter/
HDOptionGroupFormat.cpp71 OptionGroupFormat::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
128 while (ParserGDBFormatLetter (interpreter, gdb_format_cstr[0], format, byte_size)) in SetOptionValue()
148 ParserGDBFormatLetter (interpreter, m_prev_gdb_format, format, byte_size); in SetOptionValue()
156 ParserGDBFormatLetter (interpreter, m_prev_gdb_size, format, byte_size); in SetOptionValue()
210 OptionGroupFormat::ParserGDBFormatLetter (CommandInterpreter &interpreter, char format_letter, Form… in ParserGDBFormatLetter() argument
223 ExecutionContext exe_ctx(interpreter.GetExecutionContext()); in ParserGDBFormatLetter()
245 OptionGroupFormat::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
HDOptionGroupFile.cpp45 OptionGroupFile::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
54 OptionGroupFile::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
85 OptionGroupFileList::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument
94 OptionGroupFileList::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
HDOptionGroupPlatform.cpp26 OptionGroupPlatform::CreatePlatformWithOptions (CommandInterpreter &interpreter, in CreatePlatformWithOptions() argument
56 interpreter.GetDebugger().GetPlatformList().Append (platform_sp, make_selected); in CreatePlatformWithOptions()
75 OptionGroupPlatform::OptionParsingStarting (CommandInterpreter &interpreter) in OptionParsingStarting() argument
112 OptionGroupPlatform::SetOptionValue (CommandInterpreter &interpreter, in SetOptionValue() argument

12345678