Searched refs:LLDB (Results 1 – 14 of 14) sorted by relevance
2 The MI Driver - LLDB Machine Interface V2 (MI) Project Overview32 2. LLDB-MI may have additional arguments not used in GDB MI. Please see
9 LLDB Team27 * Neither the names of the LLDB Team, copyright holders, nor the names of
333 __DEFAULT_YES_OPTIONS+=LLDB335 __DEFAULT_NO_OPTIONS+=LLDB339 BROKEN_OPTIONS+=LLDB
95 LLDB, // Tune debug info for lldb. enumerator
172 HelpText<"Prints out the current version number of the LLDB debugger.">;178 HelpText<"Prints out the usage information for the LLDB debugger.">;
725 bool tuneForLLDB() const { return DebuggerTuning == DebuggerKind::LLDB; } in tuneForLLDB()
305 if (Tuning == DebuggerKind::LLDB) in computeAccelTableKind()323 DebuggerTuning = DebuggerKind::LLDB; in DwarfDebug()
521 return llvm::DebuggerKind::LLDB; in getDefaultDebuggerTuning()
950 case llvm::DebuggerKind::LLDB: in RenderDebugEnablingArgs()3179 DebuggerTuning = llvm::DebuggerKind::LLDB; in RenderDebugOptions()3318 DebuggerTuning == llvm::DebuggerKind::LLDB || in RenderDebugOptions()
264 clEnumValN(DebuggerKind::LLDB, "lldb", "lldb"),
1636 internal_dict: an LLDB support object not to be used""" in CommandObjectTypeSummaryAdd()
4329 if (CGM.getCodeGenOpts().getDebuggerTuning() != llvm::DebuggerKind::LLDB) in EmitImportDecl()4492 CGM.getCodeGenOpts().getDebuggerTuning() == llvm::DebuggerKind::LLDB; in getCallSiteRelatedAttrs()
444 internal_dict: an LLDB support object not to be used""" in IOHandlerActivated()
696 .Case("lldb", unsigned(llvm::DebuggerKind::LLDB)) in ParseCodeGenArgs()