Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIReadMe.txt2 The MI Driver - LLDB Machine Interface V2 (MI) Project Overview
32 2. LLDB-MI may have additional arguments not used in GDB MI. Please see
/freebsd-12.1/contrib/llvm/tools/lldb/
H A DLICENSE.TXT9 LLDB Team
27 * Neither the names of the LLDB Team, copyright holders, nor the names of
/freebsd-12.1/share/mk/
H A Dsrc.opts.mk333 __DEFAULT_YES_OPTIONS+=LLDB
335 __DEFAULT_NO_OPTIONS+=LLDB
339 BROKEN_OPTIONS+=LLDB
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h95 LLDB, // Tune debug info for lldb. enumerator
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DOptions.td172 HelpText<"Prints out the current version number of the LLDB debugger.">;
178 HelpText<"Prints out the usage information for the LLDB debugger.">;
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h725 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB()
H A DDwarfDebug.cpp305 if (Tuning == DebuggerKind::LLDB) in computeAccelTableKind()
323 DebuggerTuning = DebuggerKind::LLDB; in DwarfDebug()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DDarwin.h521 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
H A DClang.cpp950 case llvm::DebuggerKind::LLDB: in RenderDebugEnablingArgs()
3179 DebuggerTuning = llvm::DebuggerKind::LLDB; in RenderDebugOptions()
3318 DebuggerTuning == llvm::DebuggerKind::LLDB || in RenderDebugOptions()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc264 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"),
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectType.cpp1636 internal_dict: an LLDB support object not to be used""" in CommandObjectTypeSummaryAdd()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4329 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()
4492 CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB; in getCallSiteRelatedAttrs()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp444 internal_dict: an LLDB support object not to be used""" in IOHandlerActivated()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp696 .Case("lldb", unsigned(llvm::DebuggerKind::LLDB)) in ParseCodeGenArgs()