| /xnu-10063.141.1/tools/lldbmacros/core/ |
| H A D | xnu_lldb_init.py | 53 srcpath = "".join(_t_arr[0]) 96 prev_os_plugin = "".join(GetSettingsValues(debugger, 'target.process.python-os-plugin-path')) 105 …_cmd = "settings set target.trap-handler-names %s %s" % (' '.join(intel_whitelist), ' '.join(arm_w… 146 builtinkexts_path = os.path.join(os.path.dirname(self_path), "lldbmacros", "builtinkexts") 157 script = os.path.join(builtinkexts_path, kextdir, script_name)
|
| H A D | standard.py | 232 return ''.join(result) 446 self.fhandle.write("(lldb)%s %s \n" % (self.cmd_name, " ".join(cmdargs)))
|
| H A D | lldbwrap.py | 108 fn.__name__, ", ".join(args_str), reason)) 109 raise exn("{}({}) failed".format(fn.__name__, ", ".join(args_str)))
|
| /xnu-10063.141.1/tools/lldbmacros/ |
| H A D | workqueue.py | 42 …q_fulfilled: <10d} {wq_flags: <30s}".format(task=task, p=proc, wq=wq, wq_flags=" ".join(wq_flags)); 84 …, thport=uth.uu_workq_thport, kind=kind, kq=kq, idle=idle, uu_workq_flags=" ".join(uu_workq_flags)) 122 …e=state, qos=qos, kq_qos=kq_qos, kq_ovr=kq_ovr, tr_count=req.tr_count, tr_flags=" ".join(tr_flags))
|
| H A D | ipcimportancedetail.py | 26 return "\n".join(out_arr) 60 return "\n".join(retval)
|
| H A D | utils.py | 164 …lldb_py = os.path.join(os.path.dirname(os.path.dirname(platdir)), 'Library/PrivateFrameworks/LLDB.… 166 …lldb_py = os.path.join(platdir[0:offset+8], 'SharedFrameworks/LLDB.framework/Versions/A/Resources/… 436 return " ".join(flags)
|
| H A D | xnu.py | 55 header = "|" + "|".join(fmt.split(" ")).format(*args) + "|" 58 sub_header = "|" + "|".join(colhead) + "|" 59 setattr(obj, 'markdown', "\n".join([header, sub_header])) 672 command = " ".join(cmd_args) 761 lldb.debugger.HandleCommand(" ".join(command_args[2:])) 825 ss_binfile = os.path.join(dir_, "panic_%s.bin" % id) 826 ss_ipsfile = os.path.join(dir_, "panic_%s.ips" % id)
|
| H A D | recount.py | 301 str += '\n'.join(lines) + '\n' 303 str += '\n'.join(self.format_sum(sum, O=O)) 312 str += '\n'.join(lines) + '\n' 314 str += '\n'.join(self.format_sum(sum, O=O))
|
| H A D | misc.py | 657 header_line = "".join("{:49s} -> {:s}\n".format("From", "To")) 676 …output_lines.append(''.join("({:x}) {:30s} -> ({:x}) {:30s}\n".format(from_lbr[i], fprint, to_lbr[… 678 return header_line + ''.join(output_lines)
|
| H A D | sysreg.py | 162 print(_GetIndentedString(2, ', '.join(all_field_values_str)))
|
| H A D | kcdata.py | 315 return json.dumps(''.join(str_arr)) 321 o = '[' + ','.join([self.GetValueAsString(base_data, i) for i in range(count)]) + ']' 374 o = '%s {\n\t' % self.name + "\n\t".join([str(e) for e in self.elements]) + '\n};' 396 … o = ", ".join([e.GetJsonRepr(base_data) for e in self.elements if not e.ShouldSkip(base_data)]) 398 …o = ", ".join(['"%s": %s' % (e.GetName(), e.GetJsonRepr(base_data)) for e in self.elements if not … 516 return '[' + ', '.join([i.GetJsonRepr() for i in self.obj_collection]) + ']' 662 o += '"%s" : {' % k + ",".join([vi.GetJsonRepr() for vi in v.values()]) + "} ," 1580 return ''.join("%02x" % i for i in elementValues) 1961 return ''.join(self.notes)
|
| H A D | process.py | 498 return "|".join(flags) 569 out_string += "\n\t\t".join(tasks) 584 out_string += "\n\t\t".join(tasks) 587 out_string += "\n\t\t".join(tasks) 590 out_string += "\n\t\t".join(tasks) 786 …out_string += format_string.format(pid, proc_addr, " ".join([proc_rage_str, io_policy_str]), wq_nu…
|
| H A D | ktrace.py | 62 @header('{0: <20s}'.format("class") + ' '.join(map('{:02x}'.format, list(range(0, 255, 8))))) 72 subclasses_fmts = ' '.join(['{:02x}'] * 8)
|
| H A D | macho.py | 367 print("\n".join(mstr))
|
| H A D | log.py | 88 flag_name = parts[0] + ":" + " ".join(parts[2:])
|
| H A D | kext.py | 453 print("Options are:\n\t" + "\n\t".join(kexts))
|
| H A D | skywalk.py | 680 addr_raw_string = ":".join(["{0:02x}{0:02x}".format(unsigned(addr[i]),
|
| H A D | userspace.py | 481 return b"".join(retval).decode()
|
| /xnu-10063.141.1/tools/lldbmacros/plugins/ |
| H A D | iosspeedtracer.py | 23 …ios_process = subprocess.Popen([os.path.join(os.path.dirname(os.path.abspath(__file__)), "iosspeed…
|
| /xnu-10063.141.1/tools/lldbmacros/usertaskdebugging/ |
| H A D | rsprotocol.py | 18 retval = ''.join(['$',self.data,'#'])
|
| /xnu-10063.141.1/tools/tests/perf_index/ |
| H A D | test_controller.py | 27 msg = "\0".join(["%s\0%d\0%d" % (test_type, num_threads, job_size)] + args) + "\0\0"
|
| /xnu-10063.141.1/tools/trace/ |
| H A D | parse_ipc_trace.py | 540 ofile.write(' ,' + ','.join(self.nodes.keys()) + '\n') 555 ofile.write(snm + ',' + ','.join(odata) + '\n') 660 cdf_data_fmt += ', \\\n'.join(plots) 678 dcdf_data_fmt += ', \\\n'.join(plots) 704 freq_data_fmt += ', \\\n'.join(plots) 751 cmd += ' '.join(args.traceargs)
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | platform_tests.c | 1173 volatile bool join; member 1194 while (!args->join) { in arm64_pan_test_thread() 1208 args.join = false; in arm64_late_pan_test() 1216 args.join = true; in arm64_late_pan_test()
|
| /xnu-10063.141.1/bsd/nfs/gss/ |
| H A D | gss_krb5_mech.c | 264 split_one_mbuf(mbuf_t mb, size_t offset, mbuf_t *nmb, int join) in split_one_mbuf() argument 277 if (!join) { in split_one_mbuf() 297 if (join) { in split_one_mbuf() 320 …buf(mbuf_t chain, size_t offset, size_t *subchain_length, mbuf_t *subchain, mbuf_t *tail, int join) in gss_normalize_mbuf() argument 342 error = split_one_mbuf(mb, len, subchain, join); in gss_normalize_mbuf() 358 error = split_one_mbuf(mb, len, tail, join); in gss_normalize_mbuf()
|
| /xnu-10063.141.1/tools/lldbmacros/kmemory/ |
| H A D | zone.py | 171 print(" bitmap : inline [ {} ]".format(" ".join(bitmap))) 190 baddr, bsize, ' '.join(bitmap)))
|