Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Asm_gmail <asmwarrior@gmail.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb@sourceware.org
Subject: Re: gdb-7.1 - last call before release (Wed, Mar 17th)
Date: Fri, 19 Mar 2010 02:12:00 -0000	[thread overview]
Message-ID: <4BA2DD0A.9030904@gmail.com> (raw)
In-Reply-To: <20100317141208.GJ3844@adacore.com>

On 2010-3-17 22:12, Joel Brobecker wrote:
>> But it seems the command interpreter is still a little slower than
>> the 7.0.1 version. As I have reported this issue in this maillist
>> before.
>> Sorry I can't compile it with -pg option. see here:
>> http://sourceware.org/ml/gdb/2010-03/msg00029.html
>>      
> I don't think that this is a blocking issue, but I would possibly
> consider delaying the release while someone investigates.  However,
> someone has to step up... Otherwise, I am afraid that we're just going
> to delay the release without a clear idea of how long the delay might be.
>
> I'm not going to start the process until later this afternoon (Pacific
> time). If someone steps up, then great, we can delay for a day or two
> to see what he finds.  Otherwise, there's always going to be 7.1.1 or
> 7.2...
>
>    
Hi, Joel
Today, I found that you have released the official 7.1 version. So I 
download it and build it again( MinGW32). I used it in Codeblocks, and 
it works fine.

But the only issue is:

It seems When I'm debugging a dll (it is a Codeblocks' plugin), then I 
put some watch variables in the watch window. Then I step in the source 
code, it seems that when the variables were in the current frame, it 
return the value very fast, like:

F:\cb_svn\src\plugins\codecompletion\parser\tokenizer.cpp:644:18273:beg:0x65ed34a3
 >>>>>>cb_gdb:
 > whatis m_LineNumber
type = unsigned int
 >>>>>>cb_gdb:
 > output m_LineNumber
1>>>>>>cb_gdb:
 > whatis m_TokenIndex
type = unsigned int
 >>>>>>cb_gdb:
 > output m_TokenIndex
0>>>>>>cb_gdb:

But when the variables was out of the current frame, see the debug log:
F:\cb_svn\src\plugins\codecompletion\parser\parserthread.cpp:448:14091:beg:0x65ec27c6
 >>>>>>cb_gdb:
 > whatis m_LineNumber
No symbol "m_LineNumber" in current context.
 >>>>>>cb_gdb:
 > output m_LineNumber
No symbol "m_LineNumber" in current context.
 >>>>>>cb_gdb:
 > whatis m_TokenIndex
No symbol "m_TokenIndex" in current context.
 >>>>>>cb_gdb:
 > output m_TokenIndex
No symbol "m_TokenIndex" in current context.
 >>>>>>cb_gdb:

At this time, the command interpreter runs really slow.

As I have said that output a wxString value is quite slow, today, I 
think this is another lag problem, not only the wxString ,but also a 
build-in type variable.

Thanks.

asmwarrior (ollydbg from codeblocks forum).




  reply	other threads:[~2010-03-19  2:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-16 16:11 Joel Brobecker
2010-03-17  1:59 ` Asm_gmail
2010-03-17 14:12   ` Joel Brobecker
2010-03-19  2:12     ` Asm_gmail [this message]
2010-03-19 15:07       ` Joel Brobecker
2010-03-24  1:21         ` Asm_gmail
2010-03-17 20:51 ` Ulrich Weigand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BA2DD0A.9030904@gmail.com \
    --to=asmwarrior@gmail.com \
    --cc=brobecker@adacore.com \
    --cc=gdb@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox