Home
last modified time | relevance | path

Searched refs:GetSBValue (Results 1 – 17 of 17) sorted by relevance

/xnu-11417.140.69/tools/lldbmacros/core/
H A Dkernelcore.py47 head = headval.GetSBValue()
69 head = headval.GetSBValue()
90 head = headval.GetSBValue()
119 head = queue_head.GetSBValue()
142 head = queue_head.GetSBValue()
171 head = queue_head.GetSBValue()
191 return (value(e.AddressOf()) for e in ccol.iter_RB_HEAD(rootelt.GetSBValue(), field_name))
207 root = root.GetSBValue()
229 root.GetSBValue(), element_type, field_name
253 if not v.GetSBValue().IsValid():
[all …]
H A Dcvalue.py57 return self.GetSBValue()
345 def GetSBValue(self): member in value
463 return val.GetSBValue().GetValueAsSigned()
474 return t.GetSBValue().GetByteSize()
490 sbv = val.GetSBValue()
503 newval = value(val.GetSBValue(), False)
518 return value(val.GetSBValue().AddressOf())
533 dest_type = target_type.GetSBValue().GetType()
550 sbv = obj.GetSBValue()
676 child = cpp_obj.GetSBValue().GetChildAtIndex(0)
H A Dstandard.py253 obj = obj.GetSBValue()
/xnu-11417.140.69/tools/lldbmacros/
H A Dturnstile.py18 ts_v = turnstile.GetSBValue()
139 …for turnstile in iter_SLIST_HEAD(turnstile_bucket.ts_ht_bucket_list.GetSBValue(), 'ts_htable_link'…
H A Dcoreanalytics.py16 curr = event.format_str.GetSBValue().GetValueAsUnsigned()
H A Dpmap.py24 …return kern.GetValueFromAddress(paddr_in_kva, 'uint64_t *').GetSBValue().Dereference().GetValueAsU…
26 …return kern.GetValueFromAddress(paddr_in_kva, 'uint32_t *').GetSBValue().Dereference().GetValueAsU…
28 …return kern.GetValueFromAddress(paddr_in_kva, 'uint16_t *').GetSBValue().Dereference().GetValueAsU…
30 …return kern.GetValueFromAddress(paddr_in_kva, 'uint8_t *').GetSBValue().Dereference().GetValueAsUn…
125 …retval = kern.GetValueFromAddress(data_address, 'uint64_t *').GetSBValue().Dereference().GetValue…
127 …retval = kern.GetValueFromAddress(data_address, 'uint32_t *').GetSBValue().Dereference().GetValue…
129 …retval = kern.GetValueFromAddress(data_address, 'uint16_t *').GetSBValue().Dereference().GetValue…
131 …retval = kern.GetValueFromAddress(data_address, 'uint8_t *').GetSBValue().Dereference().GetValueA…
H A Dlog.py249 self._buffer = self._msgbuf.msg_bufc.GetSBValue().GetPointeeData(0, size)
353 pcpu_lqs_type = pcpu_lqs.GetSBValue().GetType().name
H A Dktrace.py435 self.kd_bufs = kern.globals.kd_buffer_trace.kd_bufs.GetSBValue()
438 self.load_kdstore(kdstorep.GetSBValue())
H A Dscheduler.py840 if not queue_head.GetSBValue().GetType().IsPointerType() :
919 if not queue_head.GetSBValue().GetType().IsPointerType() :
924 …queue_head = value(queue_head.GetSBValue().CreateValueFromExpression(None,'(void *)'+str(unsigned(…
H A Dipc.py39 base = is_tableval.GetSBValue().Dereference()
47 base = is_tableval.GetSBValue().Dereference()
587 task = value(portval.GetSBValue().xCreateValueFromAddress(
1268 base = is_tableval.GetSBValue().Dereference()
H A Dutils.py79 sbval = sbval.GetSBValue()
H A Dioreg.py27 v = obj.GetSBValue()
1744 preoslog_header.data = preoslog_data_ptr.GetSBValue().GetPointeeData(0, preoslog_size)
H A Dxnu.py485 array_base_val = array_base.GetSBValue()
1566 …st = (" " * depth * 2) + str(sysctl.GetSBValue().Dereference()).replace("\n", "\n" + (" " * depth …
H A Dprocess.py369 return value(task.GetSBValue().xCreateValueFromAddress(
380 return value(proc.GetSBValue().xCreateValueFromAddress(
803 pval = proc.GetSBValue()
H A Dmemory.py363 addr = addr.GetSBValue().GetValueAsUnsigned()
1056 btlog = kmemory.BTLog(btlog.GetSBValue())
4069 …index = (unsigned(zone) - array.GetSBValue().GetLoadAddress()) // gettype('struct zone').GetByteSi…
4724 bucket = value(buckets.GetSBValue().CreateValueFromExpression(None,
5047 …ect := kern.CreateValueFromAddress(m_object_addr, "struct vm_object")).GetSBValue().IsValid() and …
5214 for links in iter_RB_HEAD(map_val.hdr.rb_head_store.GetSBValue(), 'entry'):
H A Dnet.py138 addr = bpf_d.bd_hbuf[0].GetSBValue().GetLoadAddress()
145 addr = bpf_d.bd_sbuf[0].GetSBValue().GetLoadAddress()
H A Dmbufs.py123 addr = mdata.GetSBValue().GetValueAsAddress()