| how eclipse synchronizes its views? [message #995653] |
Sun, 30 December 2012 14:47  |
ben agai Messages: 36 Registered: July 2012 |
Member |
|
|
hello, i have a general question about how eclipse synchronizes all its views.
when i debug c code in eclipse it is done with the gdb debugger, it means that the Variables view ,for example, is using the gdb as it's resource.
eclipse has many more views like 'registersView','DisassemblyView', 'BreakpointsView' etc.
my question is: if all the views are open and each on of them is using the gdb as its resource, how does eclipse synchronize each of the view's commands that are sent to the gdb?
how each of the views know when to send it's commands or wait till the other finishes it's own commands sending?
i have posted it in JDT, and have been told to post it here.
any help is appreciated.
thanks.
|
|
|