mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
More bugzilla 293480 - edited a couple more comments.
This commit is contained in:
parent
e2a14c751f
commit
e81078bb95
1 changed files with 4 additions and 8 deletions
|
@ -343,9 +343,8 @@ public class DsfMemoryBlock extends PlatformObject implements IMemoryBlockExtens
|
||||||
// | +--- bigDistance/distance |
|
// | +--- bigDistance/distance |
|
||||||
// | |
|
// | |
|
||||||
// | <------------------ length ----------------------------->|
|
// | <------------------ length ----------------------------->|
|
||||||
// | <------------------ newLength ---------------------------------->
|
|
||||||
// | +---------------------------------------------------------------+
|
// | +---------------------------------------------------------------+
|
||||||
// | | |
|
// | |<----------------- newLength --------------------------------->|
|
||||||
// | | Newly retrieved data |
|
// | | Newly retrieved data |
|
||||||
// |<-+->+---------------------------------------------------------------+
|
// |<-+->+---------------------------------------------------------------+
|
||||||
// | | address |
|
// | | address |
|
||||||
|
@ -434,25 +433,22 @@ public class DsfMemoryBlock extends PlatformObject implements IMemoryBlockExtens
|
||||||
// | Cached data from previous retrieve |
|
// | Cached data from previous retrieve |
|
||||||
// | |
|
// | |
|
||||||
// |<-- length -----> |
|
// |<-- length -----> |
|
||||||
// <-- newLength ----------> |
|
|
||||||
// +-----------------------+ |
|
// +-----------------------+ |
|
||||||
// | | |
|
// |<----- newLength ----->| |
|
||||||
// | Newly retrieved data | |
|
// | Newly retrieved data | |
|
||||||
// +-----------------------+ |
|
// +-----------------------+ |
|
||||||
// address| |
|
// address| |
|
||||||
// | |
|
// | |
|
||||||
// |<----------------------- length ----------------------------->|
|
// |<----------------------- length ----------------------------->|
|
||||||
// <------------------------------- newLength -------------------------->|
|
|
||||||
// +---------------------------------------------------------------------+
|
// +---------------------------------------------------------------------+
|
||||||
// | |
|
// | <----------------------------- newLength -------------------------->|
|
||||||
// | Newly retrieved data |
|
// | Newly retrieved data |
|
||||||
// +---------------------------------------------------------------------+
|
// +---------------------------------------------------------------------+
|
||||||
// address| |
|
// address| |
|
||||||
// | |
|
// | |
|
||||||
// |<----------------------- length ----------------------------->|
|
// |<----------------------- length ----------------------------->|
|
||||||
// <------------------------------- newLength --------------------------------->
|
|
||||||
// +---------------------------------------------------------------------------+
|
// +---------------------------------------------------------------------------+
|
||||||
// | |
|
// |<------------------------------ newLength -------------------------------->|
|
||||||
// | Newly retrieved data |
|
// | Newly retrieved data |
|
||||||
// +---------------------------------------------------------------------------+
|
// +---------------------------------------------------------------------------+
|
||||||
// address| |
|
// address| |
|
||||||
|
|
Loading…
Add table
Reference in a new issue