forked from Imagelibrary/binutils-gdb
gdbserver: add comments to read_inferior_memory function
Just adding some comments to the gdbserver read_inferior_memory function. No actual code changes.
This commit is contained in:
@@ -79,6 +79,8 @@ set_desired_process ()
|
||||
return proc != nullptr;
|
||||
}
|
||||
|
||||
/* See target.h. */
|
||||
|
||||
int
|
||||
read_inferior_memory (CORE_ADDR memaddr, unsigned char *myaddr, int len)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user