/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandInterpreter.h | 114 LazyBool value = silent ? eLazyBoolNo : eLazyBoolYes; in SetSilent() 130 m_stop_on_continue = stop_on_continue ? eLazyBoolYes : eLazyBoolNo; in SetStopOnContinue() 136 m_stop_on_error = stop_on_error ? eLazyBoolYes : eLazyBoolNo; in SetStopOnError() 142 m_stop_on_crash = stop_on_crash ? eLazyBoolYes : eLazyBoolNo; in SetStopOnCrash() 148 m_echo_commands = echo_commands ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommands() 156 m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo; in SetEchoCommentCommands() 162 m_print_results = print_results ? eLazyBoolYes : eLazyBoolNo; in SetPrintResults() 168 m_print_errors = print_errors ? eLazyBoolYes : eLazyBoolNo; in SetPrintErrors() 174 m_add_to_history = add_to_history ? eLazyBoolYes : eLazyBoolNo; in SetAddToHistory() 182 m_auto_handle_events = auto_handle_events ? eLazyBoolYes : eLazyBoolNo; in SetAutoHandleEvents() [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 203 m_supports_not_sending_acks = eLazyBoolNo; in QueryNoAckModeSupported() 226 m_supports_threads_in_stop_reply = eLazyBoolNo; in GetListThreadsInStopReplySupported() 239 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported() 253 m_prepare_for_reg_writing_reply = eLazyBoolNo; in GetSyncThreadStateSupported() 336 m_supports_qXfer_auxv_read = eLazyBoolNo; in GetRemoteQSupported() 337 m_supports_qXfer_libraries_read = eLazyBoolNo; in GetRemoteQSupported() 338 m_supports_qXfer_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported() 339 m_supports_augmented_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported() 340 m_supports_qXfer_features_read = eLazyBoolNo; in GetRemoteQSupported() 341 m_supports_qXfer_memory_map_read = eLazyBoolNo; in GetRemoteQSupported() [all …]
|
H A D | ThreadGDBRemote.cpp | 101 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/contrib/llvm-project/lldb/source/Symbol/ |
H A D | CompactUnwindInfo.cpp | 251 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 …]
|
H A D | FuncUnwinders.cpp | 373 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()
|
H A D | ArmUnwindInfo.cpp | 346 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in GetUnwindPlan() 347 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in GetUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | ValueObjectPrinter.cpp | 178 : eLazyBoolNo; in ShouldPrintValueObject() 185 GetMostSpecializedValue().IsNilReference() ? eLazyBoolYes : eLazyBoolNo; in IsNil() 193 : eLazyBoolNo; in IsUninitialized() 199 m_is_ptr = m_type_flags.Test(eTypeIsPointer) ? eLazyBoolYes : eLazyBoolNo; in IsPtr() 205 m_is_ref = m_type_flags.Test(eTypeIsReference) ? eLazyBoolYes : eLazyBoolNo; in IsRef() 212 m_type_flags.Test(eTypeHasChildren) ? eLazyBoolYes : eLazyBoolNo; in IsAggregate() 223 : eLazyBoolNo; in IsInstancePointer() 225 m_is_instance_ptr = eLazyBoolNo; in IsInstancePointer()
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | CommandAlias.cpp | 175 m_is_dashdash_alias = eLazyBoolNo; in IsDashDashCommand() 193 if ((m_is_dashdash_alias == eLazyBoolNo) && IsNestedAlias()) in IsDashDashCommand() 196 : eLazyBoolNo); in IsDashDashCommand()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/MSP430/ |
H A D | ABISysV_msp430.cpp | 322 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 342 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 343 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/X86/ |
H A D | ABIMacOSX_i386.cpp | 371 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 401 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 402 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 403 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
H A D | ABISysV_i386.cpp | 635 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 665 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 666 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 667 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
H A D | ABISysV_x86_64.cpp | 870 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 900 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 901 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 902 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/AArch64/ |
H A D | ABISysV_arm64.cpp | 333 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 334 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 335 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 359 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 360 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 361 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
H A D | ABIMacOSX_arm64.cpp | 363 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 387 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 388 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 389 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StopInfo.h | 56 m_override_should_notify = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldNotify() 95 m_override_should_stop = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldStop()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | ValueObjectSyntheticFilter.cpp | 132 (m_synth_filter_up->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo); in MightHaveChildren() 133 return (m_might_have_children != eLazyBoolNo); in MightHaveChildren() 237 m_provides_value = eLazyBoolNo; in UpdateValue()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | ThreadPlanStepOut.cpp | 88 frame_idx - 1, eLazyBoolNo, continue_to_next_branch); in ThreadPlanStepOut() 169 case eLazyBoolNo: in SetupAvoidNoDebug() 470 const LazyBool avoid_no_debug = eLazyBoolNo; in QueueInlinedStepPlan()
|
H A D | ThreadPlanStepInRange.cpp | 62 case eLazyBoolNo: in SetupAvoidNoDebug() 78 case eLazyBoolNo: in SetupAvoidNoDebug()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Hexagon/ |
H A D | ABISysV_hexagon.cpp | 1215 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 1238 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 1239 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 1240 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | File.cpp | 163 m_is_interactive = eLazyBoolNo; in CalculateInteractiveAndTerminal() 164 m_is_real_terminal = eLazyBoolNo; in CalculateInteractiveAndTerminal() 165 m_supports_colors = eLazyBoolNo; in CalculateInteractiveAndTerminal() 168 m_is_interactive = eLazyBoolNo; in CalculateInteractiveAndTerminal() 169 m_is_real_terminal = eLazyBoolNo; in CalculateInteractiveAndTerminal()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/Mips/ |
H A D | ABISysV_mips.cpp | 978 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 996 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 997 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 998 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
H A D | ABISysV_mips64.cpp | 1150 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 1168 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 1169 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 1170 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ABI/PowerPC/ |
H A D | ABISysV_ppc.cpp | 884 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 907 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateDefaultUnwindPlan() 908 unwind_plan.SetUnwindPlanValidAtAllInstructions(eLazyBoolNo); in CreateDefaultUnwindPlan() 909 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateDefaultUnwindPlan()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandOptionsProcessLaunch.cpp | 108 disable_aslr = disable_aslr_arg ? eLazyBoolYes : eLazyBoolNo; in SetOptionValue()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/PPC64/ |
H A D | EmulateInstructionPPC64.cpp | 128 unwind_plan.SetSourcedFromCompiler(eLazyBoolNo); in CreateFunctionEntryUnwind() 130 unwind_plan.SetUnwindPlanForSignalTrap(eLazyBoolNo); in CreateFunctionEntryUnwind()
|