gdb/gdbserver/
* target.h (struct target_ops): Fix indent. * win32-low.c (win32_target_ops): Fix comment.
This commit is contained in:
parent
d93f7b5c95
commit
881127c98f
@ -1,3 +1,8 @@
|
||||
2011-08-14 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* target.h (struct target_ops): Fix indent.
|
||||
* win32-low.c (win32_target_ops): Fix comment.
|
||||
|
||||
2011-08-14 Andrew Jenner <andrew@codesourcery.com>
|
||||
Yao Qi <yao@codesourcery.com>
|
||||
|
||||
|
@ -313,7 +313,7 @@ struct target_ops
|
||||
|
||||
/* Read loadmaps. Read LEN bytes at OFFSET into a buffer at MYADDR. */
|
||||
int (*read_loadmap) (const char *annex, CORE_ADDR offset,
|
||||
unsigned char *myaddr, unsigned int len);
|
||||
unsigned char *myaddr, unsigned int len);
|
||||
|
||||
/* Target specific qSupported support. */
|
||||
void (*process_qsupported) (const char *);
|
||||
|
@ -1811,7 +1811,7 @@ static struct target_ops win32_target_ops = {
|
||||
NULL, /* supports_multi_process */
|
||||
NULL, /* handle_monitor_command */
|
||||
NULL, /* core_of_thread */
|
||||
NULL, /* read_fdpic_loadmap */
|
||||
NULL, /* read_loadmap */
|
||||
NULL, /* process_qsupported */
|
||||
NULL, /* supports_tracepoints */
|
||||
NULL, /* read_pc */
|
||||
|
Loading…
x
Reference in New Issue
Block a user