Home
last modified time | relevance | path

Searched refs:eLazyBoolYes (Results 1 – 22 of 22) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp122 m_supports_not_sending_acks = eLazyBoolYes; in QueryNoAckModeSupported()
139 m_supports_threads_in_stop_reply = eLazyBoolYes; in GetListThreadsInStopReplySupported()
155 m_attach_or_wait_reply = eLazyBoolYes; in GetVAttachOrWaitSupported()
158 if (m_attach_or_wait_reply == eLazyBoolYes) in GetVAttachOrWaitSupported()
175 m_prepare_for_reg_writing_reply = eLazyBoolYes; in GetSyncThreadStateSupported()
178 if (m_prepare_for_reg_writing_reply == eLazyBoolYes) in GetSyncThreadStateSupported()
227 m_supports_thread_suffix = eLazyBoolYes; in GetThreadSuffixSupported()
248 m_supports_vCont_c = eLazyBoolYes; in GetVContSupported()
251 m_supports_vCont_C = eLazyBoolYes; in GetVContSupported()
254 m_supports_vCont_s = eLazyBoolYes; in GetVContSupported()
[all …]
DProcessGDBRemote.cpp2097 case eLazyBoolYes: in DoAllocateMemory()
2099 if (allocated_addr != LLDB_INVALID_ADDRESS || supported == eLazyBoolYes) in DoAllocateMemory()
2165 case eLazyBoolYes: in DoDeallocateMemory()
/external/lldb/include/lldb/Target/
DStopInfo.h85 m_override_should_notify = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldNotify()
95 return m_override_should_notify == eLazyBoolYes; in ShouldNotify()
128 m_override_should_stop = override_value ? eLazyBoolYes : eLazyBoolNo; in OverrideShouldStop()
140 return m_override_should_stop == eLazyBoolYes; in GetOverriddenShouldStopValue()
DObjCLanguageRuntime.h179 return (m_is_kvo == eLazyBoolYes); in IsKVO()
194 return (m_is_cf == eLazyBoolYes); in IsCFType()
461 m_has_new_literals_and_indexing = eLazyBoolYes; in HasNewLiteralsAndIndexing()
466 return (m_has_new_literals_and_indexing == eLazyBoolYes); in HasNewLiteralsAndIndexing()
DThreadPlan.h566 m_cached_plan_explains_stop = does_explain ? eLazyBoolYes : eLazyBoolNo; in CachePlanExplainsStop()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp137 is_ios_debug_session = eLazyBoolYes; in CreateInstance()
278 if (m_ios_debug_session == eLazyBoolYes) in GetStatus()
305 if (m_ios_debug_session != eLazyBoolYes) in SearchForKexts()
317 if (m_ios_debug_session != eLazyBoolYes) in SearchForKexts()
/external/lldb/source/Target/
DThreadPlan.cpp62 m_cached_plan_explains_stop = actual_value ? eLazyBoolYes : eLazyBoolNo; in PlanExplainsStop()
67 return m_cached_plan_explains_stop == eLazyBoolYes; in PlanExplainsStop()
DTarget.cpp279 check_inlines = eLazyBoolYes; in CreateBreakpoint()
283 check_inlines = eLazyBoolYes; in CreateBreakpoint()
300 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
351 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
378 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
404 skip_prologue = GetSkipPrologue() ? eLazyBoolYes : eLazyBoolNo; in CreateBreakpoint()
DThread.cpp450 m_stop_info_sp->OverrideShouldNotify (m_override_should_notify == eLazyBoolYes); in SetStopInfo()
470 m_override_should_notify = (vote == eVoteYes ? eLazyBoolYes : eLazyBoolNo); in SetShouldReportStop()
472 m_stop_info_sp->OverrideShouldNotify (m_override_should_notify == eLazyBoolYes); in SetShouldReportStop()
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp87 m_does_branch = eLazyBoolYes; in DoesBranch()
92 m_does_branch = eLazyBoolYes; in DoesBranch()
99 return m_does_branch == eLazyBoolYes; in DoesBranch()
365 m_does_branch = eLazyBoolYes; in CalculateMnemonicOperandsAndComment()
/external/lldb/include/lldb/
Dlldb-private-enumerations.h153 eLazyBoolYes = 1 enumerator
/external/lldb/source/Core/
DValueObjectSyntheticFilter.cpp127 … m_might_have_children = (m_synth_filter_ap->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo); in MightHaveChildren()
/external/lldb/source/API/
DSBCommandInterpreter.cpp122 …m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref… in HandleCommand()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp938 m_keep_stopped = eLazyBoolYes; in SetOptionValue()
1009 else if (m_options.m_keep_stopped == eLazyBoolYes) in DoExecute()
DCommandObjectBreakpoint.cpp207 m_skip_prologue = eLazyBoolYes; in SetOptionValue()
/external/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARFDebugMap.cpp1204 m_supports_DW_AT_APPLE_objc_complete_type = eLazyBoolYes; in Supports_DW_AT_APPLE_objc_complete_type()
1209 return m_supports_DW_AT_APPLE_objc_complete_type == eLazyBoolYes; in Supports_DW_AT_APPLE_objc_complete_type()
DSymbolFileDWARF.cpp4750 m_supports_DW_AT_APPLE_objc_complete_type = eLazyBoolYes; in Supports_DW_AT_APPLE_objc_complete_type()
4760 m_supports_DW_AT_APPLE_objc_complete_type = eLazyBoolYes; in Supports_DW_AT_APPLE_objc_complete_type()
4768 return m_supports_DW_AT_APPLE_objc_complete_type == eLazyBoolYes; in Supports_DW_AT_APPLE_objc_complete_type()
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp413 unwind_plan.SetSourcedFromCompiler (eLazyBoolYes); in FDEToUnwindPlan()
/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp742 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolYes); in get_non_call_site_unwind_plan()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextLLDB.cpp1064 && m_full_unwind_plan_sp->GetSourcedFromCompiler() != eLazyBoolYes in SavedLocationForRegister()
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1524 add_to_history = (lazy_add_to_history == eLazyBoolYes); in HandleCommand()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp13623 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolYes); in CreateFunctionEntryUnwind()