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: memory address ranges (-var-create)


 > > Insight seems to work even if you increase the length of the string with
 > > realloc.  Could it handle this case too?
 > 
 > I have no idea; I don't know how the Insight bits work/worked.  Sorry.

Presumably varobj_update could use strcmp somehow, instead of memcmp via
value_contents_equal, with the variable objects of strings.  Perhaps Insight
does something like this, although clearly not withing varobj.c (in the Tcl
code?).

-- 
Nick                                           http://www.inet.net.nz/~nickrob


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