Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Addressable unit in memory viewer display

On Tue, Jul 08, 2008 at 03:46:07PM +0200, Sebastian Paluch wrote:
> data-read-memory in this example asks for 100 columns of 1 byte memory
> words - isn't it forcing gdb to read one-by-one?

Nope.  GDB will still read the entire region at once.  What size reads
go to your target depends on the remote debugging stub that GDB is
communicating with.

-- 
Daniel Jacobowitz
CodeSourcery


Back to the top