Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRuntime.h23 Target &GetTargetRef() { return m_process->GetTarget(); } in GetTargetRef() function
H A DExecutionContext.h420 Target &GetTargetRef() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp56 exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id)); in PrivateBreakpointHitCallback()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp417 exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder()); in GetValueAsData()
418 data.SetAddressByteSize(exe_ctx->GetTargetRef() in GetValueAsData()
526 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, dst, byte_size, in GetValueAsData()
H A DDisassembler.cpp180 exe_ctx.GetTargetRef(), arch, flavor, plugin_name)); in Disassemble()
186 exe_ctx.GetTargetRef(), address, limit, &strm, force_live_memory); in Disassemble()
310 exe_ctx.GetTargetRef().GetDebugger().GetDisassemblyFormat(); in PrintInstructions()
969 exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in Dump()
H A DIOHandlerCursesGUI.cpp5781 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
5805 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
5914 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
5928 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
5937 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in ToggleBreakpointOnSelectedLine()
5958 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
5971 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
5980 exe_ctx.GetTargetRef().CreateBreakpoint(addr, // lldb_private::Address in ToggleBreakpointOnSelectedLine()
H A DDebugger.cpp1114 format = exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in FormatDisassemblerAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp453 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
825 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
912 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
H A DExecutionContext.cpp226 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
H A DThread.cpp1620 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
1622 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
H A DRegisterContextUnwind.cpp876 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp177 return GetTargetRef().CreateUtilityFunction(buf->contents, std::move(name), in CreateObjectChecker()
H A DAppleObjCRuntimeV2.cpp1142 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker()
1537 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1541 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in GetClassInfoUtilityFunctionImpl()
1643 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1669 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in GetClassInfoUtilityFunctionImpl()
H A DAppleObjCTrampolineHandler.cpp810 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupDispatchFunction()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp105 if (exe_ctx.GetTargetRef() in DumpRegister()
H A DCommandObjectThread.cpp2207 Target &target = m_exe_ctx.GetTargetRef(); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp51 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in Install()
H A DClangUserExpression.cpp909 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( in AddArguments()
H A DClangExpressionDeclMap.cpp605 return GetSymbolAddress(m_parser_vars->m_exe_ctx.GetTargetRef(), in GetSymbolAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymbol.cpp547 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
H A DFunction.cpp430 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp700 Target &target = exe_ctx->GetTargetRef(); in Evaluate_DW_OP_entry_value()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp427 exe_ctx.GetTargetRef().GetArchitecture().GetArchitectureName()); in GetArgs()