| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandCompletions.h | 32 static void DiskFiles(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, 77 static void VariablePath(CommandInterpreter &interpreter, 80 static void Registers(CommandInterpreter &interpreter, 83 static void Breakpoints(CommandInterpreter &interpreter, 94 static void ProcessIDs(CommandInterpreter &interpreter, 110 static void StopHookIDs(CommandInterpreter &interpreter, [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandCompletions.cpp | 111 : m_interpreter(interpreter), m_request(request) {} in Completer() 136 SourceFileCompleter(CommandInterpreter &interpreter, in SourceFileCompleter() argument 138 : Completer(interpreter, request) { in SourceFileCompleter() 199 : Completer(interpreter, request) { in SymbolCompleter() 264 : Completer(interpreter, request) { in ModuleCompleter() 311 SourceFileCompleter completer(interpreter, request); in SourceFiles() 524 ModuleCompleter completer(interpreter, request); in Modules() 556 SymbolCompleter completer(interpreter, request); in Symbols() 575 interpreter.GetDebugger().GetValueProperties()); in SettingsNames() 734 Debugger &dbg = interpreter.GetDebugger(); in FrameIndexes() [all …]
|
| H A D | CommandObjectStats.cpp | 21 CommandObjectStatsEnable(CommandInterpreter &interpreter) in CommandObjectStatsEnable() argument 22 : CommandObjectParsed(interpreter, "enable", in CommandObjectStatsEnable() 42 CommandObjectStatsDisable(CommandInterpreter &interpreter) in CommandObjectStatsDisable() argument 43 : CommandObjectParsed(interpreter, "disable", in CommandObjectStatsDisable() 96 CommandObjectStatsDump(CommandInterpreter &interpreter) in CommandObjectStatsDump() argument 98 interpreter, "statistics dump", "Dump metrics in JSON format", in CommandObjectStatsDump() 119 CommandObjectStats::CommandObjectStats(CommandInterpreter &interpreter) in CommandObjectStats() argument 120 : CommandObjectMultiword(interpreter, "statistics", in CommandObjectStats() 124 CommandObjectSP(new CommandObjectStatsEnable(interpreter))); in CommandObjectStats() 126 CommandObjectSP(new CommandObjectStatsDisable(interpreter))); in CommandObjectStats() [all …]
|
| H A D | CommandObjectType.cpp | 183 if (interpreter) { in IOHandlerInputComplete() 195 if (interpreter) { in IOHandlerInputComplete() 420 if (interpreter) { in IOHandlerInputComplete() 432 if (interpreter) { in IOHandlerInputComplete() 1289 if (interpreter && !interpreter->CheckObjectExists(funct_name)) in Execute_ScriptSummary() 1298 if (!interpreter) { in Execute_ScriptSummary() 1444 CommandInterpreter &interpreter) in CommandObjectTypeSummaryAdd() argument 1622 if (interpreter && !interpreter->CheckObjectExists(function_name)) { in AddSummary() 2270 if (interpreter && in Execute_PythonClass() 2302 CommandInterpreter &interpreter) in CommandObjectTypeSynthAdd() argument [all …]
|
| H A D | CommandObjectLog.cpp | 51 CommandObjectLogEnable(CommandInterpreter &interpreter) in CommandObjectLogEnable() argument 52 : CommandObjectParsed(interpreter, "log enable", in CommandObjectLogEnable() 223 CommandObjectLogDisable(CommandInterpreter &interpreter) in CommandObjectLogDisable() argument 224 : CommandObjectParsed(interpreter, "log disable", in CommandObjectLogDisable() 286 CommandObjectLogList(CommandInterpreter &interpreter) in CommandObjectLogList() argument 287 : CommandObjectParsed(interpreter, "log list", in CommandObjectLogList() 335 CommandObjectLogDump(CommandInterpreter &interpreter) in CommandObjectLogDump() argument 336 : CommandObjectParsed(interpreter, "log dump", in CommandObjectLogDump() 611 CommandObjectLogTimer(CommandInterpreter &interpreter) in CommandObjectLogTimer() argument 620 interpreter))); in CommandObjectLogTimer() [all …]
|
| H A D | CommandObjectPlatform.cpp | 276 interpreter, "platform connect", in CommandObjectPlatformConnect() 757 interpreter, "platform file", in CommandObjectPlatformFile() 784 interpreter, "platform get-file", in CommandObjectPlatformGetFile() 1069 interpreter, "platform put-file", in CommandObjectPlatformPutFile() 1535 interpreter, "platform process info", in CommandObjectPlatformProcessInfo() 1682 interpreter))); in CommandObjectPlatformProcess() 1684 interpreter))); in CommandObjectPlatformProcess() 1914 interpreter))); in CommandObjectPlatform() 1922 interpreter))); in CommandObjectPlatform() 1926 interpreter))); in CommandObjectPlatform() [all …]
|
| H A D | CommandObjectSettings.cpp | 29 CommandObjectSettingsSet(CommandInterpreter &interpreter) in CommandObjectSettingsSet() argument 30 : CommandObjectRaw(interpreter, "settings set", in CommandObjectSettingsSet() 244 : CommandObjectParsed(interpreter, "settings show", in CommandObjectSettingsShow() 303 interpreter, "settings export", in CommandObjectSettingsWrite() 415 interpreter, "settings read", in CommandObjectSettingsRead() 479 : CommandObjectParsed(interpreter, "settings list", in CommandObjectSettingsList() 547 : CommandObjectRaw(interpreter, "settings remove", in CommandObjectSettingsRemove() 918 : CommandObjectRaw(interpreter, "settings append", in CommandObjectSettingsAppend() 1005 interpreter, "settings clear", in CommandObjectSettingsClear() 1107 CommandInterpreter &interpreter) in CommandObjectMultiwordSettings() argument [all …]
|
| H A D | CommandObjectFrame.cpp | 195 : CommandObjectParsed(interpreter, "frame info", in CommandObjectFrameInfo() 396 interpreter, "frame variable", in CommandObjectFrameVariable() 907 if (interpreter && in DoExecute() 1081 interpreter, "frame recognizer info", in CommandObjectFrameRecognizerInfo() 1154 interpreter, "frame recognizer", in CommandObjectFrameRecognizer() 1158 interpreter))); in CommandObjectFrameRecognizer() 1166 interpreter))); in CommandObjectFrameRecognizer() 1168 interpreter))); in CommandObjectFrameRecognizer() 1179 CommandInterpreter &interpreter) in CommandObjectMultiwordFrame() argument 1180 : CommandObjectMultiword(interpreter, "frame", in CommandObjectMultiwordFrame() [all …]
|
| H A D | CommandObjectThread.cpp | 110 interpreter, "thread backtrace", in CommandObjectThreadBacktrace() 642 interpreter, "thread continue", in CommandObjectThreadContinue() 890 interpreter, "thread until", in CommandObjectThreadUntil() 1273 interpreter, "thread list", in CommandObjectThreadList() 1345 interpreter, "thread info", in CommandObjectThreadInfo() 1446 interpreter, "thread siginfo", in CommandObjectThreadSiginfo() 1718 interpreter, "thread jump", in CommandObjectThreadJump() 2060 interpreter, "plan", in CommandObjectMultiwordThreadPlan() 2562 interpreter, "dump", in CommandObjectMultiwordTraceDump() 2583 interpreter, "trace", in CommandObjectMultiwordTrace() [all …]
|
| H A D | CommandObjectProcess.cpp | 119 interpreter, "process launch", in CommandObjectProcessLaunch() 451 interpreter, "process continue", in CommandObjectProcessContinue() 940 interpreter, "process plugin", in CommandObjectProcessPlugin() 1079 interpreter, "process unload", in CommandObjectProcessUnload() 1143 interpreter, "process signal", in CommandObjectProcessSignal() 1283 interpreter, "process save-core", in CommandObjectProcessSaveCore() 1396 interpreter, "process status", in CommandObjectProcessStatus() 1877 interpreter))); in CommandObjectMultiwordProcessTrace() 1888 CommandInterpreter &interpreter) in CommandObjectMultiwordProcess() argument 1890 interpreter, "process", in CommandObjectMultiwordProcess() [all …]
|
| H A D | CommandObjectTrace.cpp | 75 CommandObjectTraceSave(CommandInterpreter &interpreter) in CommandObjectTraceSave() argument 77 interpreter, "trace save", in CommandObjectTraceSave() 174 CommandObjectTraceLoad(CommandInterpreter &interpreter) in CommandObjectTraceLoad() argument 176 interpreter, "trace load", in CommandObjectTraceLoad() 266 CommandObjectTraceDump(CommandInterpreter &interpreter) in CommandObjectTraceDump() argument 267 : CommandObjectParsed(interpreter, "trace dump", in CommandObjectTraceDump() 330 CommandObjectTraceSchema(CommandInterpreter &interpreter) in CommandObjectTraceSchema() argument 331 : CommandObjectParsed(interpreter, "trace schema", in CommandObjectTraceSchema() 382 CommandObjectTrace::CommandObjectTrace(CommandInterpreter &interpreter) in CommandObjectTrace() argument 383 : CommandObjectMultiword(interpreter, "trace", in CommandObjectTrace() [all …]
|
| H A D | CommandObjectCommands.cpp | 41 interpreter, "command source", in CommandObjectCommandsSource() 259 interpreter, "command alias", in CommandObjectCommandsAlias() 621 interpreter, "command unalias", in CommandObjectCommandsUnalias() 708 interpreter, "command delete", in CommandObjectCommandsDelete() 786 interpreter, "command regex", in CommandObjectCommandsAddRegex() 1505 if (interpreter) { in IOHandlerInputComplete() 1617 if (!interpreter) { in DoExecute() 1820 interpreter, "command script", in CommandObjectMultiwordCommandsScript() 2090 interpreter, "command container", in CommandObjectCommandContainer() 2097 interpreter))); in CommandObjectCommandContainer() [all …]
|
| H A D | CommandObjectTarget.cpp | 216 interpreter, "target create", in CommandObjectTargetCreate() 486 interpreter, "target list", in CommandObjectTargetList() 2552 CommandInterpreter &interpreter) in CommandObjectTargetModulesDumpSeparateDebugInfoFiles() argument 2745 interpreter))); in CommandObjectTargetModulesDump() 2754 interpreter))); in CommandObjectTargetModulesDump() 4250 interpreter))); in CommandObjectTargetModulesImageSearchPaths() 4257 interpreter))); in CommandObjectTargetModulesImageSearchPaths() 4260 interpreter))); in CommandObjectTargetModulesImageSearchPaths() 5416 interpreter))); in CommandObjectTargetDump() 5427 CommandInterpreter &interpreter) in CommandObjectMultiwordTarget() argument [all …]
|
| H A D | CommandObjectWatchpoint.cpp | 153 interpreter, "watchpoint list", in CommandObjectWatchpointList() 275 : CommandObjectParsed(interpreter, "enable", in CommandObjectWatchpointEnable() 669 interpreter, "watchpoint modify", in CommandObjectWatchpointModify() 790 interpreter, "watchpoint set variable", in CommandObjectWatchpointSetVariable() 999 interpreter, "watchpoint set expression", in CommandObjectWatchpointSetExpression() 1194 CommandInterpreter &interpreter) in CommandObjectMultiwordWatchpoint() argument 1199 new CommandObjectWatchpointList(interpreter)); in CommandObjectMultiwordWatchpoint() 1201 new CommandObjectWatchpointEnable(interpreter)); in CommandObjectMultiwordWatchpoint() 1205 new CommandObjectWatchpointDelete(interpreter)); in CommandObjectMultiwordWatchpoint() 1207 new CommandObjectWatchpointIgnore(interpreter)); in CommandObjectMultiwordWatchpoint() [all …]
|
| H A D | CommandObjectPlugin.cpp | 18 CommandObjectPluginLoad(CommandInterpreter &interpreter) in CommandObjectPluginLoad() argument 19 : CommandObjectParsed(interpreter, "plugin load", in CommandObjectPluginLoad() 68 CommandObjectPlugin::CommandObjectPlugin(CommandInterpreter &interpreter) in CommandObjectPlugin() argument 69 : CommandObjectMultiword(interpreter, "plugin", in CommandObjectPlugin() 73 CommandObjectSP(new CommandObjectPluginLoad(interpreter))); in CommandObjectPlugin()
|
| H A D | CommandObjectSession.cpp | 18 CommandObjectSessionSave(CommandInterpreter &interpreter) in CommandObjectSessionSave() argument 19 : CommandObjectParsed(interpreter, "session save", in CommandObjectSessionSave() 57 CommandObjectSessionHistory(CommandInterpreter &interpreter) in CommandObjectSessionHistory() argument 58 : CommandObjectParsed(interpreter, "session history", in CommandObjectSessionHistory() 196 CommandObjectSession::CommandObjectSession(CommandInterpreter &interpreter) in CommandObjectSession() argument 197 : CommandObjectMultiword(interpreter, "session", in CommandObjectSession() 201 CommandObjectSP(new CommandObjectSessionSave(interpreter))); in CommandObjectSession() 203 CommandObjectSP(new CommandObjectSessionHistory(interpreter))); in CommandObjectSession()
|
| H A D | CommandObjectDiagnostics.cpp | 28 CommandObjectDiagnosticsDump(CommandInterpreter &interpreter) in CommandObjectDiagnosticsDump() argument 29 : CommandObjectParsed(interpreter, "diagnostics dump", in CommandObjectDiagnosticsDump() 106 CommandInterpreter &interpreter) in CommandObjectDiagnostics() argument 107 : CommandObjectMultiword(interpreter, "diagnostics", in CommandObjectDiagnostics() 111 "dump", CommandObjectSP(new CommandObjectDiagnosticsDump(interpreter))); in CommandObjectDiagnostics()
|
| H A D | CommandObjectMemoryTag.cpp | 27 CommandObjectMemoryTagRead(CommandInterpreter &interpreter) in CommandObjectMemoryTagRead() argument 28 : CommandObjectParsed(interpreter, "tag", in CommandObjectMemoryTagRead() 174 CommandObjectMemoryTagWrite(CommandInterpreter &interpreter) in CommandObjectMemoryTagWrite() argument 175 : CommandObjectParsed(interpreter, "tag", in CommandObjectMemoryTagWrite() 304 CommandObjectMemoryTag::CommandObjectMemoryTag(CommandInterpreter &interpreter) in CommandObjectMemoryTag() argument 306 interpreter, "tag", "Commands for manipulating memory tags", in CommandObjectMemoryTag() 309 new CommandObjectMemoryTagRead(interpreter)); in CommandObjectMemoryTag() 314 new CommandObjectMemoryTagWrite(interpreter)); in CommandObjectMemoryTag()
|
| H A D | CommandObjectBreakpoint.cpp | 236 interpreter, "breakpoint set", in CommandObjectBreakpointSet() 883 : CommandObjectParsed(interpreter, "enable", in CommandObjectBreakpointEnable() 972 interpreter, "breakpoint disable", in CommandObjectBreakpointDisable() 1088 interpreter, "breakpoint list", in CommandObjectBreakpointList() 1669 interpreter, "configure", in CommandObjectBreakpointNameConfigure() 1848 interpreter, "delete", in CommandObjectBreakpointNameDelete() 1926 : CommandObjectParsed(interpreter, "list", in CommandObjectBreakpointNameList() 2401 CommandInterpreter &interpreter) in CommandObjectMultiwordBreakpoint() argument 2403 interpreter, "breakpoint", in CommandObjectMultiwordBreakpoint() 2407 new CommandObjectBreakpointList(interpreter)); in CommandObjectMultiwordBreakpoint() [all …]
|
| H A D | CommandObjectRegister.cpp | 41 CommandObjectRegisterRead(CommandInterpreter &interpreter) in CommandObjectRegisterRead() argument 43 interpreter, "register read", in CommandObjectRegisterRead() 305 CommandObjectRegisterWrite(CommandInterpreter &interpreter) in CommandObjectRegisterWrite() argument 306 : CommandObjectParsed(interpreter, "register write", in CommandObjectRegisterWrite() 404 CommandObjectRegisterInfo(CommandInterpreter &interpreter) in CommandObjectRegisterInfo() argument 405 : CommandObjectParsed(interpreter, "register info", in CommandObjectRegisterInfo() 469 CommandObjectRegister::CommandObjectRegister(CommandInterpreter &interpreter) in CommandObjectRegister() argument 470 : CommandObjectMultiword(interpreter, "register", in CommandObjectRegister() 475 CommandObjectSP(new CommandObjectRegisterRead(interpreter))); in CommandObjectRegister() 477 CommandObjectSP(new CommandObjectRegisterWrite(interpreter))); in CommandObjectRegister() [all …]
|
| H A D | CommandObjectWatchpointCommand.cpp | 32 CommandObjectWatchpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandAdd() argument 33 : CommandObjectParsed(interpreter, "add", in CommandObjectWatchpointCommandAdd() 454 CommandObjectWatchpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandDelete() argument 455 : CommandObjectParsed(interpreter, "delete", in CommandObjectWatchpointCommandDelete() 520 CommandObjectWatchpointCommandList(CommandInterpreter &interpreter) in CommandObjectWatchpointCommandList() argument 521 : CommandObjectParsed(interpreter, "list", in CommandObjectWatchpointCommandList() 604 CommandInterpreter &interpreter) in CommandObjectWatchpointCommand() argument 606 interpreter, "command", in CommandObjectWatchpointCommand() 611 new CommandObjectWatchpointCommandAdd(interpreter)); in CommandObjectWatchpointCommand() 613 new CommandObjectWatchpointCommandDelete(interpreter)); in CommandObjectWatchpointCommand() [all …]
|
| H A D | CommandObjectBreakpointCommand.cpp | 32 CommandObjectBreakpointCommandAdd(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandAdd() argument 33 : CommandObjectParsed(interpreter, "add", in CommandObjectBreakpointCommandAdd() 448 CommandObjectBreakpointCommandDelete(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandDelete() argument 449 : CommandObjectParsed(interpreter, "delete", in CommandObjectBreakpointCommandDelete() 563 CommandObjectBreakpointCommandList(CommandInterpreter &interpreter) in CommandObjectBreakpointCommandList() argument 564 : CommandObjectParsed(interpreter, "list", in CommandObjectBreakpointCommandList() 667 CommandInterpreter &interpreter) in CommandObjectBreakpointCommand() argument 669 interpreter, "command", in CommandObjectBreakpointCommand() 675 new CommandObjectBreakpointCommandAdd(interpreter)); in CommandObjectBreakpointCommand() 677 new CommandObjectBreakpointCommandDelete(interpreter)); in CommandObjectBreakpointCommand() [all …]
|
| H A D | CommandObjectTrace.h | 18 CommandObjectTrace(CommandInterpreter &interpreter); 28 CommandInterpreter &interpreter, const char *name, 31 : CommandObjectProxy(interpreter, name, help, syntax, flags), in CommandObjectProxy() argument
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | StructuredDataPlugin.cpp | 21 CommandStructuredData(CommandInterpreter &interpreter) in CommandStructuredData() argument 22 : CommandObjectMultiword(interpreter, "structured-data", in CommandStructuredData() 47 auto &interpreter = debugger.GetCommandInterpreter(); in InitializeBasePluginForDebugger() local 48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger() 57 auto command_sp = CommandObjectSP(new CommandStructuredData(interpreter)); in InitializeBasePluginForDebugger()
|
| /freebsd-14.2/contrib/lutok/examples/ |
| H A D | Makefile | 48 PROGRAMS = bindings hello interpreter raii 59 interpreter: interpreter.cpp target 60 @target=interpreter source=interpreter.cpp; echo $(BUILD); $(BUILD)
|