summaryrefslogtreecommitdiff
path: root/gdb/varobj.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-23Change int -> bool where applicable throughout varobjSimon Marchi
2017-11-22Remove DEF_VEC_P (varobj_p)Simon Marchi
2017-11-22Replace VEC (varobj_update_result) with std::vectorSimon Marchi
2017-11-22Make varobj::children an std::vectorSimon Marchi
2017-11-22Basic c++ification of varobjSimon Marchi
2017-09-29Remove cleanups from mi-cmd-var.cTom Tromey
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-01-10Remove ensure_python_envTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-10-06Remove Java supportTom Tromey
2016-02-07varobj: Cleanup dead codeSimon Marchi
2016-01-31Fix some comments in varobj.{c,h}Simon Marchi
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-09varobj zero-padded hexadecimal formatLuis Machado
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-10Finish constification of varobj interfaceSimon Marchi
2015-02-02Mention which return values need to be freed in lang_varobj_opsSimon Marchi
2015-01-30Constify some parameters in the varobj codeSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-07-09Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess
2014-06-12Rename varobj_pretty_printed_p to varobj_is_dynamic_pYao Qi
2014-06-12Generalize varobj iteratorYao Qi
2014-02-20mark *_varobj_ops as "extern"Tom Tromey
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-11-07Remove varobj_language_string, languages and varobj_languagesYao Qi
2013-10-25New field la_varobj_ops in struct language_defnYao Qi
2013-10-25Minor coding style fixes in varobj.hJoel Brobecker
2013-10-17gdb/Yao Qi
2013-10-14gdb/Yao Qi
2013-10-06gdb/Yao Qi
2013-10-01gdb/Yao Qi
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-07-18gdb/Jean-Charles Delay
2011-03-14 Fix ARI warning about function names in first column.Pierre Muller
2011-01-122011-01-11 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-09-15gdbTom Tromey
2009-07-30gdb/Jan Kratochvil
2009-05-28gdbTom Tromey
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-05-28 Refactor varobj_update interface.Vladimir Prus
2008-04-09gdb/ChangeLogMarc Khouzam
2008-03-26 * varobj.h (varobj_floating_p): Declare.Vladimir Prus
2008-03-24 * varobj.c (struct varobj_root): New component thread_id.Vladimir Prus