Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] MIParser Change

> >Yes, speed/performance was not part of the equation, but rather getting
> >the parsing protocol MI right.  But now its a good time to look at the issue.
> 
> I certainly was not complaining, we (I actually) just had to fix it, so I 
> figured I'd send mail out. Makes a huge difference on the java side, now if 
> GDB were not so slow. We are seeing array retrieval at the rate of about 
> 750 entries/second on a fast Linux machine. That makes opening anything 16k 
> or over blow the default timeout.
> 

Yes, we've seen this too:

char buffer[2000000];

-var-create buffer
..
-var-list-children var1
..

Can be a killer on the target.



Back to the top