Home
last modified time | relevance | path

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

123456

/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandCompletions.h28 CommandInterpreter &interpreter, uint32_t completion_mask,
32 static void DiskFiles(CommandInterpreter &interpreter,
38 static void DiskDirectories(CommandInterpreter &interpreter,
46 static void RemoteDiskFiles(CommandInterpreter &interpreter,
50 static void RemoteDiskDirectories(CommandInterpreter &interpreter,
54 static void SourceFiles(CommandInterpreter &interpreter,
57 static void Modules(CommandInterpreter &interpreter,
60 static void ModuleUUIDs(CommandInterpreter &interpreter,
63 static void Symbols(CommandInterpreter &interpreter,
66 static void SettingsNames(CommandInterpreter &interpreter,
[all …]
H A DCommandObjectMultiword.h22 friend class CommandInterpreter; variable
26 CommandObjectMultiword(CommandInterpreter &interpreter, const char *name,
81 CommandObjectProxy(CommandInterpreter &interpreter, const char *name,
138 friend class CommandInterpreter;
H A DCommandObject.h114 CommandObject(CommandInterpreter &interpreter, llvm::StringRef name,
126 CommandInterpreter &GetCommandInterpreter() { return m_interpreter; }
231 CommandInterpreter &interpreter);
409 CommandInterpreter &m_interpreter;
427 CommandObjectParsed(CommandInterpreter &interpreter, const char *name,
444 CommandObjectRaw(CommandInterpreter &interpreter, llvm::StringRef name,
/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1 //===-- CommandInterpreter.cpp --------------------------------------------===//
69 #include "lldb/Interpreter/CommandInterpreter.h"
112 const char *CommandInterpreter::g_no_argument = "<no-argument>";
113 const char *CommandInterpreter::g_need_argument = "<need-argument>";
114 const char *CommandInterpreter::g_argument = "<argument>";
125 llvm::StringRef CommandInterpreter::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
130 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter
133 CommandInterpreter::GetStaticBroadcasterClass().str()), in CommandInterpreter()
150 bool CommandInterpreter
[all...]
H A DCommandAlias.cpp64 option_arg_vector->emplace_back(CommandInterpreter::g_argument, in ProcessAliasOptionsArgs()
69 option_arg_vector->emplace_back(std::string(CommandInterpreter::g_argument), -1, in ProcessAliasOptionsArgs()
78 CommandAlias::CommandAlias(CommandInterpreter &interpreter, in CommandAlias()
158 if (opt == CommandInterpreter::g_argument) { in GetAliasExpansion()
162 if ((value != CommandInterpreter::g_no_argument) in GetAliasExpansion()
163 && (value != CommandInterpreter::g_need_argument)) { in GetAliasExpansion()
184 if (opt == CommandInterpreter::g_argument && !value.empty() && in IsDashDashCommand()
/llvm-project/lldb/source/Commands/
H A DCommandCompletions.cpp20 #include "lldb/Interpreter/CommandInterpreter.h"
43 typedef void (*CompletionCallback)(CommandInterpreter &interpreter,
54 CommandInterpreter &interpreter, uint32_t completion_mask, in InvokeCommonCompletionCallbacks()
112 Completer(CommandInterpreter &interpreter, CompletionRequest &request) in Completer()
125 CommandInterpreter &m_interpreter;
138 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter()
200 SymbolCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in SymbolCompleter()
265 ModuleCompleter(CommandInterpreter &interpreter, CompletionRequest &request) in ModuleCompleter()
323 void CommandCompletions::SourceFiles(CommandInterpreter &interpreter, in SourceFiles()
494 void CommandCompletions::DiskFiles(CommandInterpreter
[all...]
H A DCommandObjectLog.cpp51 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable()
221 CommandObjectLogDisable(CommandInterpreter &interpreter)
284 CommandObjectLogList(CommandInterpreter &interpreter)
321 CommandObjectLogDump(CommandInterpreter &interpreter)
417 CommandObjectLogTimerEnable(CommandInterpreter &interpreter)
454 CommandObjectLogTimerDisable(CommandInterpreter &interpreter)
477 CommandObjectLogTimerDump(CommandInterpreter &interpreter)
498 CommandObjectLogTimerReset(CommandInterpreter &interpreter)
520 CommandObjectLogTimerIncrement(CommandInterpreter &interpreter)
561 CommandObjectLogTimer(CommandInterpreter
[all...]
H A DCommandObjectHelp.cpp45 CommandObjectHelp::CommandObjectHelp(CommandInterpreter &interpreter) in CommandObjectHelp()
75 uint32_t cmd_types = CommandInterpreter::eCommandTypesBuiltin; in DoExecute()
77 cmd_types |= CommandInterpreter::eCommandTypesAliases; in DoExecute()
79 cmd_types |= CommandInterpreter::eCommandTypesUserDef; in DoExecute()
80 cmd_types |= CommandInterpreter::eCommandTypesUserMW; in DoExecute()
83 cmd_types |= CommandInterpreter::eCommandTypesHidden; in DoExecute()
H A DCommandObjectPlatform.cpp16 #include "lldb/Interpreter/CommandInterpreter.h"
148 CommandObjectPlatformSelect(CommandInterpreter &interpreter) in CommandObjectPlatformSelect()
205 CommandObjectPlatformList(CommandInterpreter &interpreter) in CommandObjectPlatformList()
242 CommandObjectPlatformStatus(CommandInterpreter &interpreter) in CommandObjectPlatformStatus()
273 CommandObjectPlatformConnect(CommandInterpreter &interpreter) in CommandObjectPlatformConnect()
323 CommandObjectPlatformDisconnect(CommandInterpreter &interpreter) in CommandObjectPlatformDisconnect()
377 CommandObjectPlatformSettings(CommandInterpreter &interpreter) in CommandObjectPlatformSettings()
415 CommandObjectPlatformMkDir(CommandInterpreter &interpreter) in CommandObjectPlatformMkDir()
464 CommandObjectPlatformFOpen(CommandInterpreter &interpreter) in CommandObjectPlatformFOpen()
517 CommandObjectPlatformFClose(CommandInterpreter
[all...]
H A DCommandObjectType.cpp17 #include "lldb/Interpreter/CommandInterpreter.h"
124 CommandOptions(CommandInterpreter &interpreter) {} in CommandOptions()
158 CommandObjectTypeSummaryAdd(CommandInterpreter &interpreter);
500 CommandObjectTypeSynthAdd(CommandInterpreter &interpreter);
588 CommandObjectTypeFormatAdd(CommandInterpreter &interpreter) in CommandObjectTypeFormatAdd()
774 CommandObjectTypeFormatterDelete(CommandInterpreter &interpreter, in CommandObjectTypeFormatterDelete()
911 CommandObjectTypeFormatterClear(CommandInterpreter &interpreter, in CommandObjectTypeFormatterClear()
954 CommandObjectTypeFormatDelete(CommandInterpreter &interpreter) in CommandObjectTypeFormatDelete()
965 CommandObjectTypeFormatClear(CommandInterpreter &interpreter) in CommandObjectTypeFormatClear()
1028 CommandObjectTypeFormatterList(CommandInterpreter
[all...]
H A DCommandObjectStats.cpp22 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable()
43 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable()
128 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump()
152 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats()
H A DCommandObjectSettings.cpp29 CommandObjectSettingsSet(CommandInterpreter &interpreter) in CommandObjectSettingsSet()
243 CommandObjectSettingsShow(CommandInterpreter &interpreter) in CommandObjectSettingsShow()
281 CommandObjectSettingsWrite(CommandInterpreter &interpreter) in CommandObjectSettingsWrite()
381 CommandObjectSettingsRead(CommandInterpreter &interpreter) in CommandObjectSettingsRead()
446 CommandObjectSettingsList(CommandInterpreter &interpreter) in CommandObjectSettingsList()
514 CommandObjectSettingsRemove(CommandInterpreter &interpreter) in CommandObjectSettingsRemove()
605 CommandObjectSettingsReplace(CommandInterpreter &interpreter) in CommandObjectSettingsReplace()
698 CommandObjectSettingsInsertBefore(CommandInterpreter &interpreter) in CommandObjectSettingsInsertBefore()
792 CommandObjectSettingsInsertAfter(CommandInterpreter &interpreter) in CommandObjectSettingsInsertAfter()
885 CommandObjectSettingsAppend(CommandInterpreter &interpreter) in CommandObjectSettingsAppend()
[all …]
H A DCommandObjectTrace.cpp17 #include "lldb/Interpreter/CommandInterpreter.h"
75 CommandObjectTraceSave(CommandInterpreter &interpreter) in CommandObjectTraceSave()
173 CommandObjectTraceLoad(CommandInterpreter &interpreter) in CommandObjectTraceLoad()
264 CommandObjectTraceDump(CommandInterpreter &interpreter) in CommandObjectTraceDump()
328 CommandObjectTraceSchema(CommandInterpreter &interpreter) in CommandObjectTraceSchema()
379 CommandObjectTrace::CommandObjectTrace(CommandInterpreter &interpreter) in CommandObjectTrace()
H A DCommandObjectProcess.cpp22 #include "lldb/Interpreter/CommandInterpreter.h"
49 CommandObjectProcessLaunchOrAttach(CommandInterpreter &interpreter, in CommandObjectProcessLaunchOrAttach()
118 CommandObjectProcessLaunch(CommandInterpreter &interpreter) in CommandObjectProcessLaunch()
296 CommandObjectProcessAttach(CommandInterpreter &interpreter) in CommandObjectProcessAttach()
435 CommandObjectProcessContinue(CommandInterpreter &interpreter) in CommandObjectProcessContinue()
781 CommandObjectProcessDetach(CommandInterpreter &interpreter)
863 CommandObjectProcessConnect(CommandInterpreter &interpreter)
921 CommandObjectProcessPlugin(CommandInterpreter &interpreter)
987 CommandObjectProcessLoad(CommandInterpreter &interpreter) in CommandObjectProcessLoad()
1059 CommandObjectProcessUnload(CommandInterpreter in CommandObjectProcessUnload()
[all...]
H A DCommandObjectThread.cpp19 #include "lldb/Interpreter/CommandInterpreter.h"
119 CommandObjectThreadBacktrace(CommandInterpreter &interpreter) in CommandObjectThreadBacktrace()
382 CommandObjectThreadStepWithTypeAndScope(CommandInterpreter &interpreter, in CommandObjectThreadStepWithTypeAndScope()
639 CommandObjectThreadContinue(CommandInterpreter &interpreter) in CommandObjectThreadContinue()
867 CommandObjectThreadUntil(CommandInterpreter &interpreter) in CommandObjectThreadUntil()
1141 CommandObjectThreadSelect(CommandInterpreter &interpreter) in CommandObjectThreadSelect()
1239 CommandObjectThreadList(CommandInterpreter &interpreter) in CommandObjectThreadList()
1311 CommandObjectThreadInfo(CommandInterpreter &interpreter) in CommandObjectThreadInfo()
1364 CommandObjectThreadException(CommandInterpreter &interpreter) in CommandObjectThreadException()
1416 CommandObjectThreadSiginfo(CommandInterpreter in CommandObjectThreadSiginfo()
[all...]
H A DCommandObjectTarget.cpp20 #include "lldb/Interpreter/CommandInterpreter.h"
214 CommandObjectTargetCreate(CommandInterpreter &interpreter) in CommandObjectTargetCreate()
466 CommandObjectTargetList(CommandInterpreter &interpreter) in CommandObjectTargetList()
491 CommandObjectTargetSelect(CommandInterpreter &interpreter) in CommandObjectTargetSelect()
558 CommandObjectTargetDelete(CommandInterpreter &interpreter) in CommandObjectTargetDelete()
662 CommandObjectTargetShowLaunchEnvironment(CommandInterpreter &interpreter) in CommandObjectTargetShowLaunchEnvironment()
701 CommandObjectTargetVariable(CommandInterpreter &interpreter) in CommandObjectTargetVariable()
997 CommandObjectTargetModulesSearchPathsAdd(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsAdd()
1066 CommandObjectTargetModulesSearchPathsClear(CommandInterpreter &interpreter) in CommandObjectTargetModulesSearchPathsClear()
1088 CommandObjectTargetModulesSearchPathsInsert(CommandInterpreter
[all...]
H A DCommandObjectFrame.cpp14 #include "lldb/Interpreter/CommandInterpreter.h"
108 CommandObjectFrameDiagnose(CommandInterpreter &interpreter) in CommandObjectFrameDiagnose()
185 CommandObjectFrameInfo(CommandInterpreter &interpreter)
251 CommandObjectFrameSelect(CommandInterpreter &interpreter)
387 CommandObjectFrameVariable(CommandInterpreter &interpreter) in CommandObjectFrameVariable()
802 CommandObjectFrameRecognizerAdd(CommandInterpreter &interpreter) in CommandObjectFrameRecognizerAdd()
919 CommandObjectFrameRecognizerClear(CommandInterpreter &interpreter)
966 CommandObjectWithFrameRecognizerArg(CommandInterpreter &interpreter, in DoExecute()
1015 CommandObjectFrameRecognizerEnable(CommandInterpreter &interpreter) in DoExecute()
1040 CommandObjectFrameRecognizerDisable(CommandInterpreter in CommandObjectFrameRecognizerInfo()
[all...]
H A DCommandObjectCommands.cpp15 #include "lldb/Interpreter/CommandInterpreter.h"
39 CommandObjectCommandsSource(CommandInterpreter &interpreter) in CommandObjectCommandsSource()
238 CommandObjectCommandsAlias(CommandInterpreter &interpreter) in CommandObjectCommandsAlias()
606 CommandObjectCommandsUnalias(CommandInterpreter &interpreter) in CommandObjectCommandsUnalias()
681 CommandObjectCommandsDelete(CommandInterpreter &interpreter) in CommandObjectCommandsDelete()
747 CommandObjectCommandsAddRegex(CommandInterpreter &interpreter) in CommandObjectCommandsAddRegex()
1036 CommandObjectPythonFunction(CommandInterpreter &interpreter, std::string name, in CommandObjectPythonFunction()
1122 CommandObjectScriptingObjectRaw(CommandInterpreter &interpreter, in CommandObjectScriptingObjectRaw()
1241 CommandOptions(CommandInterpreter &interpreter, in SetOptionValue()
1729 CommandInterpreter in CommandObjectScriptingObjectParsed()
[all...]
H A DCommandObjectPlugin.cpp18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad()
49 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin()
H A DCommandObjectTrace.h18 CommandObjectTrace(CommandInterpreter &interpreter);
28 CommandInterpreter &interpreter, const char *name,
H A DCommandObjectWatchpoint.cpp20 #include "lldb/Interpreter/CommandInterpreter.h"
149 CommandObjectWatchpointList(CommandInterpreter &interpreter)
269 CommandObjectWatchpointEnable(CommandInterpreter &interpreter) in CommandObjectWatchpointEnable()
337 CommandObjectWatchpointDisable(CommandInterpreter &interpreter) in CommandObjectWatchpointDisable()
412 CommandObjectWatchpointDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointDelete()
528 CommandObjectWatchpointIgnore(CommandInterpreter &interpreter) in CommandObjectWatchpointIgnore()
642 CommandObjectWatchpointModify(CommandInterpreter &interpreter) in CommandObjectWatchpointModify()
758 CommandObjectWatchpointSetVariable(CommandInterpreter &interpreter) in CommandObjectWatchpointSetVariable()
946 CommandObjectWatchpointSetExpression(CommandInterpreter &interpreter) in CommandObjectWatchpointSetExpression()
1125 CommandObjectWatchpointSet(CommandInterpreter
[all...]
H A DCommandObjectSession.cpp3 #include "lldb/Interpreter/CommandInterpreter.h"
18 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave()
50 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory()
189 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession()
H A DCommandObjectThreadUtil.h52 CommandObjectIterateOverThreads(CommandInterpreter &interpreter,
84 CommandObjectMultipleThreads(CommandInterpreter &interpreter,
/llvm-project/lldb/unittests/Interpreter/
H A DTestCommandPaths.cpp44 CommandObjectLeaf(CommandInterpreter &interpreter) in CommandObjectLeaf()
59 CommandObjectMultiwordSubDummy(CommandInterpreter &interpreter) in CommandObjectMultiwordSubDummy()
71 CommandObjectMultiwordDummy(CommandInterpreter &interpreter) in CommandObjectMultiwordDummy()
85 void RunTest(CommandInterpreter &interp, const char *args, bool is_leaf, in RunTest()
111 CommandInterpreter &interp = debugger_sp->GetCommandInterpreter(); in TEST_F()
/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h338 SBCommandInterpreter(lldb_private::CommandInterpreter *interpreter_ptr);
339 lldb_private::CommandInterpreter &ref();
341 lldb_private::CommandInterpreter *get();
343 void reset(lldb_private::CommandInterpreter *);
348 lldb_private::CommandInterpreter *m_opaque_ptr;

123456