| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | DebuggingJITedCode.rst | 14 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 D | ReleaseNotes.rst | 165 Changes to LLDB
|
| H A D | SourceLevelDebugging.rst | 67 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 D | DeveloperPolicy.rst | 17 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 D | CodingStandards.rst | 399 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 D | ORCv2.rst | 25 2. The LLVM debugger, LLDB, uses a cross-compiling JIT for expression
|
| H A D | ProgrammersManual.rst | 279 LLDB runtime logging, the need for string formatting is pervasive.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | lldb-tblgen.rst | 1 lldb-tblgen - Description to C++ Code for LLDB
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
| H A D | VariableNames.rst | 49 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 D | GitHubMove.rst | 229 datastructure initially in LLDB by moving it into libSupport).
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetOptions.h | 100 LLDB, ///< Tune debug info for lldb. enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/release/ |
| H A D | build_llvm_package.bat | 17 REM For LLDB, SWIG version <= 3.0.8 needs to be used to work around
|
| /netbsd-src/external/apache2/llvm/dist/llvm/ |
| H A D | CODE_OWNERS.TXT | 59 D: LLDB
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | Darwin.h | 560 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
|
| H A D | Clang.cpp | 1057 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 D | DwarfDebug.h | 839 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB()
|
| H A D | DwarfDebug.cpp | 344 if (Tuning == DebuggerKind::LLDB) in computeAccelTableKind() 362 DebuggerTuning = DebuggerKind::LLDB; in DwarfDebug()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | CommandFlags.cpp | 400 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"), in CGOPT()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | LibASTImporter.rst | 26 …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 D | InternalsManual.rst | 2395 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 D | CGDebugInfo.cpp | 627 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 D | Attr.td | 827 // Non-literal labels are used by some external AST sources like LLDB.
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 4750 NormalizedValuesScope<"llvm::DebuggerKind">, NormalizedValues<["GDB", "LLDB", "SCE", "DBX"]>,
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 122804 LLVM debugger LLDB is able to debug.
|