Age | Commit message (Expand) | Author | Files | Lines |
2024-11-23 | [gdb/contrib] Add two rules in common-misspellings.txt | Tom de Vries | 1 | -1/+1 |
2024-10-01 | Introduce and use operation::type_p | Tom Tromey | 1 | -4/+1 |
2024-04-25 | gdb: remove gdbcmd.h | Simon Marchi | 1 | -1/+1 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 1 | -1/+0 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-11-21 | gdb: Use C++17's std::make_unique instead of gdb::make_unique | Lancelot Six | 1 | -1/+1 |
2023-09-07 | Fix bug in -var-evaluate-expression | Tom Tromey | 1 | -0/+9 |
2023-09-07 | Remove variable_default_display | Tom Tromey | 1 | -11/+1 |
2023-09-07 | Remove dead code from varobj_set_display_format | Tom Tromey | 1 | -14/+1 |
2023-09-07 | Allow pretty-printer 'children' method to return strings | Tom Tromey | 1 | -0/+3 |
2023-08-23 | gdb: add gdb::make_unique function | Andrew Burgess | 1 | -1/+1 |
2023-06-05 | [gdb] Fix more typos | Tom de Vries | 1 | -1/+1 |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-01 | Remove evaluate_type | Tom Tromey | 1 | -1/+1 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -6/+6 |
2023-04-25 | Use scoped_restore in varobj.c | Tom Tromey | 1 | -3/+2 |
2023-03-28 | Put pretty-printers to_string output in varobj result | Tom Tromey | 1 | -21/+8 |
2023-02-19 | Convert block_objfile to method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Rely on value_ref_ptr::operator-> | Tom Tromey | 1 | -7/+7 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_fetch_lazy into a method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_lazy and set_value_lazy functions into methods | Tom Tromey | 1 | -8/+8 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -6/+6 |
2023-01-04 | Convert exp_uses_objfile to a method of expression | Tom Tromey | 1 | -2/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-19 | Use bool constants for value_print_options | Tom Tromey | 1 | -1/+1 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -4/+4 |
2022-08-11 | gdb/varobj: Only re-evaluate invalid globals during re_set | Lancelot SIX | 1 | -13/+5 |
2022-08-11 | gdb/varobj: Reset varobj after relocations have been computed | Tom de Vries | 1 | -14/+8 |
2022-08-11 | gdb/varobj: Do not invalidate locals in varobj_invalidate_iter | Lancelot SIX | 1 | -2/+0 |
2022-08-03 | gdb: Fix regression in varobj recreation | Lancelot SIX | 1 | -2/+7 |
2022-07-26 | gdb/varobj: Fix varobj_invalidate_iter | Lancelot SIX | 1 | -7/+13 |
2022-07-26 | gdb/varobj: Fix use after free in varobj | Lancelot SIX | 1 | -1/+65 |
2022-07-15 | Expose current 'print' settings to Python | Tom Tromey | 1 | -4/+9 |
2022-06-06 | Simplify varobj "change" logic | Tom Tromey | 1 | -5/+2 |
2022-04-27 | gdb: remove BLOCK_{START,END} macros | Simon Marchi | 1 | -2/+2 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -4/+4 |
2022-02-14 | Remove LA_PRINT_STRING | Tom Tromey | 1 | -2/+2 |
2022-01-26 | gdb: add string_file::release method | Simon Marchi | 1 | -1/+1 |
2022-01-18 | Move gdb_regex to gdbsupport | Tom Tromey | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-18 | gdbsupport: make gdb_assert_not_reached accept a format string | Simon Marchi | 1 | -2/+1 |
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 |