aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* varobj zero-padded hexadecimal formatLuis Machado2015-12-091-2/+3
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+2
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-10/+6
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-24/+31
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-22/+22
* Finish constification of varobj interfaceSimon Marchi2015-02-101-8/+9
* Fix varobj_delete commentSimon Marchi2015-01-301-3/+4
* Mention that create_child takes ownership of the allocated nameSimon Marchi2015-01-301-1/+4
* Constify some parameters in the varobj codeSimon Marchi2015-01-301-30/+30
* Set varobj->path_expr in varobj_get_path_exprSimon Marchi2015-01-301-4/+5
* Free results of varobj_get_expressionSimon Marchi2015-01-301-1/+2
* Free results of varobj_get_type and type_to_stringSimon Marchi2015-01-301-2/+8
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Move `_initialize_varobj' to the end of varobj.cMaciej W. Rozycki2014-09-011-18/+18
* Include string.h in common-defs.hGary Benson2014-08-071-2/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess2014-07-091-10/+10
* constify struct block in some placesTom Tromey2014-06-181-1/+1
* Use varobj_is_dynamic_p more widelyYao Qi2014-06-121-6/+5
* Rename varobj_pretty_printed_p to varobj_is_dynamic_pYao Qi2014-06-121-1/+3
* Remove #if HAVE_PYTHONYao Qi2014-06-121-15/+5
* Iterate over 'struct varobj_item' instead of PyObjectYao Qi2014-06-121-50/+26
* Generalize varobj iteratorYao Qi2014-06-121-77/+35
* Use 'struct varobj_item' to represent name and value pairYao Qi2014-06-121-25/+40
* rename "set debugvarobj" to "set debug varobj"Tom Tromey2014-05-081-2/+2
* [varobj] false type-changed status for reference to Ada arrayJoel Brobecker2014-03-281-1/+10
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Fix typoYao Qi2013-11-191-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Remove varobj_language_string, languages and varobj_languagesYao Qi2013-11-071-41/+2
* Rename field 'lang' to 'lang_ops'.Yao Qi2013-10-271-15/+15
* New field la_varobj_ops in struct language_defnYao Qi2013-10-251-3/+1
* gdb/Yao Qi2013-10-171-1284/+44
* gdb/Yao Qi2013-10-141-117/+54
* Fix FIXME: xstrdup should not be hereYao Qi2013-10-041-9/+9
* gdb/Yao Qi2013-10-011-111/+81
* gdb/Yao Qi2013-10-011-14/+1
* gdb/Yao Qi2013-10-011-9/+0
* gdb/Yao Qi2013-08-291-2/+2
* fix varobj.cTom Tromey2013-05-301-3/+1
* * mi/mi-main.c: Include python-internal.h.Tom Tromey2013-05-201-82/+100
* Fix build failure in varobj.c:update_dynamic_varobj_children...Joel Brobecker2013-04-091-1/+1
* * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz2013-03-121-2/+2
* Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves2013-03-071-2/+2
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+0
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-6/+4