Home
last modified time | relevance | path

Searched refs:ShowTaskUserLibraries (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/tools/lldbmacros/
H A Duserspace.py317 ShowTaskUserLibraries([hex(task)])
319 for entry in ShowTaskUserLibraries.found_images:
562ShowTaskUserLibraries.exec_load_path = lc_address + _ExtractDataFromString(lcmd_data, 4*2, "uint32…
563 …debuglog("Found load command to be 0xe for address %s" % hex(ShowTaskUserLibraries.exec_load_path))
578 def ShowTaskUserLibraries(cmd_args=None): function
589 ShowTaskUserLibraries.found_images = []
610 ShowTaskUserLibraries.exec_load_path = 0
663ShowTaskUserLibraries.found_images.append((image_info_addr, n_im_info_addr, image_info_path, image…
671 if ShowTaskUserLibraries.exec_load_path != 0:
673 image_print_s = GetImageInfo(task, dyld_load_address, ShowTaskUserLibraries.exec_load_path)
[all …]
H A Dprocess.py2221 print(ShowTaskUserLibraries.__doc__)