Home
last modified time | relevance | path

Searched refs:CommandInterpreter (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h64 static void DiskFiles(CommandInterpreter &interpreter,
86 static void SourceFiles(CommandInterpreter &interpreter,
89 static void Modules(CommandInterpreter &interpreter,
92 static void ModuleUUIDs(CommandInterpreter &interpreter,
95 static void Symbols(CommandInterpreter &interpreter,
109 static void VariablePath(CommandInterpreter &interpreter,
112 static void Registers(CommandInterpreter &interpreter,
115 static void Breakpoints(CommandInterpreter &interpreter,
126 static void ProcessIDs(CommandInterpreter &interpreter,
129 static void ProcessNames(CommandInterpreter &interpreter,
[all …]
H A DCommandObjectMultiword.h21 friend class CommandInterpreter; variable
25 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name,
75 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
137 friend class CommandInterpreter;
H A DCommandObject.h112 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name,
124 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; } in GetCommandInterpreter()
207 CommandInterpreter &interpreter);
358 CommandInterpreter &m_interpreter;
380 CommandObjectParsed(CommandInterpreter &interpreter, const char *name,
397 CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name,
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp116 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter
141 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit()
173 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands()
242 void CommandInterpreter::Initialize() { in Initialize()
480 void CommandInterpreter::Clear() { in Clear()
500 void CommandInterpreter::LoadCommandDictionary() { in LoadCommandDictionary()
2417 void CommandInterpreter::HandleCommandsFromFile( in HandleCommandsFromFile()
2741 void CommandInterpreter::GetProcessOutput() { in GetProcessOutput()
2765 bool CommandInterpreter::InterruptCommand() { in InterruptCommand()
2932 bool CommandInterpreter::SaveTranscript( in SaveTranscript()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp39 typedef void (*CompletionCallback)(CommandInterpreter &interpreter,
50 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks()
102 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer()
115 CommandInterpreter &m_interpreter;
128 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter()
303 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles()
470 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles()
512 void CommandCompletions::Modules(CommandInterpreter &interpreter, in Modules()
544 void CommandCompletions::Symbols(CommandInterpreter &interpreter, in Symbols()
598 void CommandCompletions::Registers(CommandInterpreter &interpreter, in Registers()
[all …]
H A DCommandObjectStats.cpp18 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable()
42 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable()
66 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump()
91 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats()
H A DCommandObjectLog.cpp45 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable()
186 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable()
250 CommandObjectLogList(CommandInterpreter &interpreter) in CommandObjectLogList()
302 CommandObjectLogTimerEnable(CommandInterpreter &interpreter) in CommandObjectLogTimerEnable()
352 CommandObjectLogTimerDisable(CommandInterpreter &interpreter) in CommandObjectLogTimerDisable()
376 CommandObjectLogTimerDump(CommandInterpreter &interpreter) in CommandObjectLogTimerDump()
398 CommandObjectLogTimerReset(CommandInterpreter &interpreter) in CommandObjectLogTimerReset()
421 CommandObjectLogTimerIncrement(CommandInterpreter &interpreter) in CommandObjectLogTimerIncrement()
475 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer()
497 CommandObjectLog::CommandObjectLog(CommandInterpreter &interpreter) in CommandObjectLog()
H A DCommandObjectPlatform.cpp143 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect()
201 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList()
241 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus()
273 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect()
420 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir()
468 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen()
530 CommandObjectPlatformFClose(CommandInterpreter &interpreter) in CommandObjectPlatformFClose()
570 CommandObjectPlatformFRead(CommandInterpreter &interpreter) in CommandObjectPlatformFRead()
660 CommandObjectPlatformFWrite(CommandInterpreter &interpreter) in CommandObjectPlatformFWrite()
743 CommandObjectPlatformFile(CommandInterpreter &interpreter) in CommandObjectPlatformFile()
[all …]
H A DCommandObjectHelp.cpp44 CommandObjectHelp::CommandObjectHelp(CommandInterpreter &interpreter) in CommandObjectHelp()
85 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute()
87 cmd_types |= CommandInterpreter::eCommandTypesAliases; in DoExecute()
89 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()
91 cmd_types |= CommandInterpreter::eCommandTypesHidden; in DoExecute()
H A DCommandObjectType.cpp106 CommandOptions(CommandInterpreter &interpreter) : Options() {} in CommandOptions()
142 CommandObjectTypeSummaryAdd(CommandInterpreter &interpreter);
483 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter);
571 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd()
1468 CommandInterpreter &interpreter) in CommandObjectTypeSummaryAdd()
2344 CommandInterpreter &interpreter) in CommandObjectTypeSynthAdd()
2714 CommandObjectTypeLookup(CommandInterpreter &interpreter) in CommandObjectTypeLookup()
2921 CommandObjectTypeFormat(CommandInterpreter &interpreter) in CommandObjectTypeFormat()
2949 CommandObjectTypeSynth(CommandInterpreter &interpreter) in CommandObjectTypeSynth()
2978 CommandObjectTypeFilter(CommandInterpreter &interpreter) in CommandObjectTypeFilter()
[all …]
H A DCommandObjectProcess.cpp108 CommandObjectProcessLaunch(CommandInterpreter &interpreter) in CommandObjectProcessLaunch()
344 CommandObjectProcessAttach(CommandInterpreter &interpreter) in CommandObjectProcessAttach()
670 CommandObjectProcessDetach(CommandInterpreter &interpreter) in CommandObjectProcessDetach()
814 CommandObjectProcessPlugin(CommandInterpreter &interpreter) in CommandObjectProcessPlugin()
878 CommandObjectProcessLoad(CommandInterpreter &interpreter) in CommandObjectProcessLoad()
953 CommandObjectProcessUnload(CommandInterpreter &interpreter) in CommandObjectProcessUnload()
1015 CommandObjectProcessSignal(CommandInterpreter &interpreter) in CommandObjectProcessSignal()
1130 CommandObjectProcessKill(CommandInterpreter &interpreter) in CommandObjectProcessKill()
1278 CommandObjectProcessStatus(CommandInterpreter &interpreter) in CommandObjectProcessStatus()
1439 CommandObjectProcessHandle(CommandInterpreter &interpreter) in CommandObjectProcessHandle()
[all …]
H A DCommandObjectSettings.cpp28 CommandObjectSettingsSet(CommandInterpreter &interpreter) in CommandObjectSettingsSet()
241 CommandObjectSettingsShow(CommandInterpreter &interpreter) in CommandObjectSettingsShow()
301 CommandObjectSettingsWrite(CommandInterpreter &interpreter) in CommandObjectSettingsWrite()
416 CommandObjectSettingsRead(CommandInterpreter &interpreter) in CommandObjectSettingsRead()
483 CommandObjectSettingsList(CommandInterpreter &interpreter) in CommandObjectSettingsList()
554 CommandObjectSettingsRemove(CommandInterpreter &interpreter) in CommandObjectSettingsRemove()
648 CommandObjectSettingsReplace(CommandInterpreter &interpreter) in CommandObjectSettingsReplace()
841 CommandObjectSettingsInsertAfter(CommandInterpreter &interpreter) in CommandObjectSettingsInsertAfter()
937 CommandObjectSettingsAppend(CommandInterpreter &interpreter) in CommandObjectSettingsAppend()
1026 CommandObjectSettingsClear(CommandInterpreter &interpreter) in CommandObjectSettingsClear()
[all …]
H A DCommandObjectTrace.h18 CommandObjectTrace(CommandInterpreter &interpreter);
28 CommandInterpreter &interpreter, const char *name,
H A DCommandObjectThread.cpp108 CommandObjectThreadBacktrace(CommandInterpreter &interpreter) in CommandObjectThreadBacktrace()
859 CommandObjectThreadUntil(CommandInterpreter &interpreter) in CommandObjectThreadUntil()
1085 CommandObjectThreadSelect(CommandInterpreter &interpreter) in CommandObjectThreadSelect()
1158 CommandObjectThreadList(CommandInterpreter &interpreter) in CommandObjectThreadList()
1231 CommandObjectThreadInfo(CommandInterpreter &interpreter) in CommandObjectThreadInfo()
1384 CommandObjectThreadReturn(CommandInterpreter &interpreter) in CommandObjectThreadReturn()
1559 CommandObjectThreadJump(CommandInterpreter &interpreter) in CommandObjectThreadJump()
1931 CommandObjectTraceExport(CommandInterpreter &interpreter) in CommandObjectTraceExport()
1956 CommandObjectTraceStart(CommandInterpreter &interpreter) in CommandObjectTraceStart()
1973 CommandObjectTraceStop(CommandInterpreter &interpreter) in CommandObjectTraceStop()
[all …]
H A DCommandObjectCommands.cpp37 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource()
230 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias()
576 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias()
664 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete()
743 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex()
1105 CommandObjectScriptingObject(CommandInterpreter &interpreter, in CommandObjectScriptingObject()
1195 CommandObjectCommandsScriptImport(CommandInterpreter &interpreter) in CommandObjectCommandsScriptImport()
1343 CommandObjectCommandsScriptAdd(CommandInterpreter &interpreter) in CommandObjectCommandsScriptAdd()
1553 CommandObjectCommandsScriptList(CommandInterpreter &interpreter) in CommandObjectCommandsScriptList()
1577 CommandObjectCommandsScriptClear(CommandInterpreter &interpreter) in CommandObjectCommandsScriptClear()
[all …]
H A DCommandObjectTrace.cpp74 CommandObjectTraceLoad(CommandInterpreter &interpreter) in CommandObjectTraceLoad()
173 CommandObjectTraceDump(CommandInterpreter &interpreter) in CommandObjectTraceDump()
239 CommandObjectTraceSchema(CommandInterpreter &interpreter) in CommandObjectTraceSchema()
290 CommandObjectTrace::CommandObjectTrace(CommandInterpreter &interpreter) in CommandObjectTrace()
H A DCommandObjectTarget.cpp214 CommandObjectTargetCreate(CommandInterpreter &interpreter) in CommandObjectTargetCreate()
454 CommandObjectTargetList(CommandInterpreter &interpreter) in CommandObjectTargetList()
484 CommandObjectTargetSelect(CommandInterpreter &interpreter) in CommandObjectTargetSelect()
533 CommandObjectTargetDelete(CommandInterpreter &interpreter) in CommandObjectTargetDelete()
676 CommandObjectTargetVariable(CommandInterpreter &interpreter) in CommandObjectTargetVariable()
2390 CommandObjectTargetModulesDump(CommandInterpreter &interpreter) in CommandObjectTargetModulesDump()
2423 CommandObjectTargetModulesAdd(CommandInterpreter &interpreter) in CommandObjectTargetModulesAdd()
3910 CommandObjectTargetModules(CommandInterpreter &interpreter) in CommandObjectTargetModules()
3946 CommandObjectTargetSymbolsAdd(CommandInterpreter &interpreter) in CommandObjectTargetSymbolsAdd()
4322 CommandObjectTargetSymbols(CommandInterpreter &interpreter) in CommandObjectTargetSymbols()
[all …]
H A DCommandObjectPlugin.cpp18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad()
71 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
H A DCommandObjectFrame.cpp105 CommandObjectFrameDiagnose(CommandInterpreter &interpreter) in CommandObjectFrameDiagnose()
194 CommandObjectFrameInfo(CommandInterpreter &interpreter) in CommandObjectFrameInfo()
261 CommandObjectFrameSelect(CommandInterpreter &interpreter) in CommandObjectFrameSelect()
391 CommandObjectFrameVariable(CommandInterpreter &interpreter) in CommandObjectFrameVariable()
787 CommandObjectFrameRecognizerAdd(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerAdd()
902 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerClear()
920 CommandObjectFrameRecognizerDelete(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerDelete()
997 CommandObjectFrameRecognizerList(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerList()
1043 CommandObjectFrameRecognizerInfo(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerInfo()
1117 CommandObjectFrameRecognizer(CommandInterpreter &interpreter) in CommandObjectFrameRecognizer()
[all …]
H A DCommandObjectReproducer.cpp173 CommandObjectReproducerGenerate(CommandInterpreter &interpreter) in CommandObjectReproducerGenerate()
214 CommandInterpreter::eBroadcastBitQuitCommandReceived); in DoExecute()
222 CommandObjectReproducerXCrash(CommandInterpreter &interpreter) in CommandObjectReproducerXCrash()
305 CommandObjectReproducerStatus(CommandInterpreter &interpreter) in CommandObjectReproducerStatus()
354 CommandObjectReproducerDump(CommandInterpreter &interpreter) in CommandObjectReproducerDump()
601 CommandObjectReproducerVerify(CommandInterpreter &interpreter) in CommandObjectReproducerVerify()
695 CommandInterpreter &interpreter) in CommandObjectReproducer()
H A DCommandObjectQuit.cpp21 CommandObjectQuit::CommandObjectQuit(CommandInterpreter &interpreter) in CommandObjectQuit()
100 CommandInterpreter::eBroadcastBitQuitCommandReceived; in DoExecute()
H A DCommandObjectSession.cpp17 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave()
58 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory()
200 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp37 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpointSet()
76 CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupBreakpoint()
94 CommandObjectRenderScriptScriptGroupList(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroupList()
140 CommandObjectRenderScriptScriptGroup(CommandInterpreter &interpreter) in CommandObjectRenderScriptScriptGroup()
158 lldb_private::CommandInterpreter &interpreter) { in NewCommandObjectRenderScriptScriptGroup()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h218 lldb_private::CommandInterpreter *interpreter_ptr =
267 lldb_private::CommandInterpreter &ref();
269 lldb_private::CommandInterpreter *get();
271 void reset(lldb_private::CommandInterpreter *);
276 lldb_private::CommandInterpreter *m_opaque_ptr;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DUserSettingsController.h24 class CommandInterpreter; variable
65 virtual void DumpAllDescriptions(CommandInterpreter &interpreter,

123456