/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 122 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 …]
|
D | ProcessGDBRemote.cpp | 2097 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/ |
D | StopInfo.h | 85 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()
|
D | ObjCLanguageRuntime.h | 179 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()
|
D | ThreadPlan.h | 566 m_cached_plan_explains_stop = does_explain ? eLazyBoolYes : eLazyBoolNo; in CachePlanExplainsStop()
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwinKernel.cpp | 137 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/ |
D | ThreadPlan.cpp | 62 m_cached_plan_explains_stop = actual_value ? eLazyBoolYes : eLazyBoolNo; in PlanExplainsStop() 67 return m_cached_plan_explains_stop == eLazyBoolYes; in PlanExplainsStop()
|
D | Target.cpp | 279 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()
|
D | Thread.cpp | 450 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/ |
D | DisassemblerLLVMC.cpp | 87 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/ |
D | lldb-private-enumerations.h | 153 eLazyBoolYes = 1 enumerator
|
/external/lldb/source/Core/ |
D | ValueObjectSyntheticFilter.cpp | 127 … m_might_have_children = (m_synth_filter_ap->MightHaveChildren() ? eLazyBoolYes : eLazyBoolNo); in MightHaveChildren()
|
/external/lldb/source/API/ |
D | SBCommandInterpreter.cpp | 122 …m_opaque_ptr->HandleCommand (command_line, add_to_history ? eLazyBoolYes : eLazyBoolNo, result.ref… in HandleCommand()
|
/external/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 938 m_keep_stopped = eLazyBoolYes; in SetOptionValue() 1009 else if (m_options.m_keep_stopped == eLazyBoolYes) in DoExecute()
|
D | CommandObjectBreakpoint.cpp | 207 m_skip_prologue = eLazyBoolYes; in SetOptionValue()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARFDebugMap.cpp | 1204 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()
|
D | SymbolFileDWARF.cpp | 4750 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/ |
D | DWARFCallFrameInfo.cpp | 413 unwind_plan.SetSourcedFromCompiler (eLazyBoolYes); in FDEToUnwindPlan()
|
/external/lldb/source/Plugins/UnwindAssembly/x86/ |
D | UnwindAssembly-x86.cpp | 742 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolYes); in get_non_call_site_unwind_plan()
|
/external/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextLLDB.cpp | 1064 && m_full_unwind_plan_sp->GetSourcedFromCompiler() != eLazyBoolYes in SavedLocationForRegister()
|
/external/lldb/source/Interpreter/ |
D | CommandInterpreter.cpp | 1524 add_to_history = (lazy_add_to_history == eLazyBoolYes); in HandleCommand()
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.cpp | 13623 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolYes); in CreateFunctionEntryUnwind()
|