Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIEngine: Array evaluation and address check (#1427)
* MIEngine: Address is not an AD7MemoryAddress obj Handle condition where the address is not an AD7MemoryAddress object. On running multiple debug engines, it appears this gets called with a different object type. Signed-off-by: intel-rganesh rakesh.ganesh@intel.com * MIEngine: Allow direct array evaluation Allow direct array eval in memory window. Signed-off-by: intel-rganesh rakesh.ganesh@intel.com * MIEngine: Address review comments Address review comments for array evaluation and address check: 1> Use the correct constant in AD7Disassembly when pCodeContext is not AD7MemoryAddress. 2> Avoid creating new AD7Property to fetch variable information value. Signed-off-by: intel-rganesh rakesh.ganesh@intel.com --------- Signed-off-by: intel-rganesh rakesh.ganesh@intel.com Co-authored-by: Andrew Wang <waan@microsoft.com>
- Loading branch information