Searched refs:IsOneShot (Results 1 – 12 of 12) sorted by relevance
128 IsOneShot ();306 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th…
55 bool IsOneShot() const;
14 obj.IsOneShot()
54 bool IsOneShot() const;
61 bool IsOneShot() const;
184 self.assertTrue(not bkpt.IsOneShot(), "We applied one-shot to the wrong breakpoint.")187 self.assertEqual(bp_object.IsOneShot(), self.is_one_shot, "IsOneShot")
288 bool IsOneShot() const { return m_one_shot; } in IsOneShot() function
339 bool IsOneShot() const;
256 bool SBBreakpointName::IsOneShot() const { in IsOneShot() function in SBBreakpointName266 return bp_name->GetOptions().IsOneShot(); in IsOneShot()
236 bool SBBreakpoint::IsOneShot() const { in IsOneShot() function in SBBreakpoint243 return bkpt_sp->IsOneShot(); in IsOneShot()
117 m_was_one_shot = bkpt.IsOneShot(); in StoreBPInfo()552 bp_loc_sp->GetBreakpoint().IsOneShot()) { in PerformAction()
331 bool Breakpoint::IsOneShot() const { return m_options.IsOneShot(); } in IsOneShot() function in Breakpoint