Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Bug 90289: filtering target change events in the Registers/Variables views

Hi Mikhail,

We removed some view updates as we did not have any known use cases of 
them, and we wanted to avoid unceccessary view updating. Please file a bug 
if you want this added back (ASAP).

Thanks,

Darin




"Mikhail Khodjaiants" <mikhailk@xxxxxxx> 
Sent by: platform-debug-dev-bounces@xxxxxxxxxxx
06/08/2005 03:17 PM
Please respond to
"Eclipse Platform Debug component developers list."


To
<platform-debug-dev@xxxxxxxxxxx>
cc

Subject
[platform-debug-dev] Bug 90289: filtering target change events in the 
Registers/Variables views






Hi,
 
The CDT debugger fires target change events to notify the Registers view 
when user-defined register groups are added or removed. We also allow 
users to add global variables to the Variables view during the debugging 
session(an arguable decision, but customers are happy with it). These 
features stopped working since bug #90289 had been fixed. In these cases I 
can, probably, find a workaround by obtaining the current debug context 
(stack frame) and firing stack frame change events. But in general I don't 
think that filtering target change events was a good idea.
 
Thanks,
Mikhail Khodjaiants
QNX Software Systems_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev




Back to the top