Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -6/+6 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -18/+12 |
2019-04-04 | Move innermost_block_tracker global to parse_state | Tom Tromey | 1 | -4/+5 |
2019-03-23 | Have parser reset the innermost block tracker | Tom Tromey | 1 | -3/+3 |
2019-03-05 | Add ATTRIBUTE_UNUSED_RESULT to ref_ptr::release | Tom Tromey | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-04 | Return gdbpy_ref from gdbpy_get_varobj_pretty_printer | Tom Tromey | 1 | -8/+5 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -19/+20 |
2018-09-09 | python: Make two functions return gdbpy_ref<> | Simon Marchi | 1 | -3/+3 |
2018-07-31 | Fix segfault when invoking -var-info-path-expression on a dynamic varobj | Jan Vrany | 1 | -0/+5 |
2018-06-21 | Use thread_info and inferior pointers more throughout | Pedro Alves | 1 | -4/+4 |
2018-04-30 | Change Python code to use new_reference | Tom Tromey | 1 | -3/+2 |
2018-04-30 | Use new_reference for struct value | Tom Tromey | 1 | -1/+1 |
2018-04-06 | Change varobj to use value_ref_ptr | Tom Tromey | 1 | -21/+22 |
2018-04-06 | Introduce a gdb_ref_ptr specialization for struct value | Tom Tromey | 1 | -4/+4 |
2018-02-02 | MI: Allow non-raw varobj evaluation | Leszek Swirski via gdb-patches | 1 | -1/+1 |
2018-01-21 | gdb: Don't store a thread-id for floating varobj | Andrew Burgess | 1 | -1/+2 |
2018-01-21 | gdb: Remove out of date comment | Andrew Burgess | 1 | -1/+0 |
2018-01-21 | gdb: PR mi/20395: Fix -var-update for registers in frames 1 and up | Andrew Burgess | 1 | -1/+2 |
2018-01-21 | gdb: New API for tracking innermost block | Andrew Burgess | 1 | -3/+3 |
2018-01-21 | gdb: Remove duplicate declaration of global innermost_block | Andrew Burgess | 1 | -0/+1 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
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 |