Home
last modified time | relevance | path

Searched refs:IsValid (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.1.9/tests/unit/tools/
H A Dfibers_lldb.py59 if not fiber_value or not fiber_value.IsValid():
68 …if not fiber_id_value.IsValid() or not fiber_id_state.IsValid() or not stack_bottom_value.IsValid(…
165 if not queue_var.IsValid():
173 if not queue_top_value.IsValid():
178 while fiber_value and fiber_value.IsValid():
196 if not next_fiber_value.IsValid():
206 if not fibers_current_var.IsValid():
234 if not fibers_current_var.IsValid():
247 if not existing_queue_var.IsValid():
252 if not queue_top_value.IsValid():
[all …]
/xnu-12377.1.9/tools/lldbmacros/core/
H A Dlldbwrap.py144 if result.IsValid():
537 if v.IsValid():
705 if not v.IsValid() or not v.TypeIsPointerType():
735 if v.IsValid():
749 if v.IsValid():
769 if v.IsValid():
787 if v.IsValid():
804 def IsValid(self): member in SBValue
813 return super().IsValid() and self.error.success
966 not (addr_of.IsValid() and addr_of.error.success)):
[all …]
H A Dkernelcore.py253 if not v.GetSBValue().IsValid():
381 if syms_arr.IsValid() and len(syms_arr) > 0:
383 if symbol.IsValid():
H A Doperating_system.py626 …if not (cur_elt.IsValid() and cur_elt.error.success) or cur_elt.GetValueAsUnsigned() == 0 or cur_e…
667 if type(process) is lldb.SBProcess and process.IsValid():
676 is_tagged = self._target.FindFirstGlobalVariable('kasan_tbi_enabled').IsValid()
795 …while processor_list_val.IsValid() and processor_list_val.error.success and processor_list_val.Get…
799 if th_id_val.IsValid() and th_id_val.error.success:
H A Dcvalue.py141 if child_sbvalue and child_sbvalue.IsValid():
151 if child_sbvalue and child_sbvalue.IsValid():
/xnu-12377.1.9/tools/lldbmacros/tests/lldb_tests/
H A Dtest_scripted_process.py138 self.assertTrue(sbv.IsValid() and sbv.error.success)
207 self.assertTrue(sbv.IsValid() and sbv.error.success)
235 self.assertTrue(sbv.IsValid() and sbv.error.success)
285 self.assertTrue(sbv.IsValid() and sbv.error.success)
H A Dtest_examples.py142 self.assertTrue(sbv.IsValid() and sbv.error.success)
H A Dtest_process.py93 self.assertTrue(enum.IsValid())
/xnu-12377.1.9/tools/lldbmacros/tests/lldbmock/
H A Dutils.py61 if not rettype.IsValid():
H A Dmemorymock.py599 if not sbtype or not sbtype.IsValid():
/xnu-12377.1.9/tools/lldbmacros/kmemory/
H A Dkmem.py158 if target.FindFirstGlobalVariable('kasan_enabled').IsValid():
160 self.kasan_tbi = target.FindFirstGlobalVariable('kasan_tbi_enabled').IsValid()
/xnu-12377.1.9/tools/lldbmacros/
H A Dxnu.py505 if not sbthread.IsValid():
514 if not sbthread.IsValid():
653 if sbval and sbval.IsValid():
H A Dkext.py432 if loaded_module.IsValid():
H A Dprocess.py1515 if not lldbthread.IsValid():
H A Dmemory.py2029 pmap_cs_enabled = LazyTarget.GetTarget().FindFirstGlobalVariable('pmap_cs').IsValid()
4999 ….CreateValueFromAddress(m_object_addr, "struct vm_object")).GetSBValue().IsValid() and m_object.in…