Age | Commit message (Expand) | Author | Files | Lines |
2021-08-02 | Avoid crash in varobj deletion | Tom Tromey | 1 | -2/+4 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-15 | Introduce expression::first_opcode | Tom Tromey | 1 | -3/+4 |
2020-12-11 | install_variable cannot fail | Tom Tromey | 1 | -9/+3 |
2020-12-11 | Use gdbpy_ref in instantiate_pretty_printer | Tom Tromey | 1 | -8/+3 |
2020-12-11 | Remove varobj_clear_saved_item | Tom Tromey | 1 | -13/+1 |
2020-12-11 | Change varobj_item::value to a value_ref_ptr | Tom Tromey | 1 | -16/+8 |
2020-12-11 | Change varobj_dynamic::child_iter to unique_ptr | Tom Tromey | 1 | -8/+4 |
2020-12-11 | Change varobj_dynamic::saved_item to unique_ptr | Tom Tromey | 1 | -8/+4 |
2020-12-11 | Change varobj_iter::next to return unique_ptr | Tom Tromey | 1 | -6/+4 |
2020-12-11 | C++-ify varobj iteration | Tom Tromey | 1 | -5/+5 |
2020-12-11 | Change all_root_varobjs to take a function_view | Tom Tromey | 1 | -6/+6 |
2020-12-11 | Change varobj.c:rootlist to a std::list | Tom Tromey | 1 | -56/+11 |
2020-12-11 | Use htab_t in varobj | Tom Tromey | 1 | -74/+35 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -12/+12 |
2020-09-16 | gdb: Convert language_data::la_varobj_ops to a method | Andrew Burgess | 1 | -1/+1 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -3/+3 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-26 | [gdb] Fix more typos in comments (2) | Tom de Vries | 1 | -1/+1 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-17 | [gdb] Fix typos in comments | Tom de Vries | 1 | -1/+1 |
2019-10-15 | gdb: Update comments that reference VEC or vec.h | Andrew Burgess | 1 | -4/+3 |
2019-10-15 | gdb: Remove vec.{c,h} and update code to not include vec.h | Andrew Burgess | 1 | -1/+0 |
2019-10-10 | Move declaration of varobjdebug to header | Christian Biesinger | 1 | -1/+1 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -0/+1 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
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 |