diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2014-06-04 05:07:40 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2014-06-04 05:07:40 +0000 |
| commit | 20f834b9abe9f8a19562dc787d5085e59e57e695 (patch) | |
| tree | fecf53e941407040240f7e662559abf4cb3db2b4 /lldb/docs | |
| parent | 425f00817c3ae439e3dadeb36d2d291819f22dda (diff) | |
| download | bcm5719-llvm-20f834b9abe9f8a19562dc787d5085e59e57e695.tar.gz bcm5719-llvm-20f834b9abe9f8a19562dc787d5085e59e57e695.zip | |
Fix a couple minor typos in $qMemoryRegionInfo packet docs.
llvm-svn: 210163
Diffstat (limited to 'lldb/docs')
| -rw-r--r-- | lldb/docs/lldb-gdb-remote.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/docs/lldb-gdb-remote.txt b/lldb/docs/lldb-gdb-remote.txt index cc4fb5ddb4b..d15cc728bfc 100644 --- a/lldb/docs/lldb-gdb-remote.txt +++ b/lldb/docs/lldb-gdb-remote.txt @@ -791,7 +791,7 @@ not supported. // "qMemoryRegionInfo:<addr>" // // BRIEF -// Get information about the address the range that contains "<addr>" +// Get information about the address range that contains "<addr>" // // PRIORITY TO IMPLEMENT // Medium. This is nice to have, but it isn't necessary. It helps LLDB @@ -809,7 +809,7 @@ We added a way to get information for a memory region. The packet is: Where <addr> is a big endian hex address. The response is returned in a series of tuples like the data returned in a stop reply packet. The currently valid -tuples tp return are: +tuples to return are: start:<start-addr>; // <start-addr> is a big endian hex address that is // the start address of the range that contains <addr> |

