Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp193 return GetTargetRef().CreateUtilityFunction(empty_function_code, name, in CreateObjectChecker()
209 const llvm::Triple &TT = GetTargetRef().GetArchitecture().GetTriple(); in IsModuleObjCLibrary()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp55 exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id)); in PrivateBreakpointHitCallback()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DValue.cpp431 exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder()); in GetValueAsData()
432 data.SetAddressByteSize(exe_ctx->GetTargetRef() in GetValueAsData()
540 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, dst, byte_size, in GetValueAsData()
H A DDisassembler.cpp175 exe_ctx.GetTargetRef(), arch, flavor, plugin_name)); in Disassemble()
181 exe_ctx.GetTargetRef(), address, limit, &strm, force_live_memory); in Disassemble()
305 exe_ctx.GetTargetRef().GetDebugger().GetDisassemblyFormat(); in PrintInstructions()
1009 exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in Dump()
H A DIOHandlerCursesGUI.cpp7332 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
7356 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
7469 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7483 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7492 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in ToggleBreakpointOnSelectedLine()
7513 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7526 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7535 exe_ctx.GetTargetRef().CreateBreakpoint(addr, // lldb_private::Address in ToggleBreakpointOnSelectedLine()
H A DDebugger.cpp1378 format = exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in FormatDisassemblerAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp471 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
907 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
956 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
997 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
H A DExecutionContext.cpp225 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
H A DThread.cpp1622 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
1624 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
H A DTraceDumper.cpp509 Target &target = exe_ctx.GetTargetRef(); in CalculateDisass()
H A DRegisterContextUnwind.cpp891 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()
/freebsd-14.2/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.cpp1241 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker()
1783 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1787 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in GetClassInfoUtilityFunctionImpl()
1894 switch (exe_ctx.GetTargetRef().GetDynamicClassInfoHelper()) { in ComputeHelper()
1924 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1950 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-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp112 if (exe_ctx.GetTargetRef().GetSectionLoadList().ResolveLoadAddress( in DumpRegister()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp53 exe_ctx.GetTargetRef().CreateUtilityFunction( in Install()
H A DClangUserExpression.cpp944 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
H A DClangExpressionDeclMap.cpp624 return GetSymbolAddress(m_parser_vars->m_exe_ctx.GetTargetRef(), in GetSymbolAddress()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp462 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
H A DSymbol.cpp599 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp607 Target &target = exe_ctx->GetTargetRef(); in Evaluate_DW_OP_entry_value()