Home
last modified time | relevance | path

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

/external/llvm/test/DebugInfo/X86/
Ddebugger-tune.ll4 ; 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.gitignore53 # LLDB, which is tracked independently.
DCODE_OWNERS.TXT35 D: LLDB
DCMakeLists.txt476 # on LLDB.
/external/llvm/include/llvm/Target/
DTargetOptions.h88 LLDB, // Tune debug info for lldb. enumerator
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.h302 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB()
DDwarfDebug.cpp225 DebuggerTuning = DebuggerKind::LLDB; in DwarfDebug()
/external/llvm/include/llvm/CodeGen/
DCommandFlags.h280 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"),
/external/llvm/docs/
DDebuggingJITedCode.rst31 Apple ships with Xcode has been frozen at 6.3 for a while. LLDB may be a
DLLVMBuild.rst18 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
DSourceLevelDebugging.rst67 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
DDeveloperPolicy.rst17 LLDB, libc++, etc.
53 <http://lists.llvm.org/mailman/listinfo/lldb-dev>`_ for LLDB. If you are
DCodingStandards.rst61 toolchains supported as host compilers. The LLDB project is even more
/external/valgrind/docs/internals/
D3_12_BUGSTATUS.txt372 356174 Enhance the embedded gdbserver to allow LLDB to use it
D3_11_BUGSTATUS.txt194 356174 Enhance the embedded gdbserver to allow LLDB to use it
/external/clang/lib/Driver/
DToolChains.h595 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
DTools.cpp2811 case llvm::DebuggerKind::LLDB: in RenderDebugEnablingArgs()
4511 DebuggerTuning = llvm::DebuggerKind::LLDB; in ConstructJob()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp483 .Case("lldb", unsigned(llvm::DebuggerKind::LLDB)) in ParseCodeGenArgs()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp3659 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()