pyclewn version: 1.3
gdb version: 7.1
tracker id: 3054984
mercurial changeset: b4b5586d8f9d


Description:

    When folding a watched variable and hitting continue, pyclewn raises the
    exception ``invalid token`` after producing the error message ``all cmds
    have not been processed in results``.


Solution:

    Change the state to ``gdb_busy`` also after sending a command from
    ``MiCommand`` instances (not only from ``CliCommand`` instances).

    Starting with gdb 7.0, the gdb prompt does not terminate the
    command processing.  Change the processing of data received from
    gdb, so that in **all** gdb versions, the state machine ignores
    the gdb prompt, except on startup or after a ``SIGINT``.


Files:

    gdb.py gdbmi.py

------------------------------------------------------------------------------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users 
worldwide. Take advantage of special opportunities to increase revenue and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to