Skip to content
Snippets Groups Projects
Commit d12a47d5 authored by oharboe's avatar oharboe
Browse files

added some comments on meminfo command

git-svn-id: svn://svn.berlios.de/openocd/trunk@1948 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent aea132ca
No related branches found
No related tags found
No related merge requests found
...@@ -3488,7 +3488,9 @@ state. ...@@ -3488,7 +3488,9 @@ state.
@section Memory access commands @section Memory access commands
@anchor{Memory access} @anchor{Memory access}
@subsection meminfo @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 @subsection Memory peek/poke type commands
These commands allow accesses of a specific size to the memory These commands allow accesses of a specific size to the memory
system. Often these are used to configure the current target in some system. Often these are used to configure the current target in some
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment