Home | History | Annotate | Download | only in watchlocation

Lines Matching full:process

71         # Now launch the process, and do not stop at the entry point.
72 process = target.LaunchSimple(None, None, os.getcwd())
75 process = target.GetProcess()
76 self.assertTrue(process.GetState() == lldb.eStateStopped,
78 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)
101 process.Continue()
104 lldbutil.print_stacktraces(process)
106 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonWatchpoint)
130 # Now launch the process, and do not stop at the entry point.
131 process = target.LaunchSimple(None, None, os.getcwd())
134 process = target.GetProcess()
135 self.assertTrue(process.GetState() == lldb.eStateStopped,
137 thread = lldbutil.get_stopped_thread(process, lldb.eStopReasonBreakpoint)