| /openbsd-src/gnu/llvm/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;
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBBreakpointOptionCommon.cpp | 56 exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id)); in PrivateBreakpointHitCallback()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Value.cpp | 415 exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder()); in GetValueAsData() 416 data.SetAddressByteSize(exe_ctx->GetTargetRef() in GetValueAsData() 524 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, dst, byte_size, in GetValueAsData()
|
| H A D | Disassembler.cpp | 179 exe_ctx.GetTargetRef(), arch, flavor, plugin_name)); in Disassemble() 185 exe_ctx.GetTargetRef(), address, limit, &strm, force_live_memory); in Disassemble() 309 exe_ctx.GetTargetRef().GetDebugger().GetDisassemblyFormat(); in PrintInstructions() 1005 exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in Dump()
|
| H A D | IOHandlerCursesGUI.cpp | 7311 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar() 7335 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar() 7446 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine() 7460 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine() 7469 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in ToggleBreakpointOnSelectedLine() 7490 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine() 7503 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine() 7512 exe_ctx.GetTargetRef().CreateBreakpoint(addr, // lldb_private::Address in ToggleBreakpointOnSelectedLine()
|
| H A D | Debugger.cpp | 1246 format = exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in FormatDisassemblerAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | StopInfo.cpp | 468 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction() 926 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() 975 exe_ctx.GetTargetRef().GetDebugger().GetID()); in PerformAction() 1010 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
|
| H A D | ExecutionContext.cpp | 224 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
|
| H A D | Thread.cpp | 1636 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat() 1638 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
|
| H A D | TraceDumper.cpp | 509 Target &target = exe_ctx.GetTargetRef(); in CalculateDisass()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/ |
| H A D | AppleGetItemInfoHandler.cpp | 146 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetItemInfoFunction()
|
| H A D | AppleGetPendingItemsHandler.cpp | 150 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetPendingItemsFunction()
|
| H A D | AppleGetQueuesHandler.cpp | 163 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetQueuesFunction()
|
| H A D | AppleGetThreadItemInfoHandler.cpp | 157 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetThreadItemInfoFunction()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntimeV2.cpp | 1229 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker() 1631 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl() 1635 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in GetClassInfoUtilityFunctionImpl() 1742 switch (exe_ctx.GetTargetRef().GetDynamicClassInfoHelper()) { in ComputeHelper() 1772 ScratchTypeSystemClang::GetForTarget(exe_ctx.GetTargetRef()); in GetClassInfoUtilityFunctionImpl() 1798 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in GetClassInfoUtilityFunctionImpl()
|
| H A D | AppleObjCRuntimeV1.cpp | 166 return GetTargetRef().CreateUtilityFunction(buf->contents, std::move(name), in CreateObjectChecker()
|
| H A D | AppleObjCTrampolineHandler.cpp | 717 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupDispatchFunction()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectRegister.cpp | 106 if (exe_ctx.GetTargetRef() in DumpRegister()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | IRDynamicChecks.cpp | 52 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in Install()
|
| H A D | ClangUserExpression.cpp | 947 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( in AddArguments()
|
| H A D | ClangExpressionDeclMap.cpp | 629 return GetSymbolAddress(m_parser_vars->m_exe_ctx.GetTargetRef(), in GetSymbolAddress()
|
| /openbsd-src/gnu/llvm/lldb/source/Symbol/ |
| H A D | Function.cpp | 428 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
|
| H A D | Symbol.cpp | 547 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
|
| /openbsd-src/gnu/llvm/lldb/source/Expression/ |
| H A D | DWARFExpression.cpp | 597 Target &target = exe_ctx->GetTargetRef(); in Evaluate_DW_OP_entry_value() 1143 if (exe_ctx->GetTargetRef().ReadMemory( in Evaluate()
|