/llvm-project/lldb/tools/lldb-dap/ |
H A D | package.json | 7 "description": "LLDB debugging from VSCode", string 164 "description": "Program arguments.", string 169 "description": "Program working directory.", string 75 "description": "The path to the lldb-dap binary." global() string 142 "description": "Path to the program to debug." global() string 149 "description": "Program arguments.", global() string 154 "description": "Program working directory.", global() string 159 "description": "Additional environment variables to set when launching the program. This is an array of strings that contains the variable name followed by an optio global() string 174 "description": "Don't retrieve STDIN, STDOUT and STDERR as the program is running.", global() string 179 "description": "Expand program arguments as a shell would without actually launching the program in a shell.", global() string 184 "description": "Detach from the program.", global() string 189 "description": "Specify a source path to remap \"./\" to allow full paths to be used when setting breakpoints in binaries that have relative source paths." global() string 193 "description": "Specify an array of path remappings; each element must itself be a two element array containing a source and destination path name. Overrides source global() string 198 "description": "Specify a working directory to set the debug adapter to so relative object files can be located." global() string 202 "description": "Triplet of the target architecture to override value derived from the program file." global() string 206 "description": "Name of the execution platform to override value derived from the program file." global() string 210 "description": "Initialization commands executed upon debugger startup.", global() string 215 "description": "Commands executed just before the program is launched.", global() string 220 "description": "Commands executed just as soon as the program is successfully launched when it's in a stopped state prior to any automatic continuation.", global() string 225 "description": "Custom commands that are executed instead of launching a process. A target will be created with the launch arguments prior to executing these comman global() string 230 "description": "Commands executed each time the program stops.", global() string 235 "description": "Commands executed at the end of debugging session.", global() string 240 "description": "Launch the program inside an integrated terminal in the IDE. Useful for debugging interactive command line programs", global() string 245 "description": "The time in seconds to wait for a program to stop at entry point when launching with \"launchCommands\". Defaults to 30 seconds." global() string 249 "description": "Enable auto generated summaries for variables when no summaries exist for a given type. This feature can cause performance delays in large projects global() string 254 "description": "If a variable is displayed using a synthetic children, also display the actual contents of the variable at the end under a [raw] entry. This is usef global() string 259 "description": "The escape prefix to use for executing regular LLDB commands in the Debug Console, instead of printing variables. Defaults to a back-tick (`). If it global() string 264 "description": "If non-empty, stack frames will have descriptions generated based on the provided format. See https://lldb.llvm.org/use/formatting.html for an e global() string 269 "description": "If non-empty, threads will have descriptions generated based on the provided format. See https://lldb.llvm.org/use/formatting.html for an explan global() string 278 "description": "Path to the program to attach to." global() string 285 "description": "System process ID to attach to." global() string 289 "description": "If set to true, then wait for the process to launch by looking for a process with a basename that matches `program`. No process ID needs to be speci global() string 294 "description": "Specify a source path to remap \"./\" to allow full paths to be used when setting breakpoints in binaries that have relative source paths." global() string 298 "description": "Specify an array of path remappings; each element must itself be a two element array containing a source and destination path name. Overrides source global() string 303 "description": "Specify a working directory to set the debug adapter to so relative object files can be located." global() string 307 "description": "Triplet of the target architecture to override value derived from the program file." global() string 311 "description": "Name of the execution platform to override value derived from the program file." global() string 315 "description": "Custom commands that are executed instead of attaching to a process ID or to a process by name. These commands may optionally create a new target an global() string 320 "description": "Initialization commands executed upon debugger startup.", global() string 325 "description": "Commands executed just before the program is attached to.", global() string 330 "description": "Commands executed just as soon as the program is successfully attached when it's in a stopped state prior to any automatic continuation.", global() string 335 "description": "Commands executed each time the program stops.", global() string 340 "description": "Commands executed at the end of debugging session.", global() string 345 "description": "Path to the core file to debug." global() string 349 "description": "The time in seconds to wait for a program to stop when attaching using \"attachCommands\". Defaults to 30 seconds." global() string 356 "description": "TCP/IP port to attach to. Specifying both pid and port is an error." global() string 360 "description": "The hostname to connect to a remote system. The default hostname being used localhost." global() string 364 "description": "Enable auto generated summaries for variables when no summaries exist for a given type. This feature can cause performance delays in large projects global() string 369 "description": "If a variable is displayed using a synthetic children, also display the actual contents of the variable at the end under a [raw] entry. This is usef global() string 374 "description": "The escape prefix character to use for executing regular LLDB commands in the Debug Console, instead of printing variables. Defaults to a back-tick global() string 379 "description": "If non-empty, stack frames will have descriptions generated based on the provided format. See https://lldb.llvm.org/use/formatting.html for an e global() string 384 "description": "If non-empty, threads will have descriptions generated based on the provided format. See https://lldb.llvm.org/use/formatting.html for an explan global() string 404 "description": "", global() string [all...] |
/llvm-project/lldb/test/API/lang/objc/print-obj/ |
H A D | blocked.m | 25 - (NSString *) description; method 30 {
|
/llvm-project/mlir/lib/Tools/mlir-translate/ |
H A D | Translation.cpp | 53 static void registerTranslation(StringRef name, StringRef description, in registerTranslation() 66 StringRef name, StringRef description, const TranslateFunction &function) { in TranslateRegistration() 78 StringRef name, StringRef description, in registerTranslateToMLIRFunction() 98 StringRef name, StringRef description, in TranslateToMLIRRegistration() 106 StringRef name, StringRef description, in TranslateToMLIRRegistration() 118 StringRef name, StringRef description, in TranslateToMLIRRegistration() 137 StringRef name, StringRef description, in TranslateFromMLIRRegistration()
|
/llvm-project/lldb/source/Target/ |
H A D | InstrumentationRuntimeStopInfo.cpp | 19 Thread &thread, std::string description, in InstrumentationRuntimeStopInfo() 32 Thread &thread, std::string description, in CreateStopReasonWithInstrumentationData()
|
/llvm-project/lldb/test/API/lang/objc/objc-optimized/ |
H A D | main.m | 8 - (NSString*)description; method 29 {
|
/llvm-project/mlir/include/mlir/TableGen/ |
H A D | GenInfo.h | 33 GenInfo(StringRef arg, StringRef description, GenFunction generator) in GenInfo() argument 54 StringRef description; variable
|
/llvm-project/mlir/include/mlir/Pass/ |
H A D | PassRegistry.h | 79 PassRegistryEntry(StringRef arg,StringRef description,const PassRegistryFunction & builder,std::function<void (function_ref<void (const detail::PassOptions &)>)> optHandler) PassRegistryEntry() argument 90 std::string description; global() variable 104 PassPipelineInfo(StringRef arg,StringRef description,const PassRegistryFunction & builder,std::function<void (function_ref<void (const detail::PassOptions &)>)> optHandler) PassPipelineInfo() argument [all...] |
/llvm-project/lldb/source/Core/ |
H A D | PluginManager.cpp | 287 llvm::StringRef description, in RegisterPlugin() argument 311 llvm::StringRef description, in RegisterPlugin() argument 194 llvm::StringRef description; global() member 202 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,typename Instance::CallbackType callback,Args &&...args) RegisterPlugin() argument 349 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,DisassemblerCreateInstance create_callback) RegisterPlugin() argument 382 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,DynamicLoaderCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 416 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,JITLoaderCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 444 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,EmulateInstructionCreateInstance create_callback) RegisterPlugin() argument 477 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,OperatingSystemCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 511 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,LanguageCreateInstance create_callback) RegisterPlugin() argument 553 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,LanguageRuntimeCreateInstance create_callback,LanguageRuntimeGetCommandObject command_callback,LanguageRuntimeGetExceptionPrecondition precondition_callback) RegisterPlugin() argument 599 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SystemRuntimeCreateInstance create_callback) RegisterPlugin() argument 643 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ObjectFileCreateInstance create_callback,ObjectFileCreateMemoryInstance create_memory_callback,ObjectFileGetModuleSpecifications get_module_specifications,ObjectFileSaveCore save_core,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 744 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ObjectContainerCreateInstance create_callback,ObjectFileGetModuleSpecifications get_module_specifications,ObjectContainerCreateMemoryInstance create_memory_callback) RegisterPlugin() argument 791 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,PlatformCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 840 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,ProcessCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 896 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,RegisterTypeBuilderCreateInstance create_callback) RegisterPlugin() argument 938 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,lldb::ScriptLanguage script_language,ScriptInterpreterCreateInstance create_callback) RegisterPlugin() argument 998 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,StructuredDataPluginCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback,StructuredDataFilterLaunchInfo filter_callback) RegisterPlugin() argument 1041 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolFileCreateInstance create_callback,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 1068 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolVendorCreateInstance create_callback) RegisterPlugin() argument 1116 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,SymbolLocatorCreateInstance create_callback,SymbolLocatorLocateExecutableObjectFile locate_executable_object_file,SymbolLocatorLocateExecutableSymbolFile locate_executable_symbol_file,SymbolLocatorDownloadObjectAndSymbolFile download_object_symbol_file,SymbolLocatorFindSymbolFileInBundle find_symbol_file_in_bundle,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 1224 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TraceCreateInstanceFromBundle create_callback_from_bundle,TraceCreateInstanceForLiveProcess create_callback_for_live_process,llvm::StringRef schema,DebuggerInitializeCallback debugger_init_callback) RegisterPlugin() argument 1290 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TraceExporterCreateInstance create_callback,ThreadTraceExportCommandCreator create_thread_trace_export_command) RegisterPlugin() argument 1331 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,UnwindAssemblyCreateInstance create_callback) RegisterPlugin() argument 1358 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,MemoryHistoryCreateInstance create_callback) RegisterPlugin() argument 1398 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,InstrumentationRuntimeCreateInstance create_callback,InstrumentationRuntimeGetType get_type_callback) RegisterPlugin() argument 1448 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,TypeSystemCreateInstance create_callback,LanguageSet supported_languages_for_types,LanguageSet supported_languages_for_expressions) RegisterPlugin() argument 1500 RegisterPlugin(llvm::StringRef name,llvm::StringRef description,REPLCreateInstance create_callback,LanguageSet supported_languages) RegisterPlugin() argument 1643 CreateSettingForPlugin(Debugger & debugger,llvm::StringRef plugin_type_name,llvm::StringRef plugin_type_desc,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property,GetDebuggerPropertyForPluginsPtr get_debugger_property=GetDebuggerPropertyForPlugins) CreateSettingForPlugin() argument 1679 CreateSettingForDynamicLoaderPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForDynamicLoaderPlugin() argument 1694 CreateSettingForPlatformPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForPlatformPlugin() argument 1709 CreateSettingForProcessPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForProcessPlugin() argument 1723 CreateSettingForSymbolLocatorPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForSymbolLocatorPlugin() argument 1731 CreateSettingForTracePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForTracePlugin() argument 1745 CreateSettingForObjectFilePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForObjectFilePlugin() argument 1759 CreateSettingForSymbolFilePlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForSymbolFilePlugin() argument 1773 CreateSettingForJITLoaderPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForJITLoaderPlugin() argument 1798 CreateSettingForOperatingSystemPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForOperatingSystemPlugin() argument 1822 CreateSettingForStructuredDataPlugin(Debugger & debugger,const lldb::OptionValuePropertiesSP & properties_sp,llvm::StringRef description,bool is_global_property) CreateSettingForStructuredDataPlugin() argument [all...] |
/llvm-project/mlir/include/mlir/Tools/mlir-translate/ |
H A D | Translation.h | 64 Translation(TranslateFunction function, StringRef description, in Translation() 89 StringRef description; variable
|
/llvm-project/lldb/source/Plugins/InstrumentationRuntime/Utility/ |
H A D | ReportRetriever.cpp | 123 std::string description; in RetrieveReportData() local 146 std::string description = std::string(report->GetAsDictionary() in FormatDescription() local 206 std::string description = FormatDescription(report); NotifyBreakpointHit() local [all...] |
/llvm-project/clang/test/CodeGenObjC/ |
H A D | property-getter-dot-syntax.m | 4 - (void *)description; method
|
/llvm-project/lldb/test/API/lang/objc/real-definition/ |
H A D | Foo.m | 22 {
|
H A D | Bar.m | 38 {
|
/llvm-project/mlir/utils/vscode/ |
H A D | package.json | 4 "description": "MLIR Language Extension", string 156 "description": "The file path of the mlir-lsp-server executable." string 161 "description": "A list of additional arguments for mlir-lsp-server executable. E.g. --log=verbose." string 166 "description": "The file path of the mlir-pdll-lsp-server executable." string 171 "description": "A list of `pdll_compile_commands.yml` database files containing information about .pdll files processed by the server." string 176 "description": "A list of additional arguments for pdll-lsp-server executable. E.g. --log=verbose." string 181 "description": "The file path of the tblgen-lsp-server executable." string [all...] |
/llvm-project/lldb/source/Plugins/Process/POSIX/ |
H A D | CrashReason.cpp | 24 std::string description = in GetCrashReasonString() local
|
/llvm-project/lldb/bindings/interface/ |
H A D | SBValueListExtensions.i | 7 lldb::SBStream description; in __str__() local
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 110 static void appendReproducer(std::string &description, Operation *op, in appendReproducer() argument 139 void RecoveryReproducerContext::generate(std::string &description) { in generate() argument 164 std::string description; in crashHandler() local 258 std::string description; finalize() local 281 std::string description; finalize() local 400 StringRef description() override { return outputFile->getFilename(); } description() function 454 std::string description; makeReproducer() local [all...] |
/llvm-project/lldb/examples/summaries/cocoa/ |
H A D | NSException.py | 48 def description(self): member in NSKnownException_SummaryProvider 78 def description(self): member in NSUnknownException_SummaryProvider
|
/llvm-project/lldb/source/DataFormatters/ |
H A D | FormattersHelpers.cpp | 65 CXXFunctionSummaryFormat::Callback funct, const char *description, in AddCXXSummary() 78 const char *description, llvm::StringRef type_name, in AddCXXSynthetic() 89 std::vector<std::string> children, const char *description, in AddFilter()
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-property-dot-syntax.m | 9 @property (readonly, copy) NSString *description; property 45 - (NSString *)description { return [super description]; } method
|
/llvm-project/clang/test/SemaObjC/ |
H A D | attr-objc-NSObject.m | 5 - (void)description; method
|
H A D | method-undef-category-warn-1.m | 39 - (NSString *)description; method 44 - (NSString *)description; method
|
/llvm-project/compiler-rt/test/asan/TestCases/ |
H A D | debug_double_free.cpp | 48 const char *description = __asan_get_report_description(); __asan_on_error() local
|
/llvm-project/lldb/test/API/commands/statistics/basic/ |
H A D | TestStats.py | 38 verify_key_in_dict(self, key, d, description) global() argument 43 verify_key_not_in_dict(self, key, d, description) global() argument 48 verify_keys(self, dict, description, keys_exist, keys_missing=None) global() argument
|
/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
H A D | NativeThreadWindows.cpp | 114 std::string description) { in SetStopReason() argument 121 std::string &description) { in GetStopReason() argument
|