Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/Debugger/Evaluator    [ Add a report in this area ]  
Report #:  15756   Status: Closed
Evaluate (not modify) packed registers
Project:  Delphi Build #:  9.0.1882.30496
Version:    10.0 Submitted By:   Florent Ouchet
Report Type:  Suggestion / Enhancement Request Date Reported:  9/7/2005 3:25:32 AM
Severity:    Commonly encountered problem Last Updated: 3/20/2012 2:24:39 AM
Platform:    All platforms Internal Tracking #:   232293
Resolution: Retest (Resolution Comments) Resolved in Build: : 7.0.4.453
Duplicate of:  None
Voting and Rating
Overall Rating: (1 Total Rating)
5.00 out of 5
Total Votes: None
Description
The evaluation window should be able to evaluate and modify packed registers: MM registers used by the MMX instruction set and XMM registers used by the SSE, SSE2 and SSE3 instruction sets.
To show (read-only) the content of a packed register, the evaluator should display all possible formats (packed bytes, packed words, packed dwords, packed qwords, packed singles, packed doubles).

The output may be formated as :
Bytes: [0] = XXX, [1] = XXX, [2] = XXX...
Words: [0] = XXX, [1] = XXX, [2] = XXX...
DWords: [0] = XXX, [1] = XXX, [2] = XXX...
QWords: [0] = XXX, [1] = XXX, [2] = XXX...
Singles: [0] = XXX, [1] = XXX, [2] = XXX...
Doubles: [0] = XXX, [1] = XXX, [2] = XXX...

This output may be displayed in the Evaluate debug window and in the Evaluation tooltip.
Steps to Reproduce:
None
Workarounds
None
Attachment
None
Comments

None

Server Response from: ETNACODE01