Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/mi/
HDmi-main.c1309 int nr_bytes; in mi_cmd_data_read_memory() local
1398 nr_bytes = target_read (current_target.beneath, in mi_cmd_data_read_memory()
1401 if (nr_bytes <= 0) in mi_cmd_data_read_memory()
1406 ui_out_field_int (uiout, "nr-bytes", nr_bytes); in mi_cmd_data_read_memory()
1446 if (col_byte + word_size > nr_bytes) in mi_cmd_data_read_memory()
1467 if (byte >= nr_bytes) in mi_cmd_data_read_memory()
/dragonfly/contrib/gdb-7/gdb/
HDremote.c6659 int nr_bytes; in remote_write_bytes_aux() local
6746 payload_length = remote_escape_output (myaddr, todo, p, &nr_bytes, in remote_write_bytes_aux()
6752 if (nr_bytes < todo && nr_bytes > 2 * REMOTE_ALIGN_WRITES) in remote_write_bytes_aux()
6756 new_nr_bytes = (((memaddr + nr_bytes) & ~(REMOTE_ALIGN_WRITES - 1)) in remote_write_bytes_aux()
6758 if (new_nr_bytes != nr_bytes) in remote_write_bytes_aux()
6760 p, &nr_bytes, in remote_write_bytes_aux()
6765 if (use_length && nr_bytes < todo) in remote_write_bytes_aux()
6771 plen += hexnumnstr (plen, (ULONGEST) nr_bytes, plenlen); in remote_write_bytes_aux()
6780 nr_bytes = bin2hex (myaddr, p, todo); in remote_write_bytes_aux()
6781 p += 2 * nr_bytes; in remote_write_bytes_aux()
[all …]