diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-30 07:56:14 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-30 07:56:14 +0000 |
commit | d12a47d558dbe859f3ce8ab85b49eb72595cc854 (patch) | |
tree | 074176542276eae39c89c5433b8824a7c6949301 | |
parent | aea132ca48f33a98299f2a3013f0fdde9fe6103b (diff) | |
download | openocd_libswd-d12a47d558dbe859f3ce8ab85b49eb72595cc854.tar.gz openocd_libswd-d12a47d558dbe859f3ce8ab85b49eb72595cc854.tar.bz2 openocd_libswd-d12a47d558dbe859f3ce8ab85b49eb72595cc854.tar.xz openocd_libswd-d12a47d558dbe859f3ce8ab85b49eb72595cc854.zip |
added some comments on meminfo command
git-svn-id: svn://svn.berlios.de/openocd/trunk@1948 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 60987a99..d89e29ee 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -3488,7 +3488,9 @@ state. @section Memory access commands @anchor{Memory access} @subsection meminfo -display available RAM memory. +display available RAM memory on OpenOCD host. Used in OpenOCD regression testing scripts. Mainly +useful on embedded targets, PC type hosts have complimentary tools like Valgrind to address +resource tracking problems. @subsection Memory peek/poke type commands These commands allow accesses of a specific size to the memory system. Often these are used to configure the current target in some |