| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 11 …Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged… 15 Desc<"If true, LLDB will save the session's transcripts before quitting.">; 19 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">; 22 …Desc<"A path where LLDB will save the session's transcripts. This is particularly useful when you … 26 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">; 42 …Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. …
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 23 …Desc<"Enable caching for debug sessions in LLDB. LLDB can cache data for each module for improved … 27 Desc<"The path to the LLDB index cache directory.">; 43 …Desc<"Enable on demand symbol loading in LLDB. LLDB will load debug info on demand for each module… 109 Desc<"If true, LLDB will highlight the displayed source code.">; 113 …Desc<"If true, LLDB will use the column information from the debug info to mark the current positi… 173 …Desc<"If true, LLDB will automatically display small structs in one-liner format (default: true)."… 177 …Desc<"If true, LLDB will auto indent/outdent code. Currently only supported in the REPL (default: … 181 …Desc<"If true, LLDB will print the values of variables declared in an expression. Currently only s… 189 …Desc<"If true, LLDB will automatically escape non-printable and escape characters when formatting … 197 …Desc<"If true, LLDB will show suggestions to complete the command the user typed. Suggestions may … [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ |
| H A D | Plugins.def.in | 10 |* This file enumerates all of the plugins supported by this build of LLDB. *| 18 |* The set of plugins supported by LLDB is generated at configuration *|
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/man/ |
| H A D | lldb-server.rst | 3 lldb-server -- Server for LLDB Debugging Sessions 22 All of the code in the LLDB project is available under the Apache 2.0 License 36 Runs the server using the gdb-remote protocol. LLDB can afterwards 41 Runs the platform server. LLDB can afterwards connect to the server using 208 The LLDB project page https://lldb.llvm.org has many different resources
|
| H A D | lldb.rst | 23 All of the code in the LLDB project is available under the Apache 2.0 License 185 Prints out the usage information for the LLDB debugger. 201 Prints out the current version number of the LLDB debugger. 294 USING LLDB 342 The LLDB project page https://lldb.llvm.org has many different resources
|
| /freebsd-14.2/tools/build/options/ |
| H A D | WITH_LLDB | 1 Build the LLDB debugger.
|
| H A D | WITHOUT_LLDB | 1 Do not build the LLDB debugger.
|
| /freebsd-14.2/lib/clang/include/Plugins/ |
| H A D | Plugins.def | 10 |* This file enumerates all of the plugins supported by this build of LLDB. *| 18 |* The set of plugins supported by LLDB is generated at configuration *|
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 72 …Desc<"Configure how LLDB parses dynamic Objective-C class metadata. By default LLDB will choose th… 121 Desc<"Inherit the environment from the process that is running LLDB.">; 167 Desc<"Allow LLDB to load scripting resources embedded in symbol files when available.">; 171 Desc<"Allow LLDB to .lldbinit files from the current directory automatically.">; 185 …Desc<"If true, LLDB will show variables that are meant to support the operation of a language's ru… 197 Desc<"Enable debugging of LLDB-internal utility expressions.">; 245 …Desc<"If true, warn when stopped in code that is written in a source language that LLDB does not s… 256 Desc<"The time in seconds to wait for LLDB-internal utility expressions.">;
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api.rst | 1 LLDB Python API
|
| H A D | python_api_enums.rst | 1277 related to LLDB on the current host machine. Most files are 1278 relative to LLDB or are in known locations. 1282 The directory where the lldb.so (unix) or LLDB mach-o file in 1283 LLDB.framework (MacOSX) exists. 1287 Find LLDB support executable directory (debugserver, etc). 1291 Find LLDB header file directory. 1307 The LLDB temp directory for this system that will be cleaned up on exit. 1311 The LLDB temp directory for this system, NOT cleaned up on a process
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolLocator/Debuginfod/ |
| H A D | SymbolLocatorDebuginfodProperties.td | 9 …Desc<"The path where symbol files should be cached. This defaults to LLDB's system cache location.…
|
| /freebsd-14.2/share/mk/ |
| H A D | src.opts.mk | 300 __DEFAULT_YES_OPTIONS+=LLDB 302 __DEFAULT_NO_OPTIONS+=LLDB
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 100 LLDB, ///< Tune debug info for lldb. enumerator
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpointCommand.cpp | 128 internal_dict: an LLDB support object not to be used""" in CommandObjectBreakpointCommandAdd() 155 internal_dict: an LLDB support object not to be used""" in CommandObjectBreakpointCommandAdd()
|
| /freebsd-14.2/contrib/llvm-project/lldb/tools/driver/ |
| H A D | Options.td | 181 HelpText<"Prints out the current version number of the LLDB debugger.">; 187 HelpText<"Prints out the usage information for the LLDB debugger.">;
|
| /freebsd-14.2/contrib/llvm-project/lldb/ |
| H A D | LICENSE.TXT | 247 LLDB Team 265 * Neither the names of the LLDB Team, copyright holders, nor the names of
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/lua/ |
| H A D | lua-typemaps.swig | 69 // different LLDB APIs across languages (C++, Python, Lua...).
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.h | 906 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB()
|
| H A D | DwarfDebug.cpp | 324 if (Tuning == DebuggerKind::LLDB) in computeAccelTableKind() 342 DebuggerTuning = DebuggerKind::LLDB; in DwarfDebug()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 622 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 439 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"), in CGOPT()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/python/ |
| H A D | python-extensions.swig | 273 """A decorator function that registers an LLDB command line
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | BackendUtil.cpp | 858 CodeGenOpts.getDebuggerTuning() != llvm::DebuggerKind::LLDB) { in RunOptimizationPipeline()
|
| H A D | CGDebugInfo.cpp | 636 if (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB) { in CreateCompileUnit() 2769 if (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB) in CreateTypeDefinition() 5764 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl() 5934 (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB || in getCallSiteRelatedAttrs()
|