pyclewn version: 1.9
tracker id: 3577858
mercurial changeset: d5b5fcf30d22

Description:

    With arm-none-eabi-gdb the start of the output of 'gdb -version' is:

    GNU gdb (Sourcery CodeBench Lite 2011.09-69) 7.2.50.20100908-cvs
    Copyright (C) 2010 Free Software Foundation, Inc.

    and pyclewn parses the version as '2011.09-69' instead of '7.2.50.20100908'.
    This results in pyclewn using the wrong gdb 'frame' command.

    A comment at print_gdb_version() in gdb source code states:

    /* From GNU coding standards, first line is meant to be easy for a
    program to parse, and is just canonical program name and version
    number, which starts after last space. */


Solution:

    Parse the gdb version string according to GNU coding standards.


File:

    gdb.py

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Pyclewn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyclewn-general

Reply via email to