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: [PATCH] MI: lvalues and variable_editable


Plus this change, of course.

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


*** varobj.h	01 Sep 2007 22:35:10 +1200	1.12
--- varobj.h	03 Nov 2007 12:13:27 +1300	
*************** extern int varobj_update (struct varobj 
*** 114,117 ****
--- 114,119 ----
  
  extern void varobj_invalidate (void);
  
+ extern int varobj_editable_p (struct varobj *var);
+ 
  #endif /* VAROBJ_H */


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