Home
last modified time | relevance | path

Searched refs:GetTargetRef (Results 1 – 19 of 19) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp57 exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id)); in PrivateBreakpointHitCallback()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValue.cpp437 exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder()); in GetValueAsData()
438 data.SetAddressByteSize(exe_ctx->GetTargetRef() in GetValueAsData()
549 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, prefer_file_cache, in GetValueAsData()
H A DDisassembler.cpp407 exe_ctx.GetTargetRef().GetDebugger().GetDisassemblyFormat(); in PrintInstructions()
1067 exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in Dump()
H A DIOHandler.cpp4326 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
4350 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
4366 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
4387 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
H A DDebugger.cpp1202 format = exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in FormatDisassemblerAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DLanguageRuntime.h135 Target &GetTargetRef() { return m_process->GetTarget(); } in GetTargetRef() function
H A DExecutionContext.h494 Target &GetTargetRef() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp441 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
797 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
886 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
H A DExecutionContext.cpp227 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
H A DThread.cpp1817 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
1819 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp177 return GetTargetRef().GetUtilityFunctionForLanguage( in CreateObjectChecker()
H A DAppleObjCRuntimeV2.cpp865 return GetTargetRef().GetUtilityFunctionForLanguage( in CreateObjectChecker()
1315 m_get_class_info_code.reset(GetTargetRef().GetUtilityFunctionForLanguage( in UpdateISAToDescriptorMapDynamic()
1571 GetTargetRef().GetUtilityFunctionForLanguage( in UpdateISAToDescriptorMapSharedCache()
H A DAppleObjCTrampolineHandler.cpp776 m_impl_code.reset(exe_ctx.GetTargetRef().GetUtilityFunctionForLanguage( in SetupDispatchFunction()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectRegister.cpp105 if (exe_ctx.GetTargetRef() in DumpRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp52 exe_ctx.GetTargetRef().GetUtilityFunctionForLanguage( in Install()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp740 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( in AddArguments()
H A DClangExpressionDeclMap.cpp712 return GetSymbolAddress(m_parser_vars->m_exe_ctx.GetTargetRef(), in GetSymbolAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp808 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp432 exe_ctx.GetTargetRef().GetArchitecture().GetArchitectureName()); in GetArgs()