| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/ |
| D | StopInfo.cpp | 39 m_stop_id (thread.GetProcess()->GetStopID()), in StopInfo() 40 m_resume_id (thread.GetProcess()->GetResumeID()), in StopInfo() 52 return thread_sp->GetProcess()->GetStopID() == m_stop_id; in IsValid() 62 m_stop_id = thread_sp->GetProcess()->GetStopID(); in MakeStopInfoValid() 63 m_resume_id = thread_sp->GetProcess()->GetResumeID(); in MakeStopInfoValid() 74 lldb::StateType ret_type = thread_sp->GetProcess()->GetPrivateState(); in HasTargetRunSinceMe() 87 uint32_t curr_resume_id = thread_sp->GetProcess()->GetResumeID(); in HasTargetRunSinceMe() 88 … uint32_t last_user_expression_id = thread_sp->GetProcess()->GetLastUserExpressionResumeID (); in HasTargetRunSinceMe() 144 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in StoreBPInfo() 180 … BreakpointSiteSP bp_site_sp (thread_sp->GetProcess()->GetBreakpointSiteList().FindByID (m_value)); in ShouldStopSynchronous() [all …]
|
| D | ThreadPlanStepOverBreakpoint.cpp | 42 …m_breakpoint_site_id = m_thread.GetProcess()->GetBreakpointSiteList().FindIDByAddress (m_breakpoi… in ThreadPlanStepOverBreakpoint() 99 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in DoWillResume() 101 m_thread.GetProcess()->DisableBreakpointSite (bp_site_sp.get()); in DoWillResume() 142 …BreakpointSiteSP bp_site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByAddress (m_break… in ReenableBreakpointSite() 145 m_thread.GetProcess()->EnableBreakpointSite (bp_site_sp.get()); in ReenableBreakpointSite()
|
| D | ThreadPlanStepThrough.cpp | 59 …Breakpoint *return_bp = m_thread.GetProcess()->GetTarget().CreateBreakpoint (m_backstop_addr, true… in ThreadPlanStepThrough() 90 …m_sub_plan_sp = m_thread.GetProcess()->GetDynamicLoader()->GetStepThroughTrampolinePlan (m_thread,… in LookForPlanToStepThroughFromCurrentPC() 94 ObjCLanguageRuntime *objc_runtime = m_thread.GetProcess()->GetObjCLanguageRuntime(); in LookForPlanToStepThroughFromCurrentPC() 242 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID (m_backstop_bkpt_id); in ClearBackstopBreakpoint() 274 …BreakpointSiteSP cur_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(stop_value); in HitOurBackstopBreakpoint()
|
| D | Thread.cpp | 371 …if (GetProcess()->GetTarget().GetDebugger().GetUseExternalEditor() && frame_sc.line_entry.file && … in SetSelectedFrameByIndexNoisily() 394 ProcessSP process_sp (GetProcess()); in GetStopInfo() 421 ProcessSP process_sp (GetProcess()); in GetPrivateStopInfo() 471 ProcessSP process_sp (GetProcess()); in SetStopInfo() 527 ProcessSP process_sp (GetProcess()); in CheckpointThreadState() 617 …BreakpointSiteSP bp_site_sp = GetProcess()->GetBreakpointSiteList().FindByAddress(reg_ctx_sp->GetP… in SetupForResume() 667 const uint32_t process_stop_id = GetProcess()->GetStopID(); in ShouldResume() 1590 ProcessSP process_sp(GetProcess()); in CalculateTarget() 1600 return GetProcess(); in CalculateProcess() 1699 lldb::ABISP abi = thread->GetProcess()->GetABI(); in ReturnFromFrame() [all …]
|
| D | 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()
|
| D | ThreadPlanStepOut.cpp | 100 …m_return_addr = return_frame_sp->GetFrameCodeAddress().GetLoadAddress(&m_thread.GetProcess()->GetT… in ThreadPlanStepOut() 212 …BreakpointSiteSP site_sp (m_thread.GetProcess()->GetBreakpointSiteList().FindByID (stop_info_sp->G… in DoPlanExplainsStop() 470 lldb::ABISP abi_sp = m_thread.GetProcess()->GetABI(); in CalculateReturnValue()
|
| D | ThreadPlanStepRange.cpp | 303 ExecutionContext exe_ctx (m_thread.GetProcess()); in GetInstructionsForAddress() 403 … run_to_address.GetLoadAddress(&m_thread.GetProcess()->GetTarget())); in SetNextBranchBreakpoint() 424 … BreakpointSiteSP bp_site_sp = m_thread.GetProcess()->GetBreakpointSiteList().FindByID(bp_site_id); in NextRangeBreakpointExplainsStop()
|
| D | ThreadPlanTracer.cpp | 125 …m_disassembler_sp = Disassembler::FindPlugin(m_thread.GetProcess()->GetTarget().GetArchitecture(),… in GetDisassembler() 191 ProcessSP process_sp (m_thread.GetProcess()); in Log()
|
| D | ThreadPlanCallUserExpression.cpp | 70 DynamicCheckerFunctions *checkers = m_thread.GetProcess()->GetDynamicCheckers(); in GetRealStopInfo()
|
| D | QueueItem.cpp | 70 ProcessSP process_sp = queue_sp->GetProcess(); in GetExtendedBacktraceThread()
|
| D | ThreadPlanCallFunction.cpp | 49 ProcessSP process_sp (thread.GetProcess()); in ConstructorSetup() 214 ProcessSP process_sp (m_thread.GetProcess()); in DoTakedown()
|
| D | ExecutionContext.cpp | 426 m_process_sp = thread_sp->GetProcess(); in SetContext() 448 m_process_sp = m_thread_sp->GetProcess(); in SetContext() 661 SetProcessSP (thread_sp->GetProcess()); in SetThreadSP()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| D | ThreadGDBRemote.cpp | 51 ProcessSP process_sp(GetProcess()); in ~ThreadGDBRemote() 75 ProcessSP process_sp (GetProcess()); in GetQueueName() 97 ProcessSP process_sp (GetProcess()); in GetQueueID() 119 ProcessSP process_sp (GetProcess()); in WillResume() 202 ProcessSP process_sp (GetProcess()); in CreateRegisterContextForFrame() 231 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/API/ |
| D | SBQueue.cpp | 144 if (stop_locker.TryLock (&queue_sp->GetProcess()->GetRunLock())) in FetchThreads() 171 if (stop_locker.TryLock (&queue_sp->GetProcess()->GetRunLock())) in FetchItems() 211 ProcessSP process_sp = queue_sp->GetProcess(); in GetThreadAtIndex() 251 GetProcess () in GetProcess() function in lldb_private::QueueImpl 257 result.SetSP (queue_sp->GetProcess()); in GetProcess() 365 SBQueue::GetProcess () in GetProcess() function in SBQueue 367 return m_opaque_sp->GetProcess(); in GetProcess()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| D | HistoryThread.cpp | 60 … rctx.reset (new RegisterContextHistory (*this, 0, GetProcess()->GetAddressByteSize(), m_pcs[0])); in GetRegisterContext() 89 if (GetProcess()->HasAssignedIndexIDToThread (m_originating_unique_thread_id)) in GetExtendedBacktraceOriginatingIndexID() 91 return GetProcess()->AssignIndexIDToThread (m_originating_unique_thread_id); in GetExtendedBacktraceOriginatingIndexID()
|
| D | HistoryUnwind.cpp | 52 …addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress (&frame->GetThread()->GetProcess()->GetTar… in DoCreateRegisterContextForFrame() 56 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc)); in DoCreateRegisterContextForFrame()
|
| D | UnwindLLDB.cpp | 32 ProcessSP process_sp(thread.GetProcess()); in UnwindLLDB() 59 ProcessSP process_sp (m_thread.GetProcess()); in DoGetFrameCount() 287 ProcessSP process_sp (m_thread.GetProcess()); in DoGetFrameInfoAtIndex() 319 ProcessSP process_sp (m_thread.GetProcess()); in DoCreateRegisterContextForFrame()
|
| D | ThreadMemory.cpp | 117 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/ |
| D | POSIXThread.cpp | 59 Target &target = GetProcess()->GetTarget(); in POSIXThread() 90 ProcessSP base = GetProcess(); in GetMonitor() 140 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str()); in GetName() 157 const ArchSpec &target_arch = GetProcess()->GetTarget().GetArchitecture(); in GetRegisterContext() 458 lldb::BreakpointSiteSP bp_site(GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in BreakNotify() 507 Target &target = GetProcess()->GetTarget(); in WatchNotify()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/ |
| D | ThreadElfCore.cpp | 87 ProcessElfCore *process = static_cast<ProcessElfCore *>(GetProcess().get()); in CreateRegisterContextForFrame() 161 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/ |
| D | ThreadPlan.h | 301 return m_thread.GetProcess()->GetTarget(); in GetTarget() 307 return m_thread.GetProcess()->GetTarget(); in GetTarget()
|
| D | Queue.h | 116 GetProcess() const in GetProcess() function
|
| D | LanguageRuntime.h | 95 GetProcess() in GetProcess() function
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/ |
| D | SBQueue.h | 42 GetProcess ();
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| D | FreeBSDThread.cpp | 45 ProcessSP process_sp(GetProcess()); in WillResume()
|