2002-02-04 Michael Snyder <msnyder@redhat.com>
* memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
This commit is contained in:
parent
911a6141c7
commit
f9ba071784
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-02-04 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
* memattr.c (_initialize_mem): Elaborate the help for 'mem' command.
|
||||||
|
|
||||||
2002-02-04 Daniel Jacobowitz <drow@mvista.com>
|
2002-02-04 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
|
* gdbserver/Makefile.in: Add regformats directory to INCLUDE_CFLAGS.
|
||||||
|
|
|
@ -506,7 +506,10 @@ _initialize_mem ()
|
||||||
{
|
{
|
||||||
add_com ("mem", class_vars, mem_command,
|
add_com ("mem", class_vars, mem_command,
|
||||||
"Define attributes for memory region.\n\
|
"Define attributes for memory region.\n\
|
||||||
Usage: mem <lo addr> <hi addr> [<mode> <width> <cache>]");
|
Usage: mem <lo addr> <hi addr> [<mode> <width> <cache>], \n\
|
||||||
|
where <mode> may be rw (read/write), ro (read-only) or wo (write-only), \n\
|
||||||
|
<width> may be 8, 16, 32, or 64, and \n\
|
||||||
|
<cache> may be cache or nocache");
|
||||||
|
|
||||||
add_cmd ("mem", class_vars, mem_enable_command,
|
add_cmd ("mem", class_vars, mem_enable_command,
|
||||||
"Enable memory region.\n\
|
"Enable memory region.\n\
|
||||||
|
|
Loading…
Reference in a new issue