Searched refs:LLDB (Results 1 – 25 of 32) sorted by relevance
12
11 …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. …
28 …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 …]
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 *|
3 lldb-server -- Server for LLDB Debugging Sessions22 All of the code in the LLDB project is available under the Apache 2.0 License36 Runs the server using the gdb-remote protocol. LLDB can afterwards41 Runs the platform server. LLDB can afterwards connect to the server using208 The LLDB project page https://lldb.llvm.org has many different resources
23 All of the code in the LLDB project is available under the Apache 2.0 License185 Prints out the usage information for the LLDB debugger.201 Prints out the current version number of the LLDB debugger.294 USING LLDB342 The LLDB project page https://lldb.llvm.org has many different resources
1 Build the LLDB debugger.
1 Do not build the LLDB debugger.
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.">;
1 LLDB Python API
4 LLDB provides scriptable extensions to augment the debugger's capabilities.
1277 related to LLDB on the current host machine. Most files are1278 relative to LLDB or are in known locations.1282 The directory where the lldb.so (unix) or LLDB mach-o file in1283 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
9 …Desc<"The path where symbol files should be cached. This defaults to LLDB's system cache location.…
290 __DEFAULT_YES_OPTIONS+=LLDB292 __DEFAULT_NO_OPTIONS+=LLDB
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()
100 LLDB, ///< Tune debug info for lldb. enumerator
181 HelpText<"Prints out the current version number of the LLDB debugger.">;187 HelpText<"Prints out the usage information for the LLDB debugger.">;
247 LLDB Team265 * Neither the names of the LLDB Team, copyright holders, nor the names of
69 // different LLDB APIs across languages (C++, Python, Lua...).
906 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB()
324 if (Tuning == DebuggerKind::LLDB) in computeAccelTableKind()342 DebuggerTuning = DebuggerKind::LLDB; in DwarfDebug()
639 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
447 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"), in CGOPT()
273 """A decorator function that registers an LLDB command line
890 CodeGenOpts.getDebuggerTuning() != llvm::DebuggerKind::LLDB) { in RunOptimizationPipeline()