Pretty print of stdlib C++

Sysprogs forums Forums VisualGDB Pretty print of stdlib C++

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2341
    support
    Keymaster

    Hi,

    That is starting to look like a GCC or GDB bug. Can you try using a newer version? Will GDB accept map<...>::_RepType in another context? Will it handle map::key_type?

    #2342
    kbzowski
    Participant

    I made some research:
    GCC 4.4.6 + GDB 7.2 (Both Scientific Linux 6.3 defaults) – doesn’t work
    GCC 4.4.6 (from SL 6.3) + GDB 7.5.1 (Manually compiled) – doesn’t work
    GCC 4.8 (Manually compiled) + GDB 7.2 (from SL 6.3) – debugging doesn’t work at all 🙁
    GCC 4.8 + GDB 7.5.1 (Both manually compiled) – works perfect

    I’m a little disappointed. But using newest GCC and GDB has solved my problem.

    #2343
    support
    Keymaster

    We`re sorry to hear that most of the tool version combinations did not work, however we cannot do much about it, as the GNU tools are out of our control.
    We could only recommend using Ubuntu or other more popular Linux distributions that have bigger communities and fewer bugs.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.