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.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.cpp7333 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
7357 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
7470 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7484 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7493 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in ToggleBreakpointOnSelectedLine()
7514 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7527 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7536 exe_ctx.GetTargetRef().CreateBreakpoint(addr, // lldb_private::Address in ToggleBreakpointOnSelectedLine()
H A DDebugger.cpp1392 format = exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in FormatDisassemblerAddress()
/freebsd/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()
999 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
H A DExecutionContext.cpp225 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
H A DThread.cpp1635 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat()
1637 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/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.cpp1217 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker()
1759 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1763 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in GetClassInfoUtilityFunctionImpl()
1870 switch (exe_ctx.GetTargetRef().GetDynamicClassInfoHelper()) { in ComputeHelper()
1900 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl()
1926 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().GetSectionLoadList().ResolveLoadAddress( in DumpRegister()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp53 exe_ctx.GetTargetRef().CreateUtilityFunction( in Install()
H A DClangUserExpression.cpp915 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
H A DClangExpressionDeclMap.cpp623 return GetSymbolAddress(m_parser_vars->m_exe_ctx.GetTargetRef(), in GetSymbolAddress()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DFunction.cpp463 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
H A DSymbol.cpp595 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp591 Target &target = exe_ctx->GetTargetRef(); in Evaluate_DW_OP_entry_value()