/external/llvm-project/lldb/include/lldb/Target/ |
D | Runtime.h | 23 Target &GetTargetRef() { return m_process->GetTarget(); } in GetTargetRef() function
|
D | ExecutionContext.h | 419 Target &GetTargetRef() const;
|
/external/llvm-project/lldb/source/API/ |
D | SBBreakpointOptionCommon.cpp | 56 exe_ctx.GetTargetRef().GetBreakpointList().FindBreakpointByID(break_id)); in PrivateBreakpointHitCallback()
|
/external/llvm-project/lldb/source/Core/ |
D | Value.cpp | 412 exe_ctx->GetTargetRef().GetArchitecture().GetByteOrder()); in GetValueAsData() 413 data.SetAddressByteSize(exe_ctx->GetTargetRef() in GetValueAsData() 526 if (exe_ctx->GetTargetRef().ReadMemory(file_so_addr, prefer_file_cache, in GetValueAsData()
|
D | Disassembler.cpp | 182 exe_ctx.GetTargetRef(), arch, flavor, plugin_name)); in Disassemble() 188 exe_ctx.GetTargetRef(), address, limit, &strm, prefer_file_cache); in Disassemble() 312 exe_ctx.GetTargetRef().GetDebugger().GetDisassemblyFormat(); in PrintInstructions() 971 exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in Dump()
|
D | IOHandlerCursesGUI.cpp | 3946 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar() 3970 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in WindowDelegateHandleChar() 4079 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine() 4093 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine() 4102 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint( in ToggleBreakpointOnSelectedLine() 4123 BreakpointList &bp_list = exe_ctx.GetTargetRef().GetBreakpointList(); in ToggleBreakpointOnSelectedLine() 4136 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine() 4145 exe_ctx.GetTargetRef().CreateBreakpoint(addr, // lldb_private::Address in ToggleBreakpointOnSelectedLine()
|
D | Debugger.cpp | 1107 format = exe_ctx->GetTargetRef().GetDebugger().GetDisassemblyFormat(); in FormatDisassemblerAddress()
|
/external/llvm-project/lldb/source/Target/ |
D | StopInfo.cpp | 438 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() 788 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction() 875 Debugger &debugger = exe_ctx.GetTargetRef().GetDebugger(); in PerformAction()
|
D | Trace.cpp | 194 Target &target = exe_ctx.GetTargetRef(); in DumpInstructionInfo()
|
D | ExecutionContext.cpp | 226 Target &ExecutionContext::GetTargetRef() const { in GetTargetRef() function in ExecutionContext
|
D | Thread.cpp | 1636 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadStopFormat(); in DumpUsingSettingsFormat() 1638 thread_format = exe_ctx.GetTargetRef().GetDebugger().GetThreadFormat(); in DumpUsingSettingsFormat()
|
D | RegisterContextUnwind.cpp | 785 if (arm_exidx->GetUnwindPlan(exe_ctx.GetTargetRef(), m_current_pc, in GetFullUnwindPlanForFrame()
|
/external/llvm-project/lldb/source/Plugins/SystemRuntime/MacOSX/ |
D | AppleGetThreadItemInfoHandler.cpp | 156 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetThreadItemInfoFunction()
|
D | AppleGetQueuesHandler.cpp | 162 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetQueuesFunction()
|
D | AppleGetPendingItemsHandler.cpp | 149 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetPendingItemsFunction()
|
D | AppleGetItemInfoHandler.cpp | 145 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupGetItemInfoFunction()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectRegister.cpp | 105 if (exe_ctx.GetTargetRef() in DumpRegister()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV1.cpp | 177 return GetTargetRef().CreateUtilityFunction(buf->contents, std::move(name), in CreateObjectChecker()
|
D | AppleObjCRuntimeV2.cpp | 894 return GetTargetRef().CreateUtilityFunction(check_function_code, name, in CreateObjectChecker() 1336 auto utility_fn_or_error = GetTargetRef().CreateUtilityFunction( in UpdateISAToDescriptorMapDynamic() 1620 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in UpdateISAToDescriptorMapSharedCache()
|
D | AppleObjCTrampolineHandler.cpp | 814 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in SetupDispatchFunction()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | IRDynamicChecks.cpp | 51 auto utility_fn_or_error = exe_ctx.GetTargetRef().CreateUtilityFunction( in Install()
|
D | ClangUserExpression.cpp | 873 exe_ctx.GetTargetRef().GetDebugger().GetAsyncOutputStream()->Printf( in AddArguments()
|
/external/llvm-project/lldb/source/Symbol/ |
D | Symbol.cpp | 547 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
|
D | Function.cpp | 431 flavor, exe_ctx.GetTargetRef(), in GetInstructions()
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 702 Target &target = exe_ctx->GetTargetRef(); in Evaluate_DW_OP_entry_value()
|