Home
last modified time | relevance | path

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

12

/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.cpp114 m_supports_not_sending_acks = eLazyBoolNo; in QueryNoAckModeSupported()
133 m_supports_threads_in_stop_reply = eLazyBoolNo; in GetListThreadsInStopReplySupported()
149 m_attach_or_wait_reply = eLazyBoolNo; in GetVAttachOrWaitSupported()
169 m_prepare_for_reg_writing_reply = eLazyBoolNo; in GetSyncThreadStateSupported()
223 m_supports_thread_suffix = eLazyBoolNo; in GetThreadSuffixSupported()
238 m_supports_vCont_any = eLazyBoolNo; in GetVContSupported()
239 m_supports_vCont_all = eLazyBoolNo; in GetVContSupported()
240 m_supports_vCont_c = eLazyBoolNo; in GetVContSupported()
241 m_supports_vCont_C = eLazyBoolNo; in GetVContSupported()
242 m_supports_vCont_s = eLazyBoolNo; in GetVContSupported()
[all …]
DProcessGDBRemote.cpp2102 case eLazyBoolNo: in DoAllocateMemory()
2170 case eLazyBoolNo: in DoDeallocateMemory()
/external/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()
/external/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()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwinKernel.cpp133 is_ios_debug_session = eLazyBoolNo; in CreateInstance()
280 else if (m_ios_debug_session == eLazyBoolNo) in GetStatus()
303 if (m_ios_debug_session != eLazyBoolNo) in SearchForKexts()
315 if (m_ios_debug_session != eLazyBoolNo) in SearchForKexts()
DPlatformDarwin.cpp1053 LazyBool skip_prologue = eLazyBoolNo; in SetThreadCreationBreakpoint()
/external/lldb/include/lldb/
Dlldb-private-enumerations.h152 eLazyBoolNo = 0, enumerator
/external/lldb/source/Plugins/UnwindAssembly/x86/
DUnwindAssembly-x86.cpp741 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in get_non_call_site_unwind_plan()
828 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in get_fast_unwind_plan()
829 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in get_fast_unwind_plan()
/external/lldb/source/Target/
DTarget.cpp272 check_inlines = eLazyBoolNo; in CreateBreakpoint()
277 check_inlines = eLazyBoolNo; in CreateBreakpoint()
288 if (check_inlines == eLazyBoolNo) 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()
2158 eLazyBoolNo, in RunStopHooks()
DThreadPlan.cpp62 m_cached_plan_explains_stop = actual_value ? eLazyBoolYes : eLazyBoolNo; in PlanExplainsStop()
/external/lldb/source/Plugins/ABI/MacOSX-i386/
DABIMacOSX_i386.cpp863 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
889 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateDefaultUnwindPlan()
890 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in CreateDefaultUnwindPlan()
/external/lldb/source/Plugins/ABI/MacOSX-arm/
DABIMacOSX_arm.cpp621 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
646 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateDefaultUnwindPlan()
647 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in CreateDefaultUnwindPlan()
/external/lldb/source/Symbol/
DDWARFCallFrameInfo.cpp402 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in FDEToUnwindPlan()
411 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in FDEToUnwindPlan()
/external/lldb/source/Plugins/Disassembler/llvm/
DDisassemblerLLVMC.cpp94 m_does_branch = eLazyBoolNo; in DoesBranch()
367 m_does_branch = eLazyBoolNo; in CalculateMnemonicOperandsAndComment()
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp368 eLazyBoolNo)); in CreateExceptionResolver()
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntimeV1.cpp137 eLazyBoolNo)); in CreateExceptionResolver()
/external/lldb/source/Plugins/ABI/SysV-x86_64/
DABISysV_x86_64.cpp1121 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateFunctionEntryUnwindPlan()
1173 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateDefaultUnwindPlan()
1174 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in CreateDefaultUnwindPlan()
/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/
DCommandObjectWatchpointCommand.cpp370 eLazyBoolNo, in WatchpointOptionsCallbackFunction()
DCommandObjectProcess.cpp692 m_interpreter.HandleCommand("process continue", eLazyBoolNo, result); in DoExecute()
940 m_keep_stopped = eLazyBoolNo; in SetOptionValue()
DCommandObjectBreakpointCommand.cpp393 eLazyBoolNo, in BreakpointOptionsCallbackFunction()
DCommandObjectBreakpoint.cpp209 m_skip_prologue = eLazyBoolNo; in SetOptionValue()
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DDynamicLoaderDarwinKernel.cpp1506 const LazyBool skip_prologue = eLazyBoolNo; in SetNotificationBreakpointIfNeeded()

12