Home
last modified time | relevance | path

Searched refs:lldb_run_command (Results 1 – 11 of 11) sorted by relevance

/xnu-11215/tools/lldbmacros/
H A Dzonetriage.py39 panic_string = lldb_run_command("paniclog").split('\n', 1)[0]
56 panic_string = lldb_run_command("paniclog").split('\n', 1)[0]
61 …print("(lldb) zstack_showzonesbeinglogged\n%s\n" % lldb_run_command("zstack_showzonesbeinglogged"))
71 findelem_output = lldb_run_command("zstack_findelem " + btlog + " " + element)
82 …print("(lldb) zstack_showzonesbeinglogged\n%s\n" % lldb_run_command("zstack_showzonesbeinglogged"))
88 print(lldb_run_command("zstack_findtop -N 5 0x%lx" % btlog))
90 print(lldb_run_command("zstack_findleak 0x%lx" % btlog))
98 panic_string = lldb_run_command("paniclog").split('\n', 1)[0]
110 bootargs = lldb_run_command("showbootargs")
H A Dxnutriage.py22 cmd_out = lldb_run_command(cmd_str)
65 cmd_out = lldb_run_command(cmd_str)
100 print(lldb_run_command("list *{:s}".format(sp)))
121 print(lldb_run_command("list *{:s}".format(sp)))
H A Dutils.py17 def lldb_run_command(cmdstring): function
43 print(lldb_run_command(cmd_str))
46 print(lldb_run_command(cmd_str))
49 print(lldb_run_command(cmd_str))
H A Dmbufs.py98 print(lldb_run_command(cmd))
917 print(lldb_run_command('kasan whatis {addr}'.format(addr=hex(mbuf))))
930 print(lldb_run_command('kasan whatis {addr}'.format(addr=hex(mbuf))))
1331 lldb_run_command('settings set max-string-summary-length 4096')
1332 print('%s' % lldb_run_command('p/s mbwdog_logging').replace("\\n","\n"))
H A Dxnu.py302 lldb_run_command("log enable --file {:s} lldb api".format(lldb_log_filename))
303lldb_run_command("log enable --file {:s} gdb-remote packets".format(lldb_log_filename))
304lldb_run_command("log enable --file {:s} kdp-remote packets".format(lldb_log_filename))
325 if "--radar" in debug_opts: lldb_run_command("log disable")
1249 lldb_run_command("type category "+ action +" kernel")
H A Dkext.py25 lldb_run_command,
427 print(lldb_run_command("target modules add \"{:s}\"".format(filename)))
H A Dscheduler.py129 object_info = lldb_run_command("dumpobject {:s} IOInterruptVector".format(cmd_args[0]))
137 vector_info=lldb_run_command("dumpobject {:s} ".format(target[2]))
143 out=lldb_run_command(" dumpobject {:s}".format(owner[2]))
H A Dioreg.py250 object_info = lldb_run_command("showobject {:s}".format(cmd_args[0]))
264 type_lookup = lldb_run_command("image lookup -t {:s}".format(cmd_args[1]))
272 print(lldb_run_command("p/x *({:s}*){:s}".format(object_type, cmd_args[0])))
H A Dmisc.py50 print(lldb_run_command('p/x *(x86_saved_state_t *) ' + hex(reg)))
H A Dpmap.py977 print("\nExecuting: {:s}\n{:s}".format(command, lldb_run_command(command)))
H A Dmemory.py4226 … print(lldb_run_command("vm_page_info %s 0x%x" % (cmd_args[0], unsigned(vmp.vmp_offset))))
4508 print(lldb_run_command('p *memorystatus_jetsam_snapshot'))
4855 print(lldb_run_command(cmd))