* 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
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2006-01-10 Mark Kettenis <kettenis@gnu.org>
|
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):
|
* target.h (target_read_memory_partial, target_write_memory_partial):
|
||||||
Change second argument to 'gdb_byte *'.
|
Change second argument to 'gdb_byte *'.
|
||||||
* target.c (target_xfer_memory_partial): Change third argument to
|
* 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;
|
long word_size;
|
||||||
char word_asize;
|
char word_asize;
|
||||||
char aschar;
|
char aschar;
|
||||||
char *mbuf;
|
gdb_byte *mbuf;
|
||||||
int nr_bytes;
|
int nr_bytes;
|
||||||
long offset = 0;
|
long offset = 0;
|
||||||
int optind = 0;
|
int optind = 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue