Home
last modified time | relevance | path

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

12345

/external/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()
DRegisterContext.cpp30 m_stop_id (thread.GetProcess()->GetStopID()) in RegisterContext()
44 ProcessSP process_sp (m_thread.GetProcess()); in InvalidateIfNeeded()
333 ProcessSP process_sp (m_thread.GetProcess()); in ReadRegisterValueFromMemory()
380 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()
/external/lldb/test/functionalities/type_completion/
DTestTypeCompletion.py61 …p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
68 …p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
77 …p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
89 …p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
108 …p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
128 …p_vector = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVa…
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.cpp49 ProcessSP process_sp(GetProcess()); in ~ThreadGDBRemote()
73 ProcessSP process_sp (GetProcess()); in GetQueueName()
92 ProcessSP process_sp (GetProcess()); in WillResume()
176 ProcessSP process_sp (GetProcess()); in CreateRegisterContextForFrame()
203 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
/external/lldb/test/expression_command/formatters/
Dfoosynth.py25 self.lp64 = (self.valobj.GetTarget().GetProcess().GetAddressByteSize() == 8)
26 self.is_little = (self.valobj.GetTarget().GetProcess().GetByteOrder() == lldb.eByteOrderLittle)
27 self.pointer_size = self.valobj.GetTarget().GetProcess().GetAddressByteSize()
/external/lldb/test/python_api/formatters/
DTestFormattersSBAPI.py165 …foo_var = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVar…
173 …foo_var = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVar…
185 …foo_var = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVar…
208 …foo_var = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVar…
283 frame = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame()
329 frame = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame()
336 frame = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame()
343 frame = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame()
/external/chromium-trace/catapult/telemetry/telemetry/internal/app/
Dandroid_app.py36 def GetProcess(self, subprocess_name): member in AndroidApp
38 return self._app_backend.GetProcess(subprocess_name)
Dandroid_app_unittest.py43 search_process = search_app.GetProcess(':search')
53 webview = search_app.GetProcess(':search').GetWebViews().pop()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp56 Target &target = GetProcess()->GetTarget(); in POSIXThread()
78 ProcessSP base = GetProcess(); in GetMonitor()
127 SetName(Host::GetThreadName(GetProcess()->GetID(), GetID()).c_str()); in GetName()
399 lldb::BreakpointSiteSP bp_site(GetProcess()->GetBreakpointSiteList().FindByAddress(pc)); in BreakNotify()
407 if (GetProcess()->GetThreadList().SetSelectedThreadByID(GetID())) in BreakNotify()
457 Target &target = GetProcess()->GetTarget(); in WatchNotify()
/external/lldb/test/functionalities/thread/state/
DTestThreadStates.py114 process = target.GetProcess()
155 process = target.GetProcess()
204 process = target.GetProcess()
248 process = target.GetProcess()
303 process = target.GetProcess()
/external/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp103 ProcessSP process_sp (GetProcess()); in CreateRegisterContextForFrame()
123 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
/external/lldb/scripts/Python/interface/
DSBThread.i197 GetProcess ();
247 __swig_getmethods__["process"] = GetProcess
248 …if _newclass: process = property(GetProcess, None, doc='''A read only property that returns an lld…
/external/lldb/test/functionalities/process_attach/
DTestProcessAttach.py59 process = target.GetProcess()
76 process = target.GetProcess()
/external/lldb/test/functionalities/data-formatter/rdar-12437442/
DTestRdar12437442.py62 …id_x = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariab…
74 …id_x = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariab…
/external/lldb/source/Plugins/Process/Utility/
DUnwindLLDB.cpp46 ProcessSP process_sp (m_thread.GetProcess()); in DoGetFrameCount()
221 ProcessSP process_sp (m_thread.GetProcess()); in DoGetFrameInfoAtIndex()
253 ProcessSP process_sp (m_thread.GetProcess()); in DoCreateRegisterContextForFrame()
/external/lldb/test/python_api/frame/
DTestFrames.py61 process = target.GetProcess()
145 process = target.GetProcess()
182 process = target.GetProcess()
/external/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp83 ProcessElfCore *process = static_cast<ProcessElfCore *>(GetProcess().get()); in CreateRegisterContextForFrame()
122 ProcessSP process_sp (GetProcess()); in CalculateStopInfo()
/external/lldb/test/macosx/universal/
DTestUniversal.py64 process = target.GetProcess()
89 process = target.GetProcess()
/external/lldb/examples/summaries/cocoa/
DCFString.py33 offset = valobj.GetTarget().GetProcess().GetAddressByteSize()
70 process = self.valobj.GetTarget().GetProcess()
305 self.pointer_size = self.valobj.GetTarget().GetProcess().GetAddressByteSize()
307 self.is_little = self.valobj.GetTarget().GetProcess().GetByteOrder() == lldb.eByteOrderLittle
/external/lldb/examples/darwin/heap_find/
Dheap.py397 frame = lldb.debugger.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame()
434 frame = lldb.debugger.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame()
498 process = expr_sbvalue.GetProcess()
600 process = lldb.debugger.GetSelectedTarget().GetProcess()
691 process = lldb.debugger.GetSelectedTarget().GetProcess()
791 process = lldb.debugger.GetSelectedTarget().GetProcess()
940 frame = target.GetProcess().GetSelectedThread().GetSelectedFrame()
976 process = lldb.debugger.GetSelectedTarget().GetProcess()
/external/lldb/test/functionalities/inferior-assert/
DTestInferiorAssert.py152 process = target.GetProcess()
197 process = target.GetProcess()
231 process = target.GetProcess()
/external/lldb/utils/vim-lldb/python-vim-lldb/
Dvim_panes.py76 process = target.GetProcess()
513 elif self.process_required and not target.GetProcess():
541 elif not target.GetProcess() or not target.GetProcess().IsValid():
543 elif target.GetProcess().GetState() == lldb.eStateStopped:

12345