pyclewn version: 1.7
tracker id: 3399261
mercurial changeset: d0c5bd23893a

Description:

    After starting a new gdb session, breakpoint signs may be placed
    in the wrong files.

    Step to reproduce::

        :!make  -C testsuite
        :Cfile testsuite/foobar
        :Cbreak main
        :Cbreak foo
        :Cquit
        :Cfile testsuite/foobar
        :Cbreak foo


Solution:

    The management of Vim netbeans annotations requires that
    annotations must never be deleted (see globalsignmap[] and
    buf->signmapused[] in netbeans vim source code). This means that
    the annotations for breakpoint 1, for example, may be associated
    with multiple buffers, since pyclewn handles multiple gdb
    sessions.


Files:

    buffer.py debugger.py netbeans.py simple.py

------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to