Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/lldbmacros/
H A Duserspace.py326 ShowTaskUserLibraries([hex(task)])
328 for entry in ShowTaskUserLibraries.found_images:
573ShowTaskUserLibraries.exec_load_path = lc_address + _ExtractDataFromString(lcmd_data, 4*2, "uint32…
574 …debuglog("Found load command to be 0xe for address %s" % hex(ShowTaskUserLibraries.exec_load_path))
589 def ShowTaskUserLibraries(cmd_args=None): function
600 ShowTaskUserLibraries.found_images = []
621 ShowTaskUserLibraries.exec_load_path = 0
674ShowTaskUserLibraries.found_images.append((image_info_addr, n_im_info_addr, image_info_path, image…
682 if ShowTaskUserLibraries.exec_load_path != 0:
684 image_print_s = GetImageInfo(task, dyld_load_address, ShowTaskUserLibraries.exec_load_path)
[all …]
H A Dprocess.py2159 print(ShowTaskUserLibraries.__doc__)