Home
last modified time | relevance | path

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

12

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp206 m_supports_not_sending_acks = eLazyBoolNo; in QueryNoAckModeSupported()
227 m_supports_threads_in_stop_reply = eLazyBoolNo; in GetListThreadsInStopReplySupported()
243 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported()
263 m_prepare_for_reg_writing_reply = eLazyBoolNo; in GetSyncThreadStateSupported()
323 m_supports_qXfer_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
324 m_supports_qXfer_libraries_read = eLazyBoolNo; in GetRemoteQSupported()
325 m_supports_augmented_libraries_svr4_read = eLazyBoolNo; in GetRemoteQSupported()
366 m_supports_thread_suffix = eLazyBoolNo; in GetThreadSuffixSupported()
381 m_supports_vCont_any = eLazyBoolNo; in GetVContSupported()
382 m_supports_vCont_all = eLazyBoolNo; in GetVContSupported()
[all …]
/freebsd-10-stable/contrib/llvm/tools/lldb/source/DataFormatters/
DValueObjectPrinter.cpp163 …t_output == false || m_type_flags.Test (ClangASTType::eTypeHasValue)) ? eLazyBoolYes : eLazyBoolNo; in ShouldPrintValueObject()
171 m_is_nil = m_valobj->IsObjCNil() ? eLazyBoolYes : eLazyBoolNo; in IsNil()
179 m_is_ptr = m_type_flags.Test (ClangASTType::eTypeIsPointer) ? eLazyBoolYes : eLazyBoolNo; in IsPtr()
187 m_is_ref = m_type_flags.Test (ClangASTType::eTypeIsReference) ? eLazyBoolYes : eLazyBoolNo; in IsRef()
195 … m_is_aggregate = m_type_flags.Test (ClangASTType::eTypeHasChildren) ? eLazyBoolYes : eLazyBoolNo; in IsAggregate()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DStopInfo.h85 m_override_should_notify = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldNotify()
128 m_override_should_stop = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldStop()
DThreadPlan.h566 m_cached_plan_explains_stop = does_explain ? eLazyBoolYes : eLazyBoolNo; in CachePlanExplainsStop()
DObjCLanguageRuntime.h463 m_has_new_literals_and_indexing = eLazyBoolNo; in HasNewLiteralsAndIndexing()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/
DValueObjectSyntheticFilter.cpp127 … m_might_have_children = (m_synth_filter_ap->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo); in MightHaveChildren()
128 return (m_might_have_children == eLazyBoolNo ? false : true); in MightHaveChildren()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-private-enumerations.h156 eLazyBoolNo = 0, enumerator
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp750 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in get_non_call_site_unwind_plan()
837 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in get_fast_unwind_plan()
838 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in get_fast_unwind_plan()
/freebsd-10-stable/contrib/llvm/tools/lldb/tools/lldb-platform/
Dlldb-platform.cpp242 … debugger_sp->GetCommandInterpreter().HandleCommand(lldb_command.c_str(), eLazyBoolNo, result); in main()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DTarget.cpp273 check_inlines = eLazyBoolNo; in CreateBreakpoint()
278 check_inlines = eLazyBoolNo; in CreateBreakpoint()
289 if (check_inlines == eLazyBoolNo) in CreateBreakpoint()
301 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
353 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
381 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
408 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
2179 eLazyBoolNo, in RunStopHooks()
DThreadPlan.cpp62 m_cached_plan_explains_stop = actual_value ? eLazyBoolYes : eLazyBoolNo; in PlanExplainsStop()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.cpp744 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
771 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateDefaultUnwindPlan()
772 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in CreateDefaultUnwindPlan()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
DFile.cpp888 m_is_interactive = eLazyBoolNo; in CalculateInteractiveAndTerminal()
889 m_is_real_terminal = eLazyBoolNo; in CalculateInteractiveAndTerminal()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp592 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
618 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateDefaultUnwindPlan()
619 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in CreateDefaultUnwindPlan()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp402 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in FDEToUnwindPlan()
411 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in FDEToUnwindPlan()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp95 m_does_branch = eLazyBoolNo; in DoesBranch()
370 m_does_branch = eLazyBoolNo; in CalculateMnemonicOperandsAndComment()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectCommands.cpp390 … LazyBool print_command = m_options.m_silent_run.GetCurrentValue() ? eLazyBoolNo : eLazyBoolYes; in DoExecute()
393 … m_options.m_stop_on_continue.GetCurrentValue() ? eLazyBoolYes : eLazyBoolNo, // Stop on continue in DoExecute()
394 … m_options.m_stop_on_error.GetCurrentValue() ? eLazyBoolYes : eLazyBoolNo, // Stop on error in DoExecute()
DCommandObjectWatchpointCommand.cpp292 eLazyBoolNo, in WatchpointOptionsCallbackFunction()
DCommandObjectBreakpointCommand.cpp315 eLazyBoolNo, in BreakpointOptionsCallbackFunction()
DCommandObjectProcess.cpp608 m_interpreter.HandleCommand("process continue", eLazyBoolNo, result); in DoExecute()
856 m_keep_stopped = eLazyBoolNo; in SetOptionValue()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp1075 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
1102 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateDefaultUnwindPlan()
1103 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in CreateDefaultUnwindPlan()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp369 eLazyBoolNo)); in CreateExceptionResolver()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBCommandInterpreter.cpp138 …m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref… in HandleCommand()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp2397 eLazyBoolNo, // Stop on error in SourceInitFile()
2398 eLazyBoolNo, // Don't echo commands in SourceInitFile()
2399 eLazyBoolNo, // Don't print command output in SourceInitFile()
2400eLazyBoolNo, // Don't add the commands that are sourced into the history buffer in SourceInitFile()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp797 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) in GetFullUnwindPlanForFrame()
823 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) in GetFullUnwindPlanForFrame()

12