Home
last modified time | relevance | path

Searched refs:GetProcess (Results 1 – 25 of 52) sorted by relevance

123

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DStopInfo.cpp39 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 …]
DThreadPlanStepOverBreakpoint.cpp42 …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()
DThreadPlanStepThrough.cpp59 …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()
DThread.cpp371 …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 …]
DRegisterContext.cpp30 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()
DThreadPlanStepOut.cpp100 …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()
DThreadPlanStepRange.cpp303 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()
DThreadPlanTracer.cpp125 …m_disassembler_sp = Disassembler::FindPlugin(m_thread.GetProcess()->GetTarget().GetArchitecture(),… in GetDisassembler()
191 ProcessSP process_sp (m_thread.GetProcess()); in Log()
DThreadPlanCallUserExpression.cpp70 DynamicCheckerFunctions *checkers = m_thread.GetProcess()->GetDynamicCheckers(); in GetRealStopInfo()
DQueueItem.cpp70 ProcessSP process_sp = queue_sp->GetProcess(); in GetExtendedBacktraceThread()
DThreadPlanCallFunction.cpp49 ProcessSP process_sp (thread.GetProcess()); in ConstructorSetup()
214 ProcessSP process_sp (m_thread.GetProcess()); in DoTakedown()
DExecutionContext.cpp426 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/
DThreadGDBRemote.cpp51 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/
DSBQueue.cpp144 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/
DHistoryThread.cpp60 … 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()
DHistoryUnwind.cpp52 …addr_t pc = frame->GetFrameCodeAddress().GetLoadAddress (&frame->GetThread()->GetProcess()->GetTar… in DoCreateRegisterContextForFrame()
56 frame->GetThread()->GetProcess()->GetAddressByteSize(), pc)); in DoCreateRegisterContextForFrame()
DUnwindLLDB.cpp32 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()
DThreadMemory.cpp117 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp59 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/
DThreadElfCore.cpp87 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/
DThreadPlan.h301 return m_thread.GetProcess()->GetTarget(); in GetTarget()
307 return m_thread.GetProcess()->GetTarget(); in GetTarget()
DQueue.h116 GetProcess() const in GetProcess() function
DLanguageRuntime.h95 GetProcess() in GetProcess() function
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBQueue.h42 GetProcess ();
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp45 ProcessSP process_sp(GetProcess()); in WillResume()

123