Lines Matching refs:cmd_args
472 def rsp_stop_reply(options, cmd, cmd_args, rsp): argument
510 def rsp_ok_means_supported(options, cmd, cmd_args, rsp): argument
512 print "%s%s is supported" % (cmd, cmd_args)
514 print "%s%s is not supported" % (cmd, cmd_args)
516 print "%s%s -> %s" % (cmd, cmd_args, rsp)
518 def rsp_ok_means_success(options, cmd, cmd_args, rsp): argument
522 print "%s%s is not supported" % (cmd, cmd_args)
524 print "%s%s -> %s" % (cmd, cmd_args, rsp)
526 def rsp_dump_key_value_pairs(options, cmd, cmd_args, rsp): argument
568 def rsp_vCont(options, cmd, cmd_args, rsp): argument
569 if cmd_args == '?':
591 rsp_stop_reply (options, cmd, cmd_args, rsp)
597 print "not supported (cmd = '%s', args = '%s', rsp = '%s')" % (cmd, cmd_args, rsp)
609 def rsp_qRegisterInfo(options, cmd, cmd_args, rsp): argument
611 print 'query_register_info(reg_num=%i):' % (int(cmd_args, 16)),
633 def rsp_qThreadInfo(options, cmd, cmd_args, rsp): argument
646 def rsp_hex_big_endian(options, cmd, cmd_args, rsp): argument
701 def rsp_alloc_memory(options, cmd, cmd_args, rsp): argument
714 def rsp_memory_bytes(options, cmd, cmd_args, rsp): argument
715 addr = Packet(cmd_args).get_hex_uint('big')
755 def rsp_read_one_reg(options, cmd, cmd_args, rsp): argument
756 packet = Packet(cmd_args)
789 def cmd_read_all_regs(cmd, cmd_args): argument
790 packet = Packet(cmd_args)
798 def rsp_read_all_regs(options, cmd, cmd_args, rsp): argument