Searched refs:lldb_run_command (Results 1 – 11 of 11) sorted by relevance
39 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")
22 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)))
17 def lldb_run_command(cmdstring): function43 print(lldb_run_command(cmd_str))46 print(lldb_run_command(cmd_str))49 print(lldb_run_command(cmd_str))
98 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"))
302 lldb_run_command("log enable --file {:s} lldb api".format(lldb_log_filename))303 … lldb_run_command("log enable --file {:s} gdb-remote packets".format(lldb_log_filename))304 … lldb_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")
25 lldb_run_command,427 print(lldb_run_command("target modules add \"{:s}\"".format(filename)))
129 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]))
250 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])))
50 print(lldb_run_command('p/x *(x86_saved_state_t *) ' + hex(reg)))
977 print("\nExecuting: {:s}\n{:s}".format(command, lldb_run_command(command)))
4226 … 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))