[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
[platform-debug-dev] Detecting variable closing
|
- From: Vladimir Prus <vladimir@xxxxxxxxxxxxxxxx>
- Date: Thu, 23 Nov 2006 21:20:42 +0300
- Delivered-to: platform-debug-dev@eclipse.org
- Organization: CodeSourcery
- User-agent: KMail/1.9.1
Hello,
to implement some CDT changes, I would like to detect the moment when a
composite variable in a variable view (for example, for structures) is
collapsed. When that happens, I want to send some command to the underlying
debugger (gdb), so that it does not spend time reading from the target the
values of children of the collapsed variable.
Unfortunately, I could not find the right way and after I've posted to
cdt-dev, it was suggested I ask this question here.
Anybody knows the right way, or can give some pointers?
Thanks in advance,
Volodya