Home
last modified time | relevance | path

Searched refs:eLazyBoolNo (Results 1 – 25 of 75) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h106 LazyBool value = silent ? eLazyBoolNo : eLazyBoolYes; in SetSilent()
122 m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo; in SetStopOnContinue()
128 m_stop_on_error = stop_on_error ? eLazyBoolYes : eLazyBoolNo; in SetStopOnError()
134 m_stop_on_crash = stop_on_crash ? eLazyBoolYes : eLazyBoolNo; in SetStopOnCrash()
140 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands()
148 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands()
154 m_print_results = print_results ? eLazyBoolYes : eLazyBoolNo; in SetPrintResults()
160 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors()
166 m_add_to_history = add_to_history ? eLazyBoolYes : eLazyBoolNo; in SetAddToHistory()
174 m_auto_handle_events = auto_handle_events ? eLazyBoolYes : eLazyBoolNo; in SetAutoHandleEvents()
[all …]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp176 m_supports_not_sending_acks = eLazyBoolNo; in QueryNoAckModeSupported()
199 m_supports_threads_in_stop_reply = eLazyBoolNo; in GetListThreadsInStopReplySupported()
212 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported()
226 m_prepare_for_reg_writing_reply = eLazyBoolNo; in GetSyncThreadStateSupported()
305 m_supports_qXfer_auxv_read = eLazyBoolNo; in GetRemoteQSupported()
306 m_supports_qXfer_libraries_read = eLazyBoolNo; in GetRemoteQSupported()
307 m_supports_qXfer_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
308 m_supports_augmented_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
309 m_supports_qXfer_features_read = eLazyBoolNo; in GetRemoteQSupported()
310 m_supports_qXfer_memory_map_read = eLazyBoolNo; in GetRemoteQSupported()
[all …]
DThreadGDBRemote.cpp101 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueName()
131 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueKind()
155 if (m_associated_with_libdispatch_queue == eLazyBoolNo) in GetQueueID()
/freebsd-12-stable/contrib/llvm-project/lldb/source/DataFormatters/
DValueObjectPrinter.cpp166 : eLazyBoolNo; in ShouldPrintValueObject()
172 m_is_nil = m_valobj->IsNilReference() ? eLazyBoolYes : eLazyBoolNo; in IsNil()
179 m_valobj->IsUninitializedReference() ? eLazyBoolYes : eLazyBoolNo; in IsUninitialized()
185 m_is_ptr = m_type_flags.Test(eTypeIsPointer) ? eLazyBoolYes : eLazyBoolNo; in IsPtr()
191 m_is_ref = m_type_flags.Test(eTypeIsReference) ? eLazyBoolYes : eLazyBoolNo; in IsRef()
198 m_type_flags.Test(eTypeHasChildren) ? eLazyBoolYes : eLazyBoolNo; in IsAggregate()
208 : eLazyBoolNo; in IsInstancePointer()
210 m_is_instance_ptr = eLazyBoolNo; in IsInstancePointer()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DCompactUnwindInfo.cpp250 if (m_indexes_computed == eLazyBoolNo) { in ScanIndex()
324 m_indexes_computed = eLazyBoolNo; in ScanIndex()
355 m_indexes_computed = eLazyBoolNo; in ScanIndex()
378 m_indexes_computed = eLazyBoolNo; in ScanIndex()
740 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateUnwindPlan_x86_64()
741 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateUnwindPlan_x86_64()
1012 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateUnwindPlan_i386()
1013 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateUnwindPlan_i386()
1309 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateUnwindPlan_arm64()
1310 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateUnwindPlan_arm64()
[all …]
DFuncUnwinders.cpp373 plans_are_identical = eLazyBoolNo; in CompareUnwindPlansForIdenticalInitialPCLocation()
376 plans_are_identical = eLazyBoolNo; in CompareUnwindPlansForIdenticalInitialPCLocation()
414 thread, eh_frame_sp, arch_default_at_entry_sp) == eLazyBoolNo && in GetUnwindPlanAtNonCallSite()
416 thread, eh_frame_sp, arch_default_sp) == eLazyBoolNo && in GetUnwindPlanAtNonCallSite()
418 thread, assembly_sp, arch_default_sp) == eLazyBoolNo) { in GetUnwindPlanAtNonCallSite()
DArmUnwindInfo.cpp346 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in GetUnwindPlan()
347 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in GetUnwindPlan()
DUnwindPlan.cpp515 case eLazyBoolNo: in Dump()
527 case eLazyBoolNo: in Dump()
539 case eLazyBoolNo: in Dump()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Interpreter/
DCommandAlias.cpp172 m_is_dashdash_alias = eLazyBoolNo; in IsDashDashCommand()
190 if ((m_is_dashdash_alias == eLazyBoolNo) && IsNestedAlias()) in IsDashDashCommand()
193 : eLazyBoolNo); in IsDashDashCommand()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/X86/
DABIMacOSX_i386.cpp370 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
400 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
401 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
402 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
DABISysV_i386.cpp633 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
663 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
664 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
665 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
DABISysV_x86_64.cpp868 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
898 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
899 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
900 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/
DABISysV_arm64.cpp340 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
341 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
342 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
366 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
367 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
368 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
DABIMacOSX_arm64.cpp370 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
394 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
395 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
396 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DStopInfo.h56 m_override_should_notify = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldNotify()
90 m_override_should_stop = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldStop()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Host/common/
DFile.cpp157 m_is_interactive = eLazyBoolNo; in CalculateInteractiveAndTerminal()
158 m_is_real_terminal = eLazyBoolNo; in CalculateInteractiveAndTerminal()
159 m_supports_colors = eLazyBoolNo; in CalculateInteractiveAndTerminal()
162 m_is_interactive = eLazyBoolNo; in CalculateInteractiveAndTerminal()
163 m_is_real_terminal = eLazyBoolNo; in CalculateInteractiveAndTerminal()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DValueObjectSyntheticFilter.cpp120 (m_synth_filter_up->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo); in MightHaveChildren()
121 return (m_might_have_children != eLazyBoolNo); in MightHaveChildren()
225 m_provides_value = eLazyBoolNo; in UpdateValue()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadPlanStepOut.cpp87 frame_idx - 1, eLazyBoolNo, continue_to_next_branch); in ThreadPlanStepOut()
168 case eLazyBoolNo: in SetupAvoidNoDebug()
469 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan()
DThreadPlanStepInRange.cpp61 case eLazyBoolNo: in SetupAvoidNoDebug()
77 case eLazyBoolNo: in SetupAvoidNoDebug()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/
DABISysV_hexagon.cpp1214 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
1237 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
1238 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
1239 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
DSymbolFileBreakpad.cpp221 /*is_optimized*/ eLazyBoolNo); in ParseCompileUnitAtIndex()
527 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in ParseCFIUnwindPlan()
528 plan_sp->SetUnwindPlanForSignalTrap(eLazyBoolNo); in ParseCFIUnwindPlan()
570 plan_sp->SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in ParseWinUnwindPlan()
571 plan_sp->SetUnwindPlanForSignalTrap(eLazyBoolNo); in ParseWinUnwindPlan()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/
DABISysV_mips.cpp977 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
995 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
996 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
997 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
DABISysV_mips64.cpp1148 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
1166 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
1167 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
1168 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/
DABISysV_ppc.cpp883 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
906 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan()
907 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
908 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/
DEmulateInstructionPPC64.cpp138 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwind()
140 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateFunctionEntryUnwind()

123