summaryrefslogtreecommitdiff
path: root/gdb/varobj.c
Commit message (Expand)AuthorAgeFilesLines
* Revert unexpected rename in previous patchSimon Marchi2017-11-231-3/+3
* Change int -> bool where applicable throughout varobjSimon Marchi2017-11-231-145/+143
* Replace VEC (varobj_update_result) with std::vectorSimon Marchi2017-11-221-89/+57
* Make varobj::children an std::vectorSimon Marchi2017-11-221-45/+40
* Basic c++ification of varobjSimon Marchi2017-11-221-104/+29
* Remove cleanups from mi-cmd-var.cTom Tromey2017-09-291-5/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+1
* RAII-fy make_cleanup_restore_current_thread & friendsPedro Alves2017-05-041-4/+1
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-1/+1
* Use delete instead of xfree for varobj_itemYao Qi2017-02-231-2/+2
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-6/+6
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-21/+8
* gdb/varobj.c: Fix leakPedro Alves2017-01-311-1/+1
* Remove ensure_python_envTom Tromey2017-01-101-8/+0
* Use gdbpy_enter_varobj in varobj_value_get_print_valueTom Tromey2017-01-101-12/+9
* Change type of encoding argument to gdbpy_extract_lazy_stringTom Tromey2017-01-101-4/+3
* Use gdbpy_enter_varobj in more of varobj.cTom Tromey2017-01-101-30/+14
* 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