Home
last modified time | relevance | path

Searched refs:LLDB (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td11 …Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged…
19 Desc<"If true, LLDB will save the session's transcripts before quitting.">;
23 Desc<"If true, LLDB will open the saved session's transcripts in the external editor.">;
26 …Desc<"A path where LLDB will save the session's transcripts. This is particularly useful when you …
30 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">;
46 …Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. …
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td28 …Desc<"Enable caching for debug sessions in LLDB. LLDB can cache data for each module for improved …
32 Desc<"The path to the LLDB index cache directory.">;
36 …Desc<"The maximum size for the LLDB index cache directory in bytes. A value over the amount of ava…
48 …Desc<"Enable on demand symbol loading in LLDB. LLDB will load debug info on demand for each module…
114 Desc<"If true, LLDB will highlight the displayed source code.">;
118 …Desc<"If true, LLDB will use the column information from the debug info to mark the current positi…
178 …Desc<"If true, LLDB will automatically display small structs in one-liner format (default: true)."…
182 …Desc<"If true, LLDB will auto indent/outdent code. Currently only supported in the REPL (default: …
186 …Desc<"If true, LLDB will print the values of variables declared in an expression. Currently only s…
194 …Desc<"If true, LLDB will automatically escape non-printable and escape characters when formatting …
[all …]
/freebsd/contrib/llvm-project/lldb/docs/design/
H A Doverview.rst
H A Dsbapi.rst
/freebsd/contrib/llvm-project/lldb/source/Plugins/
H A DPlugins.def.in10 |* 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/contrib/llvm-project/lldb/docs/man/
H A Dlldb-server.rst3 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 Dlldb.rst23 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/lib/clang/include/Plugins/
H A DPlugins.def10 |* 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/tools/build/options/
H A DWITH_LLDB1 Build the LLDB debugger.
H A DWITHOUT_LLDB1 Do not build the LLDB debugger.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td72 …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/contrib/llvm-project/lldb/docs/
H A Dpython_extensions.rst4 LLDB provides scriptable extensions to augment the debugger's capabilities.
H A Dpython_api_enums.rst1277 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
H A Dpython_api.rst1 LLDB Python API
/freebsd/share/mk/
H A Dsrc.opts.mk304 __DEFAULT_YES_OPTIONS+=LLDB
306 __DEFAULT_NO_OPTIONS+=LLDB
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp128 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/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h100 LLDB, ///< Tune debug info for lldb. enumerator
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td181 HelpText<"Prints out the current version number of the LLDB debugger.">;
187 HelpText<"Prints out the usage information for the LLDB debugger.">;
/freebsd/contrib/llvm-project/lldb/
H A DLICENSE.TXT247 LLDB Team
265 * Neither the names of the LLDB Team, copyright holders, nor the names of
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h906 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; }
/freebsd/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig69 // different LLDB APIs across languages (C++, Python, Lua...).
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h639 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp447 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"), in CGOPT()
/freebsd/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig273 """A decorator function that registers an LLDB command line
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp890 CodeGenOpts.getDebuggerTuning() != llvm::DebuggerKind::LLDB) { in RunOptimizationPipeline()

12