Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 324799 - Stop mode at cint00 and refresh without 'halt' event
Summary: Stop mode at cint00 and refresh without 'halt' event
Status: ASSIGNED
Alias: None
Product: RTSC
Classification: Technology
Component: Rta (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P2 normal (vote)
Target Milestone: ---   Edit
Assignee: Karl Wechsler CLA
QA Contact:
URL:
Whiteboard: target:3.40
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-08 16:52 EDT by Chris McCormick CLA
Modified: 2014-03-04 21:55 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris McCormick CLA 2010-09-08 16:52:32 EDT
If you open RTA on an already halted target, RTA does not receive the ‘onHalted’ event, so it doesn’t gather the stop mode data. Manually hitting the refresh button doesn’t work, either, since stop mode doesn’t do the read until it receives both an ‘onHalt’ event and a ‘refresh’ request (or auto-refresh is on). This is to prevent the data being read multiple times on a halt and to prevent the data from being read while the target is running. 

The simple fix for this would be to have RTA fake an onHalted event when it’s launched if the target is currently halted.

However, this exposes another problem we have. If you start at cint00 and open RTA, if stop mode tries to read the records it may send up old records which break Bruce’s end. I think this makes RTA unusable for anyone starting at cint00.

So we may need to fix the second issue before we can fix the first one. Or, it may be possible to get the ‘refresh’ button working so that the user can manually force the refresh, though this seems less ideal from a user perspective.

UIA will have this same problem, we haven’t done anything there yet that I know of to address it.  

Another approach would be for the host to be more tolerant of out of order data.

I thought there may be CQs filed for these issues, but I couldn't find any.
Comment 1 Dave Russo CLA 2014-03-04 21:55:30 EST
It's likely this has been addressed.  I'm reassigning this to Karl to verify.