reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
   84     LazyBool value = silent ? eLazyBoolNo : eLazyBoolYes;
  100     m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo;
  106     m_stop_on_error = stop_on_error ? eLazyBoolYes : eLazyBoolNo;
  112     m_stop_on_crash = stop_on_crash ? eLazyBoolYes : eLazyBoolNo;
  118     m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo;
  126     m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo;
  132     m_print_results = print_results ? eLazyBoolYes : eLazyBoolNo;
  138     m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo;
  144     m_add_to_history = add_to_history ? eLazyBoolYes : eLazyBoolNo;
  159     case eLazyBoolNo:
tools/lldb/include/lldb/Target/StopInfo.h
   56     m_override_should_notify = override_value ? eLazyBoolYes : eLazyBoolNo;
   90     m_override_should_stop = override_value ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/include/lldb/Target/Thread.h
  298     return eLazyBoolNo;
tools/lldb/include/lldb/Target/ThreadPlan.h
  573     m_cached_plan_explains_stop = does_explain ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/API/SBCommandInterpreter.cpp
  282                                 add_to_history ? eLazyBoolYes : eLazyBoolNo,
tools/lldb/source/API/SBVariablesOptions.cpp
   46     m_include_recognized_arguments = b ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Commands/CommandObjectBreakpoint.cpp
  366           m_skip_prologue = eLazyBoolNo;
  395           m_move_to_nearest_code = eLazyBoolNo;
  569       m_options.m_skip_prologue = eLazyBoolNo;
tools/lldb/source/Commands/CommandObjectExpression.cpp
  160       auto_apply_fixits = tmp_value ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Commands/CommandObjectProcess.cpp
  482       m_interpreter.HandleCommand("process continue", eLazyBoolNo, result);
  678             m_keep_stopped = eLazyBoolNo;
tools/lldb/source/Commands/CommandObjectThread.cpp
  435             avoid_no_debug ? eLazyBoolYes : eLazyBoolNo;
  448             avoid_no_debug ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Core/ValueObject.cpp
  446     case eLazyBoolNo:
tools/lldb/source/Core/ValueObjectSyntheticFilter.cpp
  118         (m_synth_filter_up->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo);
  119   return (m_might_have_children != eLazyBoolNo);
  215     m_provides_value = eLazyBoolNo;
tools/lldb/source/DataFormatters/FormatManager.cpp
  487     case eLazyBoolNo:
  513       case eLazyBoolNo:
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  170             : eLazyBoolNo;
  176     m_is_nil = m_valobj->IsNilReference() ? eLazyBoolYes : eLazyBoolNo;
  183         m_valobj->IsUninitializedReference() ? eLazyBoolYes : eLazyBoolNo;
  189     m_is_ptr = m_type_flags.Test(eTypeIsPointer) ? eLazyBoolYes : eLazyBoolNo;
  195     m_is_ref = m_type_flags.Test(eTypeIsReference) ? eLazyBoolYes : eLazyBoolNo;
  202         m_type_flags.Test(eTypeHasChildren) ? eLazyBoolYes : eLazyBoolNo;
  212                             : eLazyBoolNo;
  214     m_is_instance_ptr = eLazyBoolNo;
tools/lldb/source/Expression/REPL.cpp
  222         ci.HandleCommand(code.c_str(), eLazyBoolNo, result);
tools/lldb/source/Host/common/File.cpp
  157     m_is_interactive = eLazyBoolNo;
  158     m_is_real_terminal = eLazyBoolNo;
  159     m_supports_colors = eLazyBoolNo;
  162   m_is_interactive = eLazyBoolNo;
  163   m_is_real_terminal = eLazyBoolNo;
tools/lldb/source/Interpreter/CommandAlias.cpp
  172   m_is_dashdash_alias = eLazyBoolNo;
  190   if ((m_is_dashdash_alias == eLazyBoolNo) && IsNestedAlias())
  193                                                      : eLazyBoolNo);
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2898       if (options->m_echo_commands != eLazyBoolNo)
 2900       if (options->m_echo_comment_commands != eLazyBoolNo)
 2902       if (options->m_print_results != eLazyBoolNo)
 2904       if (options->m_print_errors != eLazyBoolNo)
tools/lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
 1824   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1848   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1849   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1850   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
 1990   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 2013   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 2014   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 2015   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
 1028   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1057   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1058   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1059   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
  570   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1938   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1962   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1963   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1964   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
 1960   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1961   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1962   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
 1985   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1986   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1987   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
 1227   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1249   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1250   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1251   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
  758   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  787   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  788   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  789   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
  975   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  992   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  993   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  994   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
 1146   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1163   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1164   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1165   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
  886   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  908   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  909   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  910   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
  978   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1011   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1012   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1013   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
  645   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
 1020   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1049   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1050   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1051   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
 1728   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1755   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1756   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
tools/lldb/source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
  120               m_does_branch = eLazyBoolNo;
  147             m_has_delay_slot = eLazyBoolNo;
  153               m_has_delay_slot = eLazyBoolNo;
  378               m_does_branch = eLazyBoolNo;
  885             m_is_call = eLazyBoolNo;
  890               m_is_call = eLazyBoolNo;
