Home
last modified time | relevance | path

Searched refs:ip_callstack (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/ipc/
H A Dipc_port.h185 uintptr_t ip_callstack[IP_CALLSTACK_MAX]; /* stack trace */ member
H A Dipc_port.c3316 backtrace(port->ip_callstack, IP_CALLSTACK_MAX, &ctl, NULL); in ipc_port_init_debug()
/xnu-8019.80.24/tools/lldbmacros/
H A Dipc.py695 ie_port_callstack = port.ip_callstack
740 … if entryval.ie_object and (int(entry_ie_bits) & 0x00070000) and entryport.ip_callstack[0]: