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

GDB engine perifferial registers view on bare metal devices not updating

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • Qt Creator 4.14.1
    • Debugger
    • None

    Description

      in GdbEngine::handlePeripheralRegisterListValues(..)

      // Regexp to match for '0x50060800:\t0\n'.
      const QRegularExpression re("^(0x[0-9A-F]):\\t(\\d)
      n$");

      seems not match gdb output.

      Suggest: const QRegularExpression re("^(0x[0-9A-F]):\\t(\d)
      n$"); 

      Attachments

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

        Activity

          People

            hjk hjk
            askqt Anton Kholodilin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes