this changes the source window to try to use the new
line-table API, to display icons in the source window
indicating executable lines
next step should be making the markers clickable, to
set a breakpoint or pop up a menu for "advance"
or the like
This adds a couple of decorators that can be used to
mark functions as needing to be run in the gdb thread
or in the gtk thread.
This found at least one bug.
if you have a gdb that can wrap commands (not yet upstream)
then up/down/frame commands will update the source window
when a selected-frame event is available, we can change
the code to use that instead
Clicking in the left gutter of the source window will set a
breakpoint. Currently the effect of this is somewhat invisible,
because there is no way for the GUI to notice when breakpoints
are created.
This adds the "info windows" and "delete window" commands.
"info windows" unfortunately overlaps with the TUI's "info win".
So maybe we should rename this one.
This also adds a new "toplevel" component that knows how to track
windows.