[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] Addressable unit in memory viewer display
|
- From: Daniel Jacobowitz <drow@xxxxxxxxx>
- Date: Tue, 8 Jul 2008 17:04:14 -0400
- Delivered-to: cdt-dev@eclipse.org
- User-agent: Mutt/1.5.17 (2008-05-11)
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