Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.1.13/tools/
H A Dsymbolify.py30 self.symbols = [parse_nm_output(l) for l in nm(file)]
31 self.symbols.sort(key=lambda x: x[0])
42 for s in self.symbols:
/xnu-10002.1.13/SETUP/kextsymboltool/
H A Dkextsymboltool.c285 store_symbols(char * file, vm_size_t file_size, struct symbol * symbols, uint32_t idx, uint32_t max… in store_symbols() argument
452 symbols[idx].name = name; in store_symbols()
453 symbols[idx].name_len = name_len; in store_symbols()
454 symbols[idx].indirect = indirect; in store_symbols()
455 symbols[idx].indirect_len = indirect_len; in store_symbols()
456 symbols[idx].flags = (obsolete) ? kObsolete : 0; in store_symbols()
458 strtabsize += symbols[idx].name_len + symbols[idx].indirect_len; in store_symbols()
/xnu-10002.1.13/tools/lldbmacros/core/
H A Dxnu_lldb_init.py26 for s in m.symbols:
/xnu-10002.1.13/tools/lldbmacros/
H A DREADME.md37 …* start lldb with the right symbols file. If you do not know the version apriori, then enable dsym…
39 bash$ lldb /path/to/mach_kernel.symbols
425 …le. This makes debugging very easy since they can get loaded automatically when symbols are loaded.
428 …. This will disable the automatic setup of lldbmacros and the operating_system.py from the symbols.
/xnu-10002.1.13/doc/
H A Ddebugging.md348 You can speed up few things by using local symbols:
352 # 2. Grab symbols with dsymForUUID
355 # 3. Run lldb with local symbols to avoid dsymForUUID NFS
485 …Adding dSYM (049b9a29-2efc-32c0-8a7f-5f29c12b870c) for /Library/Caches/com.apple.bni.symbols/bursa…
/xnu-10002.1.13/
H A DREADME.md59 with symbols, kernel.[config].unstripped.