/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.cpp | 114 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 …]
|
D | ProcessGDBRemote.cpp | 2102 case eLazyBoolNo: in DoAllocateMemory() 2170 case eLazyBoolNo: in DoDeallocateMemory()
|
/external/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()
|
/external/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()
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwinKernel.cpp | 133 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()
|
D | PlatformDarwin.cpp | 1053 LazyBool skip_prologue = eLazyBoolNo; in SetThreadCreationBreakpoint()
|
/external/lldb/include/lldb/ |
D | lldb-private-enumerations.h | 152 eLazyBoolNo = 0, enumerator
|
/external/lldb/source/Plugins/UnwindAssembly/x86/ |
D | UnwindAssembly-x86.cpp | 741 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/ |
D | Target.cpp | 272 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()
|
D | ThreadPlan.cpp | 62 m_cached_plan_explains_stop = actual_value ? eLazyBoolYes : eLazyBoolNo; in PlanExplainsStop()
|
/external/lldb/source/Plugins/ABI/MacOSX-i386/ |
D | ABIMacOSX_i386.cpp | 863 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/ |
D | ABIMacOSX_arm.cpp | 621 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 646 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateDefaultUnwindPlan() 647 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in CreateDefaultUnwindPlan()
|
/external/lldb/source/Symbol/ |
D | DWARFCallFrameInfo.cpp | 402 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in FDEToUnwindPlan() 411 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in FDEToUnwindPlan()
|
/external/lldb/source/Plugins/Disassembler/llvm/ |
D | DisassemblerLLVMC.cpp | 94 m_does_branch = eLazyBoolNo; in DoesBranch() 367 m_does_branch = eLazyBoolNo; in CalculateMnemonicOperandsAndComment()
|
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
D | ItaniumABILanguageRuntime.cpp | 368 eLazyBoolNo)); in CreateExceptionResolver()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 137 eLazyBoolNo)); in CreateExceptionResolver()
|
/external/lldb/source/Plugins/ABI/SysV-x86_64/ |
D | ABISysV_x86_64.cpp | 1121 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateFunctionEntryUnwindPlan() 1173 unwind_plan.SetSourcedFromCompiler (eLazyBoolNo); in CreateDefaultUnwindPlan() 1174 unwind_plan.SetUnwindPlanValidAtAllInstructions (eLazyBoolNo); in CreateDefaultUnwindPlan()
|
/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 | CommandObjectWatchpointCommand.cpp | 370 eLazyBoolNo, in WatchpointOptionsCallbackFunction()
|
D | CommandObjectProcess.cpp | 692 m_interpreter.HandleCommand("process continue", eLazyBoolNo, result); in DoExecute() 940 m_keep_stopped = eLazyBoolNo; in SetOptionValue()
|
D | CommandObjectBreakpointCommand.cpp | 393 eLazyBoolNo, in BreakpointOptionsCallbackFunction()
|
D | CommandObjectBreakpoint.cpp | 209 m_skip_prologue = eLazyBoolNo; in SetOptionValue()
|
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
D | DynamicLoaderDarwinKernel.cpp | 1506 const LazyBool skip_prologue = eLazyBoolNo; in SetNotificationBreakpointIfNeeded()
|