Age | Commit message (Expand) | Author | Files | Lines |
2017-11-23 | Revert unexpected rename in previous patch | Simon Marchi | 1 | -3/+3 |
2017-11-23 | Change int -> bool where applicable throughout varobj | Simon Marchi | 1 | -145/+143 |
2017-11-22 | Replace VEC (varobj_update_result) with std::vector | Simon Marchi | 1 | -89/+57 |
2017-11-22 | Make varobj::children an std::vector | Simon Marchi | 1 | -45/+40 |
2017-11-22 | Basic c++ification of varobj | Simon Marchi | 1 | -104/+29 |
2017-09-29 | Remove cleanups from mi-cmd-var.c | Tom Tromey | 1 | -5/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+1 |
2017-05-04 | RAII-fy make_cleanup_restore_current_thread & friends | Pedro Alves | 1 | -4/+1 |
2017-04-05 | -Wwrite-strings: The Rest | Pedro Alves | 1 | -1/+1 |
2017-03-20 | Convert lvalue reference type check to general reference type check | Artemiy Volkov | 1 | -1/+1 |
2017-02-23 | Use delete instead of xfree for varobj_item | Yao Qi | 1 | -2/+2 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -6/+6 |
2017-02-02 | Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchy | Pedro Alves | 1 | -21/+8 |
2017-01-31 | gdb/varobj.c: Fix leak | Pedro Alves | 1 | -1/+1 |
2017-01-10 | Remove ensure_python_env | Tom Tromey | 1 | -8/+0 |
2017-01-10 | Use gdbpy_enter_varobj in varobj_value_get_print_value | Tom Tromey | 1 | -12/+9 |
2017-01-10 | Change type of encoding argument to gdbpy_extract_lazy_string | Tom Tromey | 1 | -4/+3 |
2017-01-10 | Use gdbpy_enter_varobj in more of varobj.c | Tom Tromey | 1 | -30/+14 |
2017-01-10 | Introduce gdbpy_enter_varobj and use it | Tom Tromey | 1 | -0/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -9/+8 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -105/+85 |
2016-11-08 | 'struct expression *' -> gdb::unique_xmalloc_ptr<expression> | Pedro Alves | 1 | -20/+11 |
2016-07-21 | Remove unused variable in gdb/varobj.c when built without Python support | Pedro Alves | 1 | -2/+2 |
2016-02-07 | varobj: Cleanup dead code | Simon Marchi | 1 | -101/+18 |
2016-01-31 | Fix some comments in varobj.{c,h} | Simon Marchi | 1 | -3/+3 |
2016-01-13 | Per-inferior/Inferior-qualified thread IDs | Pedro Alves | 1 | -4/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-12-09 | varobj zero-padded hexadecimal format | Luis Machado | 1 | -2/+3 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -10/+6 |
2015-07-31 | Mostly trivial enum fixes | Simon Marchi | 1 | -1/+1 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -24/+31 |
2015-02-27 | C++ keyword cleanliness, mostly auto-generated | Pedro Alves | 1 | -22/+22 |
2015-02-10 | Finish constification of varobj interface | Simon Marchi | 1 | -8/+9 |
2015-01-30 | Fix varobj_delete comment | Simon Marchi | 1 | -3/+4 |
2015-01-30 | Mention that create_child takes ownership of the allocated name | Simon Marchi | 1 | -1/+4 |
2015-01-30 | Constify some parameters in the varobj code | Simon Marchi | 1 | -30/+30 |
2015-01-30 | Set varobj->path_expr in varobj_get_path_expr | Simon Marchi | 1 | -4/+5 |
2015-01-30 | Free results of varobj_get_expression | Simon Marchi | 1 | -1/+2 |
2015-01-30 | Free results of varobj_get_type and type_to_string | Simon Marchi | 1 | -2/+8 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-09-01 | Move `_initialize_varobj' to the end of varobj.c | Maciej W. Rozycki | 1 | -18/+18 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-09 | Improve MI -var-info-path-expression for nested struct/union case. | Andrew Burgess | 1 | -10/+10 |
2014-06-18 | constify struct block in some places | Tom Tromey | 1 | -1/+1 |
2014-06-12 | Use varobj_is_dynamic_p more widely | Yao Qi | 1 | -6/+5 |