Searched refs:LLDB (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/DebugInfo/X86/ |
D | debugger-tune.ll | 4 ; and the apple_names section to distinguish the LLDB case. SCE has neither. 8 …_64-apple-darwin12 -filetype=obj < %s | llvm-readobj -sections - | FileCheck --check-prefix=LLDB %s 14 …filetype=obj -debugger-tune=lldb < %s | llvm-readobj -sections - | FileCheck --check-prefix=LLDB %s 22 ; LLDB-NOT: debug_pubnames 23 ; LLDB: apple_names 24 ; LLDB-NOT: debug_pubnames
|
/external/llvm/ |
D | .gitignore | 53 # LLDB, which is tracked independently.
|
D | CODE_OWNERS.TXT | 35 D: LLDB
|
D | CMakeLists.txt | 476 # on LLDB.
|
/external/llvm/include/llvm/Target/ |
D | TargetOptions.h | 88 LLDB, // Tune debug info for lldb. enumerator
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 302 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB()
|
D | DwarfDebug.cpp | 225 DebuggerTuning = DebuggerKind::LLDB; in DwarfDebug()
|
/external/llvm/include/llvm/CodeGen/ |
D | CommandFlags.h | 280 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"),
|
/external/llvm/docs/ |
D | DebuggingJITedCode.rst | 31 Apple ships with Xcode has been frozen at 6.3 for a while. LLDB may be a
|
D | LLVMBuild.rst | 18 on. Related projects in the LLVM system like Clang and LLDB also tend to 31 Clang, and LLDB) is organized into *components*, which define the
|
D | SourceLevelDebugging.rst | 67 CodeViewDebug. DwarfDebug produces DWARF sutable for use with GDB, LLDB, and 734 These tables are also insufficient for what a debugger like LLDB needs. LLDB 735 uses clang for its expression parsing where LLDB acts as a PCH. LLDB is then
|
D | DeveloperPolicy.rst | 17 LLDB, libc++, etc. 53 <http://lists.llvm.org/mailman/listinfo/lldb-dev>`_ for LLDB. If you are
|
D | CodingStandards.rst | 61 toolchains supported as host compilers. The LLDB project is even more
|
/external/valgrind/docs/internals/ |
D | 3_12_BUGSTATUS.txt | 372 356174 Enhance the embedded gdbserver to allow LLDB to use it
|
D | 3_11_BUGSTATUS.txt | 194 356174 Enhance the embedded gdbserver to allow LLDB to use it
|
/external/clang/lib/Driver/ |
D | ToolChains.h | 595 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
|
D | Tools.cpp | 2811 case llvm::DebuggerKind::LLDB: in RenderDebugEnablingArgs() 4511 DebuggerTuning = llvm::DebuggerKind::LLDB; in ConstructJob()
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 483 .Case("lldb", unsigned(llvm::DebuggerKind::LLDB)) in ParseCodeGenArgs()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 3659 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
|