This is the mail archive of the gdb-patches@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]

Re: [RFA] print arrays with indexes


On Tue, Sep 20, 2005 at 12:31:32PM -0700, Joel Brobecker wrote:
> > >   1. If array size > threshold, then print indexes
> > >   2. If array size < threshold, then print indexes
> > 
> > The second, I think: it makes sense to ask for arrays that are not too
> > large to be printed with additional info.
> 
> This is fine with me.

I'm confused.  Wasn't Jim's point that he wanted "on for large arrays
only, too ugly for small arrays"?  Which is the first.

It sounds like we have legitimate reasons for both thresholds.  I'm
getting more inclined to implement neither for now, to prevent confusion.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


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