| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | StopInfo.cpp | 38 m_stop_id (thread.GetProcess()->GetStopID()), in StopInfo() 39 m_resume_id (thread.GetProcess()->GetResumeID()), in StopInfo() 53 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid() 63 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid() 64 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid() 75 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe() 88 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe() 89 … uint32_t last_user_expression_id = thread_sp->GetProcess()->GetLastUserExpressionResumeID (); in HasTargetRunSinceMe() 142 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in StoreBPInfo() 166 ProcessSP process_sp (thread.GetProcess()); in IsValidForOperatingSystemThread() [all …]
|
| HD | ThreadPlanStepOverBreakpoint.cpp | 41 …m_breakpoint_site_id = m_thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress (m_breakpoi… in ThreadPlanStepOverBreakpoint() 120 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in DoWillResume() 122 m_thread.GetProcess()->DisableBreakpointSite (bp_site_sp.get()); in DoWillResume() 163 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in ReenableBreakpointSite() 166 m_thread.GetProcess()->EnableBreakpointSite (bp_site_sp.get()); in ReenableBreakpointSite()
|
| HD | ThreadPlanStepThrough.cpp | 58 …Breakpoint *return_bp = m_thread.GetProcess()->GetTarget().CreateBreakpoint (m_backstop_addr, true… in ThreadPlanStepThrough() 89 DynamicLoader *loader = m_thread.GetProcess()->GetDynamicLoader(); in LookForPlanToStepThroughFromCurrentPC() 96 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC() 244 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID (m_backstop_bkpt_id); in ClearBackstopBreakpoint() 276 …BreakpointSiteSP cur_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
|
| HD | ThreadPlanPython.cpp | 72 …ScriptInterpreter *script_interp = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInte… in DidPush() 91 …ScriptInterpreter *script_interp = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInte… in ShouldStop() 114 …ScriptInterpreter *script_interp = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInte… in DoPlanExplainsStop() 155 …ScriptInterpreter *script_interp = m_thread.GetProcess()->GetTarget().GetDebugger().GetCommandInte… in GetPlanRunState()
|
| HD | Thread.cpp | 399 …if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && frame_sc.line_entry.file && … in SetSelectedFrameByIndexNoisily() 422 ProcessSP process_sp (GetProcess()); in GetStopInfo() 449 ProcessSP process_sp (GetProcess()); in GetPrivateStopInfo() 484 … ArchSpec::StopInfoOverrideCallbackType callback = GetProcess()->GetStopInfoOverrideCallback(); in GetPrivateStopInfo() 517 ProcessSP process_sp (GetProcess()); in SetStopInfo() 576 ProcessSP process_sp (GetProcess()); in CheckpointThreadState() 662 … BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(thread_pc); in SetupForResume() 723 const uint32_t process_stop_id = GetProcess()->GetStopID(); in ShouldResume() 1767 ProcessSP process_sp(GetProcess()); in CalculateTarget() 1777 return GetProcess(); in CalculateProcess() [all …]
|
| HD | ThreadPlanTracer.cpp | 126 …m_disassembler_sp = Disassembler::FindPlugin(m_thread.GetProcess()->GetTarget().GetArchitecture(),… in GetDisassembler() 181 ProcessSP process_sp (m_thread.GetProcess()); in Log() 216 …const FormatEntity::Entry *disassemble_format = m_thread.GetProcess()->GetTarget().GetDebugger().G… in Log()
|
| HD | RegisterContext.cpp | 30 m_stop_id (thread.GetProcess()->GetStopID()) in RegisterContext() 44 ProcessSP process_sp (m_thread.GetProcess()); in InvalidateIfNeeded() 355 ProcessSP process_sp (m_thread.GetProcess()); in ReadRegisterValueFromMemory() 402 ProcessSP process_sp (m_thread.GetProcess()); in WriteRegisterValueToMemory()
|
| HD | ThreadPlanStepRange.cpp | 316 ExecutionContext exe_ctx (m_thread.GetProcess()); in GetInstructionsForAddress() 383 Target &target = GetThread().GetProcess()->GetTarget(); in SetNextBranchBreakpoint() 417 … run_to_address.GetLoadAddress(&m_thread.GetProcess()->GetTarget())); in SetNextBranchBreakpoint() 438 … BreakpointSiteSP bp_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
|
| HD | ThreadPlanStepOut.cpp | 106 …m_return_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(&m_thread.GetProcess()->GetT… in ThreadPlanStepOut() 270 …BreakpointSiteSP site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByID (stop_info_sp->G… in DoPlanExplainsStop() 547 lldb::ABISP abi_sp = m_thread.GetProcess()->GetABI(); in CalculateReturnValue()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ThreadGDBRemote.cpp | 55 ProcessSP process_sp(GetProcess()); in ~ThreadGDBRemote() 105 ProcessSP process_sp (GetProcess()); in GetQueueName() 132 ProcessSP process_sp (GetProcess()); in GetQueueID() 152 ProcessSP process_sp (GetProcess()); in GetQueue() 167 ProcessSP process_sp (GetProcess()); in GetQueueLibdispatchQueueAddress() 188 ProcessSP process_sp (GetProcess()); in FetchThreadExtendedInfo() 206 ProcessSP process_sp (GetProcess()); in WillResume() 289 ProcessSP process_sp (GetProcess()); in CreateRegisterContextForFrame() 318 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBQueue.cpp | 150 if (stop_locker.TryLock (&queue_sp->GetProcess()->GetRunLock())) in FetchThreads() 177 if (stop_locker.TryLock (&queue_sp->GetProcess()->GetRunLock())) in FetchItems() 217 ProcessSP process_sp = queue_sp->GetProcess(); in GetThreadAtIndex() 270 GetProcess () in GetProcess() function in lldb_private::QueueImpl 276 result.SetSP (queue_sp->GetProcess()); in GetProcess() 441 SBQueue::GetProcess () in GetProcess() function in SBQueue 443 return m_opaque_sp->GetProcess(); in GetProcess()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | HistoryThread.cpp | 66 … rctx.reset (new RegisterContextHistory (*this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0])); in GetRegisterContext() 95 if (GetProcess()->HasAssignedIndexIDToThread (m_originating_unique_thread_id)) in GetExtendedBacktraceOriginatingIndexID() 97 return GetProcess()->AssignIndexIDToThread (m_originating_unique_thread_id); in GetExtendedBacktraceOriginatingIndexID()
|
| HD | HistoryUnwind.cpp | 54 …addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress (&frame->GetThread()->GetProcess()->GetTar… in DoCreateRegisterContextForFrame() 58 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc)); in DoCreateRegisterContextForFrame()
|
| HD | UnwindLLDB.cpp | 33 ProcessSP process_sp(thread.GetProcess()); in UnwindLLDB() 60 ProcessSP process_sp (m_thread.GetProcess()); in DoGetFrameCount() 342 ProcessSP process_sp (m_thread.GetProcess()); in DoGetFrameInfoAtIndex() 374 ProcessSP process_sp (m_thread.GetProcess()); in DoCreateRegisterContextForFrame()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| HD | MICmdCmdMiscellanous.cpp | 77 const lldb::SBError sbErr = m_rLLDBDebugSessionInfo.GetProcess().Destroy(); in Execute() 227 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute() 285 if (rSessionInfo.GetProcess().IsValid()) in Acknowledge() 287 const lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge() 321 if (rSessionInfo.GetProcess().IsValid()) in Acknowledge() 323 const lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge()
|
| HD | MICmdCmdStack.cpp | 107 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute() 208 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute() 340 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute() 539 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute() 720 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute() 885 lldb::SBProcess sbProcess = rSessionInfo.GetProcess(); in Execute() 1017 lldb::SBThread sbThread = rSessionInfo.GetProcess().GetSelectedThread(); in Execute()
|
| HD | MICmnLLDBDebuggerHandleEvents.cpp | 900 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStateSuspended() 945 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStateStopped() 1010 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopSignal() 1155 const lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopException() 1194 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in MiHelpGetCurrentThreadFrame() 1249 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopReasonBreakpoint() 1270 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in MiStoppedAtBreakPoint() 1357 lldb::SBProcess sbProcess = CMICmnLLDBDebugSessionInfo::Instance().GetProcess(); in HandleProcessEventStopReasonTrace() 1421 …ss process = CMICmnLLDBDebugSessionInfo::Instance().GetDebugger().GetSelectedTarget().GetProcess(); in UpdateSelectedThread() 1560 …ss process = CMICmnLLDBDebugSessionInfo::Instance().GetDebugger().GetSelectedTarget().GetProcess(); in GetProcessStdout() [all …]
|
| HD | MICmdCmdTarget.cpp | 181 lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge() 339 lldb::pid_t pid = rSessionInfo.GetProcess().GetProcessID(); in Acknowledge() 427 lldb::SBProcess process = rSessionInfo.GetProcess(); in Execute()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| HD | POSIXThread.cpp | 63 Target &target = GetProcess()->GetTarget(); in POSIXThread() 94 ProcessSP base = GetProcess(); in GetMonitor() 157 const ArchSpec &target_arch = GetProcess()->GetTarget().GetArchitecture(); in GetRegisterContext() 473 lldb::BreakpointSiteSP bp_site(GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in BreakNotify() 485 if (bp_site->ValidForThisThread(this) || GetProcess()->GetOperatingSystem () != NULL) in BreakNotify() 525 Target &target = GetProcess()->GetTarget(); in WatchNotify()
|
| HD | FreeBSDThread.cpp | 46 ProcessSP process_sp(GetProcess()); in WillResume()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| HD | ThreadElfCore.cpp | 96 ProcessElfCore *process = static_cast<ProcessElfCore *>(GetProcess().get()); in CreateRegisterContextForFrame() 198 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| HD | RenderScriptRuntime.cpp | 405 if ((GetProcess()->GetTarget().GetArchitecture().GetMachine() != llvm::Triple::ArchType::x86) in LoadRuntimeHooks() 406 … && (GetProcess()->GetTarget().GetArchitecture().GetMachine() != llvm::Triple::ArchType::arm)) in LoadRuntimeHooks() 414 Target &target = GetProcess()->GetTarget(); in LoadRuntimeHooks() 544 Target &target = GetProcess()->GetTarget(); in LoadModule() 546 GetProcess()->WriteMemory(addr, &flag, sizeof(flag), error); in LoadModule() 812 addr_t bp_addr = kernel_sym->GetLoadAddress(&GetProcess()->GetTarget()); in AttemptBreakpointAtKernelName() 819 BreakpointSP bp = GetProcess()->GetTarget().CreateBreakpoint(bp_addr, false, false); in AttemptBreakpointAtKernelName()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | ThreadPlan.h | 303 return m_thread.GetProcess()->GetTarget(); in GetTarget() 309 return m_thread.GetProcess()->GetTarget(); in GetTarget()
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/API/ |
| HD | SBExecutionContext.h | 49 GetProcess () const;
|
| HD | SBQueue.h | 41 GetProcess ();
|