Lines Matching refs:format

63     print(frameformat.format(0, cur_frame, cur_ip, GetBinaryNameForPC(cur_ip, user_lib_info)))
75 … print(frameformat.format(frameno, cur_frame, cur_ip, GetBinaryNameForPC(cur_ip, user_lib_info)))
85 print(frameformat.format(frameno, cur_fp, cur_pc, GetBinaryNameForPC(cur_pc, user_lib_info)))
94 … print(frameformat.format(frameno, cur_fp, cur_pc, GetBinaryNameForPC(cur_pc, user_lib_info)))
118 raise RuntimeError("Thread {0} has an invalid flavor {1}".format(unsigned(thread), flavor))
287 osversion += " ({:s})".format(kern.globals.osversion)
299 print(crash_report_format_string.format(pid = pid,
325 print("\nThread {0:d} name:0x{1:x}\nThread {0:d}:".format(counter, thval))
330 print("Failed to show user stack for thread 0x{0:x}".format(thval))
407 debuglog("Not mapped task 0x{:x} address 0x{:x}".format(task, addr))
418 debuglog("Not mapped task 0x{:x} address 0x{:x}".format(task, addr))
501 … debuglog("unable to get userdata for task 0x{:x} img_addr 0x{:x} path_address 0x{:x}".format(
537 …}{a[9]:02X}-{a[10]:02X}{a[11]:02X}{a[12]:02X}{a[13]:02X}{a[14]:02X}{a[15]:02X}".format(a=uuid_data)
541 …retval = print_format.format(mh_image_address, image_end_load_address, path_base_name, uuid_out_st…
553 …retval = print_format.format(mh_image_address, image_end_load_address, path_base_name, uuid_out_st…
615 …debuglog("Failed to read user data for task 0x{:x} addr 0x{:x}, exception {:s}".format(task, image…
646 …debuglog("Failed to print image info for task 0x{:x} image_info 0x{:x}".format(task, image_info_ad…
660 …o print image for main executable for task 0x{:x} dyld_load_addr 0x{:x}".format(task, dyld_load_ad…
727 out_str += "[dyld-{:s}]\n".format(path_out)
728 out_str += "version \t\t\t\t: {:d}\n".format(dyld_all_image_infos_version)
729 out_str += "infoArrayCount \t\t\t\t: {:d}\n".format(dyld_all_image_infos_infoArrayCount)
730 out_str += "infoArray \t\t\t\t: {:#x}\n".format(dyld_all_image_infos_infoArray)
731 out_str += "notification \t\t\t\t: {:#x}\n".format(dyld_all_image_infos_notification)
735 out_str += "TRUE\n".format(dyld_all_image_infos_processDetachedFromSharedRegion)
741 out_str += "TRUE\n".format(dyld_all_image_infos_libSystemInitialized)
745 …out_str += "dyldImageLoadAddress \t\t\t: {:#x}\n".format(dyld_all_image_infos_dyldImageLoadAddress)
746 out_str += "jitInfo \t\t\t\t: {:#x}\n".format(dyld_all_image_infos_jitInfo)
747 out_str += "\ndyldVersion \t\t\t\t: {:#x}".format(dyld_all_image_infos_dyldVersion)
749 out_str += " (currently {:#x})\n".format(dyld_all_image_infos_dyldVersion_postslide)
753 out_str += "errorMessage \t\t\t\t: {:#x}\n".format(dyld_all_image_infos_errorMessage)
757 out_str += "terminationFlags \t\t\t: {:#x}\n".format(dyld_all_image_infos_terminationFlags)
758 …out_str += "coreSymbolicationShmPage \t\t: {:#x}\n".format(dyld_all_image_infos_coreSymbolicationS…
759 out_str += "systemOrderFlag \t\t\t: {:#x}\n".format(dyld_all_image_infos_systemOrderFlag)
760 out_str += "uuidArrayCount \t\t\t\t: {:#x}\n".format(dyld_all_image_infos_uuidArrayCount)
761 out_str += "uuidArray \t\t\t\t: {:#x}\n".format(dyld_all_image_infos_uuidArray)
762 …out_str += "dyldAllImageInfosAddress \t\t: {:#x}".format(dyld_all_image_infos_dyldAllImageInfosAdd…
764 out_str += " (currently {:#x})\n".format(dyld_all_image_infos_address)
790 … out_str += "\ninitialImageCount \t\t\t: {:#x}\n".format(dyld_all_image_infos_initialImageCount)
793 out_str += "errorKind \t\t\t\t: {:#x}\n".format(dyld_all_image_infos_errorKind)
794 …out_str += "errorClientOfDylibPath \t\t\t: {:#x}\n".format(dyld_all_image_infos_errorClientOfDylib…
799 …out_str += "errorTargetDylibPath \t\t\t: {:#x}\n".format(dyld_all_image_infos_errorTargetDylibPath)
804 out_str += "errorSymbol \t\t\t\t: {:#x}\n".format(dyld_all_image_infos_errorSymbol)
811 … out_str += "sharedCacheSlide \t\t\t: {:#x}\n".format(dyld_all_image_infos_sharedCacheSlide)
813 out_str += "sharedCacheUUID \t\t\t: {:s}\n".format(dyld_all_image_infos_sharedCacheUUID)
832 …d to read process memory. {:d} bytes from address {: <#020x}. Error: {}".format(length, start_addr…
836 print("Failed to read {:d} bytes from address {: <#020x}".format(length, start_addr))
842 print("Saved {:d} bytes to file {:s}".format(length, outputfile))
859 outputfile = '/tmp/kcdata.{:s}.bin'.format(str(time.time()))