summaryrefslogtreecommitdiff
path: root/gdb/varobj.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-23Revert unexpected rename in previous patchSimon Marchi
2017-11-23Change int -> bool where applicable throughout varobjSimon 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-09-09Remove unnecessary function prototypes.John Baldwin
2017-05-04RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-02-23Use delete instead of xfree for varobj_itemYao Qi
2017-02-10Turn gdbpy_ref into a templateTom Tromey
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-31gdb/varobj.c: Fix leakPedro Alves
2017-01-10Remove ensure_python_envTom Tromey
2017-01-10Use gdbpy_enter_varobj in varobj_value_get_print_valueTom Tromey
2017-01-10Change type of encoding argument to gdbpy_extract_lazy_stringTom Tromey
2017-01-10Use gdbpy_enter_varobj in more of varobj.cTom Tromey
2017-01-10Introduce gdbpy_enter_varobj and use itTom 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-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-07-21Remove unused variable in gdb/varobj.c when built without Python supportPedro Alves
2016-02-07varobj: Cleanup dead codeSimon Marchi
2016-01-31Fix some comments in varobj.{c,h}Simon Marchi
2016-01-13Per-inferior/Inferior-qualified thread IDsPedro Alves
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-09varobj zero-padded hexadecimal formatLuis Machado
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves
2015-02-10Finish constification of varobj interfaceSimon Marchi
2015-01-30Fix varobj_delete commentSimon Marchi
2015-01-30Mention that create_child takes ownership of the allocated nameSimon Marchi
2015-01-30Constify some parameters in the varobj codeSimon Marchi
2015-01-30Set varobj->path_expr in varobj_get_path_exprSimon Marchi
2015-01-30Free results of varobj_get_expressionSimon Marchi
2015-01-30Free results of varobj_get_type and type_to_stringSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-09-01Move `_initialize_varobj' to the end of varobj.cMaciej W. Rozycki
2014-08-07Include string.h in common-defs.hGary Benson
2014-08-07Include gdb_assert.h in common-defs.hGary Benson
2014-07-09Improve MI -var-info-path-expression for nested struct/union case.Andrew Burgess
2014-06-18constify struct block in some placesTom Tromey