Home
last modified time | relevance | path

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

12

/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()
/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;
/llvm-project/lldb/source/API/
H A DSBBreakpointOptionCommon.cpp55 exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id)); in PrivateBreakpointHitCallback()
/llvm-project/lldb/source/Core/
H A DValue.cpp434 exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder()); in GetValueAsData()
435 data.SetAddressByteSize(exe_ctx->GetTargetRef() in GetValueAsData()
544 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()
314 exe_ctx.GetTargetRef().GetDebugger().GetDisassemblyFormat(); in PrintInstructions()
1023 exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in Dump()
H A DIOHandlerCursesGUI.cpp7334 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
7358 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar()
7471 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7486 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7495 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in ToggleBreakpointOnSelectedLine()
7516 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine()
7529 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7538 exe_ctx.GetTargetRef().CreateBreakpoint(addr, // lldb_private::Address in ToggleBreakpointOnSelectedLine()
/llvm-project/lldb/source/Target/
H A DStopInfo.cpp488 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
924 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
975 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction()
1018 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
H A DExecutionContext.cpp225 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
H A DThread.cpp1660 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in GetThreadLocalData()
1662 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in GetThreadLocalData()
H A DTraceDumper.cpp509 Target &target = exe_ctx.GetTargetRef(); in CalculateDisass()
/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/
H A DAppleGetQueuesHandler.cpp163 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetQueuesFunction()
H A DAppleGetItemInfoHandler.cpp146 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetItemInfoFunction()
H A DAppleGetPendingItemsHandler.cpp150 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetPendingItemsFunction()
H A DAppleGetThreadItemInfoHandler.cpp157 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetThreadItemInfoFunction()
/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()
/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp98 if (exe_ctx.GetTargetRef().ResolveLoadAddress(reg_addr, in DumpRegister()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp53 exe_ctx.GetTargetRef().CreateUtilityFunction( in Install()
H A DClangUserExpression.cpp916 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
H A DClangExpressionDeclMap.cpp623 return GetSymbolAddress(m_parser_vars->m_exe_ctx.GetTargetRef(), in GetSymbolAddress()
/llvm-project/lldb/source/Symbol/
H A DFunction.cpp491 exe_ctx.GetTargetRef(), GetAddressRanges(), !prefer_file_cache); in DumpSymbolContext()
H A DSymbol.cpp596 exe_ctx.GetTargetRef(), m_addr_range, !prefer_file_cache); in GetInstructions()
/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp644 Target &target = exe_ctx->GetTargetRef(); in Evaluate_DW_OP_entry_value()

12