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

Debugger shows assembler when using cygwin gdb

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • Qt Creator 4.5.0
    • Debugger

    Description

      hi,

      The cygwin gdb provides the file path using /cygdrive. Could creator clean up the gdb debugger output on windows?

      Example:

       

      void GdbEngine::readGdbStandardOutput()
      {
      ....
      QString msg = m_gdbOutputCodec->toUnicode(m_inbuffer.constData() + start, end - start, &m_gdbOutputCodecState);
      msg = msg.replace(QRegularExpression("/cygdrive/(.)/"), "\\1:/");  handleResponse(msg);
      

       

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes