Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDebuggingJITedCode.rst14 for registering JITed code with debuggers. LLDB implements it in the
38 LLDB Version
41 Due to a regression in release 6.0, LLDB didn't support JITed code debugging for
97 code via ``lli`` inside LLDB:
H A DReleaseNotes.rst165 Changes to LLDB
H A DSourceLevelDebugging.rst67 CodeViewDebug. DwarfDebug produces DWARF suitable for use with GDB, LLDB, and
1359 These tables are also insufficient for what a debugger like LLDB needs. LLDB
1360 uses clang for its expression parsing where LLDB acts as a PCH. LLDB is then
H A DDeveloperPolicy.rst17 LLDB, libc++, etc.
53 <http://lists.llvm.org/mailman/listinfo/lldb-dev>`_ for LLDB. If you are
805 including the LLVM optimizer and code generators, Clang, LLDB, etc. `Monorepos
H A DCodingStandards.rst399 specific, for the same reasons described above. For example, LLDB depends on
400 both clang and LLVM, and clang depends on LLVM. So an LLDB source file should
402 ``llvm`` headers, to reduce the possibility (for example) of an LLDB header
H A DORCv2.rst25 2. The LLVM debugger, LLDB, uses a cross-compiling JIT for expression
H A DProgrammersManual.rst279 LLDB runtime logging, the need for string formatting is pervasive.
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dlldb-tblgen.rst1 lldb-tblgen - Description to C++ Code for LLDB
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DVariableNames.rst49 Many other coding guidelines [LLDB]_ [Google]_ [WebKit]_ [Qt]_ [Rust]_ [Swift]_
77 ``lower_case`` is consistent with [LLDB]_, [Google]_, [Rust]_ and [Python]_.
102 This is consistent with [LLDB]_. The ``m_`` prefix is consistent with [WebKit]_.
352 .. [LLDB] LLDB Coding Conventions https://llvm.org/svn/llvm-project/lldb/branches/release_39/www/ll… citation in References
H A DGitHubMove.rst229 datastructure initially in LLDB by moving it into libSupport).
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h100 LLDB, ///< Tune debug info for lldb. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/utils/release/
H A Dbuild_llvm_package.bat17 REM For LLDB, SWIG version <= 3.0.8 needs to be used to work around
/netbsd-src/external/apache2/llvm/dist/llvm/
H A DCODE_OWNERS.TXT59 D: LLDB
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DDarwin.h560 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
H A DClang.cpp1057 case llvm::DebuggerKind::LLDB: in RenderDebugEnablingArgs()
3932 DebuggerTuning = llvm::DebuggerKind::LLDB; in renderDebugOptions()
4047 DebuggerTuning == llvm::DebuggerKind::LLDB || in renderDebugOptions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h839 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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCommandFlags.cpp400 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"), in CGOPT()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTImporter.rst26 …Importer`` library are Cross Translation Unit (CTU) static analysis and the LLDB expression parser.
29 LLDB's ``expr`` command parses a user-defined expression, creates an ``ASTContext`` for that and th…
H A DInternalsManual.rst2395 In case of LLDB, an implementation of the ``ExternalASTSource`` interface is
2398 of the ``ASTImporter`` class. This way, LLDB can reuse Clang's parsing
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp627 if (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB) { in CreateCompileUnit()
4993 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
5162 (CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB || in getCallSiteRelatedAttrs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttr.td827 // Non-literal labels are used by some external AST sources like LLDB.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td4750 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git122804 LLVM debugger LLDB is able to debug.