aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce gdbpy_enter_varobj and use itTom Tromey2017-01-101-0/+7
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-9/+8
* Use ui_file_as_string throughout morePedro Alves2016-11-081-105/+85
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-20/+11
* Remove unused variable in gdb/varobj.c when built without Python supportPedro Alves2016-07-211-2/+2
* varobj: Cleanup dead codeSimon Marchi2016-02-071-101/+18
* Fix some comments in varobj.{c,h}Simon Marchi2016-01-311-3/+3
* Per-inferior/Inferior-qualified thread IDsPedro Alves2016-01-131-4/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* 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