| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | GDBRemoteCommunicationClient.cpp | 206 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/ |
| D | ValueObjectPrinter.cpp | 163 …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/ |
| D | StopInfo.h | 85 m_override_should_notify = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldNotify() 128 m_override_should_stop = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldStop()
|
| D | ThreadPlan.h | 566 m_cached_plan_explains_stop = does_explain ? eLazyBoolYes : eLazyBoolNo; in CachePlanExplainsStop()
|
| D | ObjCLanguageRuntime.h | 463 m_has_new_literals_and_indexing = eLazyBoolNo; in HasNewLiteralsAndIndexing()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | ValueObjectSyntheticFilter.cpp | 127 … 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/ |
| D | lldb-private-enumerations.h | 156 eLazyBoolNo = 0, enumerator
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/ |
| D | UnwindAssembly-x86.cpp | 750 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/ |
| D | lldb-platform.cpp | 242 … debugger_sp->GetCommandInterpreter().HandleCommand(lldb_command.c_str(), eLazyBoolNo, result); in main()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | Target.cpp | 273 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()
|
| D | ThreadPlan.cpp | 62 m_cached_plan_explains_stop = actual_value ? eLazyBoolYes : eLazyBoolNo; in PlanExplainsStop()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/ABI/MacOSX-i386/ |
| D | ABIMacOSX_i386.cpp | 744 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/ |
| D | File.cpp | 888 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/ |
| D | ABIMacOSX_arm.cpp | 592 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/ |
| D | DWARFCallFrameInfo.cpp | 402 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in FDEToUnwindPlan() 411 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in FDEToUnwindPlan()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| D | DisassemblerLLVMC.cpp | 95 m_does_branch = eLazyBoolNo; in DoesBranch() 370 m_does_branch = eLazyBoolNo; in CalculateMnemonicOperandsAndComment()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/ |
| D | CommandObjectCommands.cpp | 390 … 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()
|
| D | CommandObjectWatchpointCommand.cpp | 292 eLazyBoolNo, in WatchpointOptionsCallbackFunction()
|
| D | CommandObjectBreakpointCommand.cpp | 315 eLazyBoolNo, in BreakpointOptionsCallbackFunction()
|
| D | CommandObjectProcess.cpp | 608 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/ |
| D | ABISysV_x86_64.cpp | 1075 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/ |
| D | ItaniumABILanguageRuntime.cpp | 369 eLazyBoolNo)); in CreateExceptionResolver()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBCommandInterpreter.cpp | 138 …m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref… in HandleCommand()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/ |
| D | CommandInterpreter.cpp | 2397 eLazyBoolNo, // Stop on error in SourceInitFile() 2398 eLazyBoolNo, // Don't echo commands in SourceInitFile() 2399 eLazyBoolNo, // Don't print command output in SourceInitFile() 2400 … eLazyBoolNo, // 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/ |
| D | RegisterContextLLDB.cpp | 797 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) in GetFullUnwindPlanForFrame() 823 if (unwind_plan_sp->GetSourcedFromCompiler() == eLazyBoolNo) in GetFullUnwindPlanForFrame()
|