| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Runtime.h | 23 Target &GetTargetRef() { return m_process->GetTarget(); } in GetTargetRef() function
|
| H A D | ExecutionContext.h | 420 Target &GetTargetRef() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/ |
| H A D | GNUstepObjCRuntime.cpp | 195 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 D | SBBreakpointOptionCommon.cpp | 55 exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id)); in PrivateBreakpointHitCallback()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Value.cpp | 443 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 D | Disassembler.cpp | 180 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 D | IOHandlerCursesGUI.cpp | 7319 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 D | Debugger.cpp | 1561 exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in FormatDisassemblerAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | StopInfo.cpp | 492 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 D | ExecutionContext.cpp | 225 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
|
| H A D | Thread.cpp | 1673 format_entry = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat() 1676 format_entry = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
|
| H A D | TraceDumper.cpp | 509 Target &target = exe_ctx.GetTargetRef(); in CalculateDisass()
|
| H A D | RegisterContextUnwind.cpp | 875 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()
|
| H A D | StackFrame.cpp | 517 bool use_DIL = exe_ctx.GetTargetRef().GetUseDIL(&exe_ctx); in GetValueForVariableExpressionPath()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV1.cpp | 166 return GetTargetRef().CreateUtilityFunction(buf->contents, std::move(name), in CreateObjectChecker()
|
| H A D | AppleObjCRuntimeV2.cpp | 1224 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 D | AppleObjCTrampolineHandler.cpp | 716 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupDispatchFunction()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 98 if (exe_ctx.GetTargetRef().ResolveLoadAddress(reg_addr, in DumpRegister()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | Function.cpp | 475 exe_ctx.GetTargetRef(), GetAddressRanges(), !prefer_file_cache); in GetInstructions()
|
| H A D | Symbol.cpp | 596 exe_ctx.GetTargetRef(), m_addr_range, !prefer_file_cache); in GetInstructions()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangUserExpression.cpp | 917 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Format( in AddArguments()
|
| H A D | ClangExpressionDeclMap.cpp | 624 return GetSymbolAddress(m_parser_vars->m_exe_ctx.GetTargetRef(), in GetSymbolAddress()
|
| /freebsd/contrib/llvm-project/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 652 Target &target = exe_ctx->GetTargetRef(); in Evaluate_DW_OP_entry_value()
|