summaryrefslogtreecommitdiff
path: root/gdb/varobj.c
Commit message (Expand)AuthorAgeFilesLines
* Return gdbpy_ref from gdbpy_get_varobj_pretty_printerTom Tromey2018-11-041-8/+5
* Simple -Wshadow=local fixesTom Tromey2018-10-041-19/+20
* python: Make two functions return gdbpy_ref<>Simon Marchi2018-09-091-3/+3
* Fix segfault when invoking -var-info-path-expression on a dynamic varobjJan Vrany2018-07-311-0/+5
* Use thread_info and inferior pointers more throughoutPedro Alves2018-06-211-4/+4
* Change Python code to use new_referenceTom Tromey2018-04-301-3/+2
* Use new_reference for struct valueTom Tromey2018-04-301-1/+1
* Change varobj to use value_ref_ptrTom Tromey2018-04-061-21/+22
* Introduce a gdb_ref_ptr specialization for struct valueTom Tromey2018-04-061-4/+4
* MI: Allow non-raw varobj evaluationLeszek Swirski via gdb-patches2018-02-021-1/+1
* gdb: Don't store a thread-id for floating varobjAndrew Burgess2018-01-211-1/+2
* gdb: Remove out of date commentAndrew Burgess2018-01-211-1/+0
* gdb: PR mi/20395: Fix -var-update for registers in frames 1 and upAndrew Burgess2018-01-211-1/+2
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-3/+3
* gdb: Remove duplicate declaration of global innermost_blockAndrew Burgess2018-01-211-0/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* 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