Home | History | Annotate | Download | only in Commands

Lines Matching refs:Address

390             result.AppendErrorWithFormat ("%s takes a start address expression with an optional end address expression.\n", m_cmd_name.c_str());
594 // Use the last address and byte size and all options as they were
627 result.AppendError("invalid start address expression.");
638 result.AppendError("invalid end address expression.");
645 result.AppendErrorWithFormat("end address (0x%" PRIx64 ") must be greater that the start address (0x%" PRIx64 ").\n", end_addr, addr);
651 result.AppendErrorWithFormat("specify either the end address (0x%" PRIx64 ") or the count (--count %lu), not both.\n", end_addr, item_count);
690 Address address(addr, NULL);
691 bytes_read = target->ReadMemory(address, false, data_sp->GetBytes (), data_sp->GetByteSize(), error);
824 Address address (item_addr);
829 address,
1084 result.AppendErrorWithFormat ("%s takes a destination address when writing file contents.\n", m_cmd_name.c_str());
1091 result.AppendErrorWithFormat ("%s takes a destination address and at least one value.\n", m_cmd_name.c_str());
1111 result.AppendError("invalid address expression\n");
1165 command.Shift(); // shift off the address argument