Skip to content
Snippets Groups Projects
Commit d982b216 authored by hjk's avatar hjk Committed by hjk
Browse files

debugger: rework dumping arrays of plain data


Simple array data can be fetched in one go.
The "normal" way gdb asks the server for contents is one item
at a time, at ~3ms per round trip. Now we get 2000 in 200ms.

This also introduces a re-usable readRawMemory function and
removes a few checkAccess calls which will be triggered anyways.

Change-Id: Ic07a3d6593fd2ea45f7a8058509118fe22a845bb
Reviewed-by: default avatarhjk <qthjk@ovi.com>
parent 6f5e48be
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment