Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-main.c934 int row_byte; in mi_cmd_data_read_memory() local
936 for (row = 0, row_byte = 0; in mi_cmd_data_read_memory()
938 row++, row_byte += nr_cols * word_size) in mi_cmd_data_read_memory()
945 ui_out_field_core_addr (uiout, "addr", addr + row_byte); in mi_cmd_data_read_memory()
948 for (col = 0, col_byte = row_byte; in mi_cmd_data_read_memory()
969 for (byte = row_byte; byte < row_byte + word_size * nr_cols; byte++) in mi_cmd_data_read_memory()