Home
last modified time | relevance | path

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

12

/freebsd-13.1/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…
15 Desc<"If true, LLDB will save the session's transcripts before quitting.">;
18 …Desc<"A path where LLDB will save the session's transcripts. This is particularly useful when you …
22 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">;
38 …Desc<"If true, LLDB will repeat the previous command if no command was passed to the interpreter. …
/freebsd-13.1/contrib/llvm-project/lldb/docs/design/
H A Dreproducers.rst9 Reproducers in LLDB improve the experience for both the users encountering bugs
20 Reproducers are a generic concept in LLDB and are not inherently coupled with
29 Until reproducer capture is enabled by default, you need to launch LLDB in
31 You cannot enable reproducer capture from within LLDB, as this would be too
38 In capture mode, LLDB will keep track of all the information it needs to replay
67 To replay a reproducer, simply pass its path to LLDB through the ``--replay``
69 were passed to LLDB during capture are already part of the reproducer.
76 During replay LLDB will behave similar to batch mode. The session should be
99 replay. It's called active, because it's LLDB that is driving replay by calling
101 replay. In this mode, LLDB sits idle until an SB API function is called, for
[all …]
H A Doverview.rst4 LLDB is a large and complex codebase. This section will help you become more
5 familiar with the pieces that make up LLDB and give a general overview of the
8 LLDB has many code groupings that makeup the source base:
16 The API folder contains the public interface to LLDB.
93 with formatters mostly through the type command, inside LLDB there are a few
115 the program and in the LLDB process (expression local and expression global
129 LLDB tries to abstract itself from the host upon which it is currently running
173 This module contains the lowest layers of LLDB. A lot of these classes don't
/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td69 Desc<"If true, LLDB will highlight the displayed source code.">;
73 …Desc<"If true, LLDB will use the column information from the debug info to mark the current positi…
117 …Desc<"If true, LLDB will automatically display small structs in one-liner format (default: true)."…
121 …Desc<"If true, LLDB will auto indent/outdent code. Currently only supported in the REPL (default: …
125 …Desc<"If true, LLDB will print the values of variables declared in an expression. Currently only s…
133 …Desc<"If true, LLDB will automatically escape non-printable and escape characters when formatting …
141 …Desc<"If true, LLDB will show suggestions to complete the command the user typed. Suggestions may …
/freebsd-13.1/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.
290 USING LLDB
338 The LLDB project page https://lldb.llvm.org has many different resources
/freebsd-13.1/lib/clang/include/Plugins/
H A DPlugins.def11 |* This file enumerates all of the plugins supported by this build of LLDB. *|
19 |* The set of plugins supported by LLDB is generated at configuration *|
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td98 Desc<"Inherit the environment from the process that is running LLDB.">;
144 Desc<"Allow LLDB to load scripting resources embedded in symbol files when available.">;
148 Desc<"Allow LLDB to .lldbinit files from the current directory automatically.">;
162 …Desc<"If true, LLDB will show variables that are meant to support the operation of a language's ru…
177 Desc<"Enable debugging of LLDB-internal utility expressions.">;
225 …Desc<"If true, warn when stopped in code that is written in a source language that LLDB does not s…
232 Desc<"The time in seconds to wait for LLDB-internal utility expressions.">;
/freebsd-13.1/share/mk/
H A Dsrc.opts.mk288 __DEFAULT_YES_OPTIONS+=LLDB
290 __DEFAULT_NO_OPTIONS+=LLDB
/freebsd-13.1/contrib/llvm-project/lldb/docs/
H A Dpython_api_enums.rst1274 related to LLDB on the current host machine. Most files are
1275 relative to LLDB or are in known locations.
1279 The directory where the lldb.so (unix) or LLDB mach-o file in
1280 LLDB.framework (MacOSX) exists.
1284 Find LLDB support executable directory (debugserver, etc).
1288 Find LLDB header file directory.
1304 The LLDB temp directory for this system that will be cleaned up on exit.
1308 The LLDB temp directory for this system, NOT cleaned up on a process
H A Dpython_api.rst1 LLDB Python API
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h100 LLDB, ///< Tune debug info for lldb. enumerator
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp157 internal_dict: an LLDB support object not to be used""" in CommandObjectBreakpointCommandAdd()
184 internal_dict: an LLDB support object not to be used""" in CommandObjectBreakpointCommandAdd()
H A DCommandObjectType.cpp1568 internal_dict: an LLDB support object not to be used""" in CommandObjectTypeSummaryAdd()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/lua/
H A Dlua-typemaps.swig68 // different LLDB APIs across languages (C++, Python, Lua...).
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DOptions.td177 HelpText<"Prints out the current version number of the LLDB debugger.">;
183 HelpText<"Prints out the usage information for the LLDB debugger.">;
/freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h836 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB()
H A DDwarfDebug.cpp344 if (Tuning == DebuggerKind::LLDB) in computeAccelTableKind()
362 DebuggerTuning = DebuggerKind::LLDB; in DwarfDebug()
/freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DDarwin.h575 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
H A DClang.cpp1063 case llvm::DebuggerKind::LLDB: in RenderDebugEnablingArgs()
3940 DebuggerTuning = llvm::DebuggerKind::LLDB; in renderDebugOptions()
4055 DebuggerTuning == llvm::DebuggerKind::LLDB || in renderDebugOptions()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCommandFlags.cpp394 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"), in CGOPT()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/python/
H A Dpython-extensions.swig273 """A decorator function that registers an LLDB command line
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp605 if (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB) { in CreateCompileUnit()
4994 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
5163 (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB || in getCallSiteRelatedAttrs()

12