Consider addressable memory unit size in various value functions
[deliverable/binutils-gdb.git] / gdb / value.h
index e25f52bffca0416f58ffa01210792288f12ee3c0..82deaf21688749ddc816f276e693b55850d80c36 100644 (file)
@@ -571,8 +571,8 @@ extern int value_contents_eq (const struct value *val1, int offset1,
                              const struct value *val2, int offset2,
                              int length);
 
-/* Read LENGTH bytes of memory starting at MEMADDR into BUFFER, which
-   is (or will be copied to) VAL's contents buffer offset by
+/* Read LENGTH addressable memory units starting at MEMADDR into BUFFER,
+   which is (or will be copied to) VAL's contents buffer offset by
    EMBEDDED_OFFSET (that is, to &VAL->contents[EMBEDDED_OFFSET]).
    Marks value contents ranges as unavailable if the corresponding
    memory is likewise unavailable.  STACK indicates whether the memory
This page took 0.038345 seconds and 4 git commands to generate.