aboutsummaryrefslogtreecommitdiff
path: root/gdb/varobj.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-07varobj: Cleanup dead codeSimon Marchi1-101/+18
2016-01-31Fix some comments in varobj.{c,h}Simon Marchi1-3/+3
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves1-4/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-09varobj zero-padded hexadecimal formatLuis Machado1-2/+3
2015-09-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+2
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-10/+6
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-24/+31
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-22/+22
2015-02-10Finish constification of varobj interfaceSimon Marchi1-8/+9
2015-01-30Fix varobj_delete commentSimon Marchi1-3/+4
2015-01-30Mention that create_child takes ownership of the allocated nameSimon Marchi1-1/+4
2015-01-30Constify some parameters in the varobj codeSimon Marchi1-30/+30
2015-01-30Set varobj->path_expr in varobj_get_path_exprSimon Marchi1-4/+5
2015-01-30Free results of varobj_get_expressionSimon Marchi1-1/+2
2015-01-30Free results of varobj_get_type and type_to_stringSimon Marchi1-2/+8
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-01Move `_initialize_varobj' to the end of varobj.cMaciej W. Rozycki1-18/+18
2014-08-07Include string.h in common-defs.hGary Benson1-2/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-09Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess1-10/+10
2014-06-18constify struct block in some placesTom Tromey1-1/+1
2014-06-12Use varobj_is_dynamic_p more widelyYao Qi1-6/+5
2014-06-12Rename varobj_pretty_printed_p to varobj_is_dynamic_pYao Qi1-1/+3
2014-06-12Remove #if HAVE_PYTHONYao Qi1-15/+5
2014-06-12Iterate over 'struct varobj_item' instead of PyObjectYao Qi1-50/+26
2014-06-12Generalize varobj iteratorYao Qi1-77/+35
2014-06-12Use 'struct varobj_item' to represent name and value pairYao Qi1-25/+40
2014-05-08rename "set debugvarobj" to "set debug varobj"Tom Tromey1-2/+2
2014-03-28[varobj] false type-changed status for reference to Ada arrayJoel Brobecker1-1/+10
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-19Fix typoYao Qi1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-07Remove varobj_language_string, languages and varobj_languagesYao Qi1-41/+2
2013-10-27Rename field 'lang' to 'lang_ops'.Yao Qi1-15/+15
2013-10-25New field la_varobj_ops in struct language_defnYao Qi1-3/+1
2013-10-17gdb/Yao Qi1-1284/+44
2013-10-14gdb/Yao Qi1-117/+54
2013-10-04Fix FIXME: xstrdup should not be hereYao Qi1-9/+9
2013-10-01gdb/Yao Qi1-111/+81
2013-10-01gdb/Yao Qi1-14/+1
2013-10-01gdb/Yao Qi1-9/+0
2013-08-29gdb/Yao Qi1-2/+2
2013-05-30fix varobj.cTom Tromey1-3/+1
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey1-82/+100
2013-04-09Fix build failure in varobj.c:update_dynamic_varobj_children...Joel Brobecker1-1/+1
2013-03-12 * ada-lang.c (ada_read_renaming_var_value): Pass constKeith Seitz1-2/+2