This is the mail archive of the gdb@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: evaluate more complex expressions using gdb


On Wed, Jun 27, 2007 at 01:59:57PM +0200, Bram Kuijper wrote:
> I guess that will be a browse through STL's internals then, since I substract 
> two std::vector<Type>::iterators from each other.

Right.  Those are not pointers.  It may be that GDB should be able to
evaluate the expression you asked for, but it will be very slow.

-- 
Daniel Jacobowitz
CodeSourcery


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