This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/11316] New: response time of output command slows down from gdb 7.0.1 to gdb 7.0.50


Hello.

I have use two version of gdb under Windows.

http://sourceforge.net/projects/mingw/files/GNU%20Source-Level%20Debugger/GDB-7.0.1/gdb-7.0.1-mingw32-bin.tar.gz/download
and
http://sourceforge.net/projects/mingw/files/GNU%20Source-Level%20Debugger/GDB-7.0.50.20100202/gdb-7.0.50.20100202-mingw32-bin.tar.gz/download

I have found that when I'm debugging a DLL file, in which, I would like to
output the wxString value. So, I use these command ( m_Buffer is a wxString)

output /c m_Buffer.m_pchData[0]@((wxStringData*)m_Buffer.m_pchData - 1)->nDataLength

GDB7.0.1 responses quite fast, but GDB7.0.50 has a noticeable time delay. Is
this a regression. In fact, we have several discussion here in the Codeblocks
forums:

http://forums.codeblocks.org/index.php/topic,11301.msg81615.html#msg81615

By the way, I even build gdb7.0.90 current snapshot myself under Msys system,
but these time lag still exists. Can someone help me? 

Thanks.

-- 
           Summary: response time of output command slows down from gdb
                    7.0.1 to gdb 7.0.50
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: asmwarrior at gmail dot com
                CC: gdb-prs at sourceware dot org
 GCC build triplet: Windows
  GCC host triplet: Windows
GCC target triplet: Windows


http://sourceware.org/bugzilla/show_bug.cgi?id=11316

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]