Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp195 return GetTargetRef().CreateUtilityFunction(empty_function_code, name, in CreateObjectChecker()
211 const llvm::Triple &TT = GetTargetRef().GetArchitecture().GetTriple(); in IsModuleObjCLibrary()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp55 exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id)); in PrivateBreakpointHitCallback()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp443 exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder()); in GetValueAsData()
444 data.SetAddressByteSize(exe_ctx->GetTargetRef() in GetValueAsData()
553 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, dst, byte_size, in GetValueAsData()
H A DDisassembler.cpp180 exe_ctx.GetTargetRef(), arch, flavor, cpu, features, plugin_name)); in Disassemble()
186 exe_ctx.GetTargetRef(), address, limit, &strm, force_live_memory); in Disassemble()
313 format = exe_ctx.GetTargetRef().GetDebugger().GetDisassemblyFormat(); in PrintInstructions()
1042 format = exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in Dump()
H A DIOHandlerCursesGUI.cpp7319 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
7343 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
7456 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7471 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7480 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in ToggleBreakpointOnSelectedLine()
7501 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7514 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7523 exe_ctx.GetTargetRef().CreateBreakpoint(addr, // lldb_private::Address in ToggleBreakpointOnSelectedLine()
H A DDebugger.cpp1561 exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in FormatDisassemblerAddress()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp492 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
928 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
979 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
1022 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
H A DExecutionContext.cpp225 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
H A DThread.cpp1673 format_entry = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
1676 format_entry = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
H A DTraceDumper.cpp509 Target &target = exe_ctx.GetTargetRef(); in CalculateDisass()
H A DRegisterContextUnwind.cpp875 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()
H A DStackFrame.cpp517 bool use_DIL = exe_ctx.GetTargetRef().GetUseDIL(&exe_ctx); in GetValueForVariableExpressionPath()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp166 return GetTargetRef().CreateUtilityFunction(buf->contents, std::move(name), in CreateObjectChecker()
H A DAppleObjCRuntimeV2.cpp1224 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker()
1775 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1779 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in GetClassInfoUtilityFunctionImpl()
1886 switch (exe_ctx.GetTargetRef().GetDynamicClassInfoHelper()) { in ComputeHelper()
1916 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1942 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in GetClassInfoUtilityFunctionImpl()
H A DAppleObjCTrampolineHandler.cpp716 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupDispatchFunction()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp98 if (exe_ctx.GetTargetRef().ResolveLoadAddress(reg_addr, in DumpRegister()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp475 exe_ctx.GetTargetRef(), GetAddressRanges(), !prefer_file_cache); in GetInstructions()
H A DSymbol.cpp596 exe_ctx.GetTargetRef(), m_addr_range, !prefer_file_cache); in GetInstructions()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUserExpression.cpp917 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
H A DClangExpressionDeclMap.cpp624 return GetSymbolAddress(m_parser_vars->m_exe_ctx.GetTargetRef(), in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp652 Target &target = exe_ctx->GetTargetRef(); in Evaluate_DW_OP_entry_value()