tools/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
 1471     const LazyBool skip_prologue = eLazyBoolNo;
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
  488         using_shared_cache = eLazyBoolNo;
  493         private_shared_cache = eLazyBoolNo;
tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  351         eLazyBoolNo, /* skip_prologue */
tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
14508   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
14510   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  481   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  483   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
 1154   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1156   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
 1046   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1048   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
  136   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
  138   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
  455       eFunctionNameTypeBase, eLanguageTypeUnknown, 0, eLazyBoolNo));
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  117         eLazyBoolNo);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  837         eLazyBoolNo);
tools/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
  292         m_has_new_literals_and_indexing = eLazyBoolNo;
tools/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.cpp
  503   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
tools/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
 1227   LazyBool skip_prologue = eLazyBoolNo;
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
 1230   if (m_supports_mem_region == LazyBool::eLazyBoolNo) {
 1302     m_supports_mem_region = LazyBool::eLazyBoolNo;
 1314                            m_supports_mem_region = LazyBool::eLazyBoolNo;
 1327     m_supports_mem_region = LazyBool::eLazyBoolNo;
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  852       if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) {
  921       unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  205     m_supports_not_sending_acks = eLazyBoolNo;
  228     m_supports_threads_in_stop_reply = eLazyBoolNo;
  241     m_attach_or_wait_reply = eLazyBoolNo;
  255     m_prepare_for_reg_writing_reply = eLazyBoolNo;
  332   m_supports_qXfer_auxv_read = eLazyBoolNo;
  333   m_supports_qXfer_libraries_read = eLazyBoolNo;
  334   m_supports_qXfer_libraries_svr4_read = eLazyBoolNo;
  335   m_supports_augmented_libraries_svr4_read = eLazyBoolNo;
  336   m_supports_qXfer_features_read = eLazyBoolNo;
  337   m_supports_qXfer_memory_map_read = eLazyBoolNo;
  422       m_supports_qEcho = eLazyBoolNo;
  427       m_supports_QPassSignals = eLazyBoolNo;
  448     m_supports_thread_suffix = eLazyBoolNo;
  460     m_supports_vCont_any = eLazyBoolNo;
  461     m_supports_vCont_all = eLazyBoolNo;
  462     m_supports_vCont_c = eLazyBoolNo;
  463     m_supports_vCont_C = eLazyBoolNo;
  464     m_supports_vCont_s = eLazyBoolNo;
  465     m_supports_vCont_S = eLazyBoolNo;
  547     m_supports_p = eLazyBoolNo;
  583     m_supports_jThreadExtendedInfo = eLazyBoolNo;
  599     m_supports_error_string_reply = eLazyBoolNo;
  612     m_supports_jLoadedDynamicLibrariesInfos = eLazyBoolNo;
  627     m_supports_jGetSharedCacheInfo = eLazyBoolNo;
  641     m_supports_x = eLazyBoolNo;
  989     m_qGDBServerVersion_is_valid = eLazyBoolNo;
 1130     m_qHostInfo_is_valid = eLazyBoolNo;
 1215                     .Case("before", eLazyBoolNo)
 1364   if (m_supports_alloc_dealloc_memory != eLazyBoolNo) {
 1378         m_supports_alloc_dealloc_memory = eLazyBoolNo;
 1382       m_supports_alloc_dealloc_memory = eLazyBoolNo;
 1389   if (m_supports_alloc_dealloc_memory != eLazyBoolNo) {
 1400         m_supports_alloc_dealloc_memory = eLazyBoolNo;
 1404       m_supports_alloc_dealloc_memory = eLazyBoolNo;
 1426         m_supports_detach_stay_stopped = eLazyBoolNo;
 1430     if (m_supports_detach_stay_stopped == eLazyBoolNo) {
 1455   if (m_supports_memory_region_info != eLazyBoolNo) {
 1534       m_supports_memory_region_info = eLazyBoolNo;
 1538   if (m_supports_memory_region_info == eLazyBoolNo) {
 1682   if (m_supports_watchpoint_support_info != eLazyBoolNo) {
 1703         m_supports_watchpoint_support_info = eLazyBoolNo;
 1706       m_supports_watchpoint_support_info = eLazyBoolNo;
 1710   if (m_supports_watchpoint_support_info == eLazyBoolNo) {
 1743       m_watchpoints_trigger_after_instruction = eLazyBoolNo;
 1745     after = (m_watchpoints_trigger_after_instruction != eLazyBoolNo);
 2008     if (m_qProcessInfo_is_valid == eLazyBoolNo)
 2131     m_qProcessInfo_is_valid = eLazyBoolNo;
 3181       m_avoid_g_packets = eLazyBoolNo;
 3194               m_avoid_g_packets = eLazyBoolNo;
 3266   if (m_supports_QSaveRegisterState == eLazyBoolNo)
 3278     m_supports_QSaveRegisterState = eLazyBoolNo;
 3293   if (m_supports_QSaveRegisterState == eLazyBoolNo)
 3307     m_supports_QSaveRegisterState = eLazyBoolNo;
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2097         associated_with_dispatch_queue = eLazyBoolNo;
 2988   if (m_gdb_comm.SupportsAllocDeallocMemory() != eLazyBoolNo) {
 2995   if (m_gdb_comm.SupportsAllocDeallocMemory() == eLazyBoolNo) {
 3064   case eLazyBoolNo:
tools/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
   93   if (m_associated_with_libdispatch_queue == eLazyBoolNo)
  123   if (m_associated_with_libdispatch_queue == eLazyBoolNo)
  147   if (m_associated_with_libdispatch_queue == eLazyBoolNo)
tools/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
 1038   interpreter.HandleCommand(command_stream.GetData(), eLazyBoolNo,
tools/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
  217                                              /*is_optimized*/ eLazyBoolNo);
  510   plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  511   plan_sp->SetUnwindPlanForSignalTrap(eLazyBoolNo);
  553   plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  554   plan_sp->SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  613       m_is_optimized = eLazyBoolNo;
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  729               is_optimized ? eLazyBoolYes : eLazyBoolNo);
 2656     m_supports_DW_AT_APPLE_objc_complete_type = eLazyBoolNo;
 2671     if (m_supports_DW_AT_APPLE_objc_complete_type == eLazyBoolNo &&
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
 1096     m_supports_DW_AT_APPLE_objc_complete_type = eLazyBoolNo;
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
  431   LazyBool optimized = eLazyBoolNo;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1750   LazyBool optimized = eLazyBoolNo;
tools/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
  127                                             eLanguageTypeUnknown, eLazyBoolNo);
tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  714     if (thread_sp->GetAssociatedWithLibdispatchQueue() != eLazyBoolNo) {
tools/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
 1329   unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
 1331   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
 1574     unwind_plan.SetSourcedFromCompiler(eLazyBoolNo);
tools/lldb/source/Symbol/ArmUnwindInfo.cpp
  346   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  347   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  250   if (m_indexes_computed == eLazyBoolNo) {
  324       m_indexes_computed = eLazyBoolNo;
  355         m_indexes_computed = eLazyBoolNo;
  378     m_indexes_computed = eLazyBoolNo;
  740   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  741   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
 1012   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1013   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
 1309   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1310   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
 1443   unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
 1444   unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo);
tools/lldb/source/Symbol/CompileUnit.cpp
  330     m_is_optimized = eLazyBoolNo;
tools/lldb/source/Symbol/DWARFCallFrameInfo.cpp
  557     unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  565     unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo);
  606     strchr(cie->augmentation, 'S') ? eLazyBoolYes : eLazyBoolNo);
tools/lldb/source/Symbol/FuncUnwinders.cpp
  371         plans_are_identical = eLazyBoolNo;
  374         plans_are_identical = eLazyBoolNo;
  412           thread, eh_frame_sp, arch_default_at_entry_sp) == eLazyBoolNo &&
  414           thread, eh_frame_sp, arch_default_sp) == eLazyBoolNo &&
  416           thread, assembly_sp, arch_default_sp) == eLazyBoolNo) {
tools/lldb/source/Symbol/UnwindPlan.cpp
  513   case eLazyBoolNo:
  525   case eLazyBoolNo:
tools/lldb/source/Target/PathMappingList.cpp
  174             FileSpec(path).IsRelative() ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Target/Process.cpp
  325       disable_aslr = disable_aslr_arg ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Target/Target.cpp
  313     move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo;
  336       check_inlines = eLazyBoolNo;
  341         check_inlines = eLazyBoolNo;
  352   if (check_inlines == eLazyBoolNo) {
  362     skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo;
  364     move_to_nearest_code = GetMoveToNearestCode() ? eLazyBoolYes : eLazyBoolNo;
  424       skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo;
  450       skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo;
  476         skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo;
  478         skip_prologue = eLazyBoolNo;
tools/lldb/source/Target/Thread.cpp
  488     m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo);
 1441       frame_idx, eLazyBoolNo, continue_to_next_branch, calculate_return_value));
tools/lldb/source/Target/ThreadPlan.cpp
   39     m_cached_plan_explains_stop = actual_value ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
  131           eLazyBoolCalculate, eLazyBoolNo);
tools/lldb/source/Target/ThreadPlanStepInRange.cpp
   77   case eLazyBoolNo:
   93   case eLazyBoolNo:
tools/lldb/source/Target/ThreadPlanStepOut.cpp
   89           frame_idx - 1, eLazyBoolNo, continue_to_next_branch);
  158   case eLazyBoolNo:
  451         const LazyBool avoid_no_debug = eLazyBoolNo;
tools/lldb/source/Target/ThreadPlanStepOverRange.cpp
   84   case eLazyBoolNo:
tools/lldb/tools/lldb-test/lldb-test.cpp
  382             Command.c_str(), /*add_to_history*/ eLazyBoolNo, Result)) {
 1024     return CI.HandleCommand(Cmd, eLazyBoolNo, Result);
 1087       /*add_to_history*/ eLazyBoolNo, Result);
tools/lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
  170   EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo);
  246   EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo);
 2692   EXPECT_TRUE(unwind_plan.GetSourcedFromCompiler() == eLazyBoolNo);