Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-5181

Provide new gdb for Qt Creator 2.3 (7.3.x)

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • P2: Important
    • Qt Creator 2.5.0
    • None
    • Debugger
    • None

    Description

      Gdb 7.3 has several very interesting new features, such as providing the dynamic type of an object using python scripting, and notifications of changes to breakpoints (e.g. when they are resolved by loading a shared library).

      I'd like to start with this version of gdb:

        git clone git://sourceware.org/git/gdb.git
        cd gdb 
        git fetch --all 
        git checkout bc918f47c4326a431b32025f7f6418d435e90bb9 
      
      # Result: 
      # Author: Tom Tromey <tromey@redhat.com> 
      # Date: Mon Jun 20 17:53:28 2011 +0000 
      # * symtab.c (lookup_language_this): End loop if block is NULL. 
      

      Try to apply all necessary patches according to share/qtcreator/patches/README.
      If a patch does not fit, notify me.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            hjk hjk
            hjk hjk
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes