* mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
'gdb_byte *'.
This commit is contained in:
parent
f6519ebcfe
commit
508416a13a
@ -1,5 +1,8 @@
|
||||
2006-01-10 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
|
||||
'gdb_byte *'.
|
||||
|
||||
* target.h (target_read_memory_partial, target_write_memory_partial):
|
||||
Change second argument to 'gdb_byte *'.
|
||||
* target.c (target_xfer_memory_partial): Change third argument to
|
||||
|
@ -761,7 +761,7 @@ mi_cmd_data_read_memory (char *command, char **argv, int argc)
|
||||
long word_size;
|
||||
char word_asize;
|
||||
char aschar;
|
||||
char *mbuf;
|
||||
gdb_byte *mbuf;
|
||||
int nr_bytes;
|
||||
long offset = 0;
|
||||
int optind = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user