Age | Commit message (Expand) | Author | Files | Lines |
2022-11-10 | gdb: Fix regressions caused by 041de3d73aa121f2ff0c077213598963bfb34b79 | Bruno Larsen | 1 | -2/+2 |
2022-11-10 | gdb/c++: Improve error messages in overload resolution | Bruno Larsen | 1 | -4/+49 |
2022-10-19 | internal_error: remove need to pass __FILE__/__LINE__ | Pedro Alves | 1 | -3/+2 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -5/+5 |
2022-10-03 | Improve GDB's baseclass detection with typedefs | Bruno Larsen | 1 | -3/+1 |
2022-10-02 | gdb: update now gdbarch_register_name doesn't return nullptr | Andrew Burgess | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -26/+26 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -33/+33 |
2022-04-20 | Replace symbol_objfile with symbol::objfile | Tom Tromey | 1 | -1/+1 |
2022-04-18 | Fix C++ cast of derived class to base class | Tom Tromey | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -1/+1 |
2022-04-08 | gdb/fortran: add support for accessing fields of extended types | Bernhard Heckel | 1 | -0/+9 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -23/+23 |
2022-02-06 | gdb: remove SYMBOL_TYPE macro | Simon Marchi | 1 | -5/+5 |
2022-02-06 | gdb: remove SYMBOL_CLASS macro, add getter | Simon Marchi | 1 | -2/+2 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-12-03 | gdb: trivial changes to use array_view | Simon Marchi | 1 | -18/+10 |
2021-12-03 | gdb: make extract_integer take an array_view | Simon Marchi | 1 | -2/+1 |
2021-12-03 | gdbsupport: add array_view copy function | Simon Marchi | 1 | -16/+19 |
2021-11-25 | PR gdb/28480: Improve ambiguous member detection | Bruno Larsen | 1 | -0/+28 |
2021-10-29 | gdb: remove TYPE_FIELD_ENUMVAL | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -4/+4 |
2021-10-29 | gdb: remove TYPE_FIELD_LOC_KIND | Simon Marchi | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -38/+41 |
2021-10-05 | Allow lazy 'zero' value | Tom Tromey | 1 | -11/+0 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -3/+3 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -5/+4 |
2021-07-27 | gdb: remove VALUE_FRAME_ID and fix another frame debug issue | Andrew Burgess | 1 | -8/+9 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -11/+13 |
2021-06-25 | gdb: replace NULL terminated array with array_view | Andrew Burgess | 1 | -31/+27 |
2021-06-25 | gdb: fix regression in evaluate_funcall for non C++ like cases | Andrew Burgess | 1 | -1/+6 |
2021-04-07 | gdb: allow casting to rvalue reference in more cases | Andrew Burgess | 1 | -2/+19 |
2021-04-01 | gdb: remove TYPE_DECLARED_CLASS | Simon Marchi | 1 | -1/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -2/+3 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -2/+2 |
2021-01-21 | Fix build errors for armhf | Luis Machado | 1 | -2/+4 |
2021-01-19 | Convert some frame functions to use gdb::array_view. | Luis Machado | 1 | -6/+6 |
2021-01-06 | Fix fixed-point binary operation type handling | Tom Tromey | 1 | -25/+38 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-09 | gdb: make get_discrete_bounds return bool | Simon Marchi | 1 | -2/+2 |
2020-11-23 | Make function fixed_point_scaling_factor a method of struct type | Joel Brobecker | 1 | -3/+3 |
2020-11-23 | gmp-utils: Convert the read/write methods to using gdb::array_view | Joel Brobecker | 1 | -4/+6 |
2020-11-15 | Add support for fixed-point type arithmetic | Joel Brobecker | 1 | -1/+73 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -73/+73 |
2020-10-12 | Reject ambiguous C++ field accesses (PR exp/26602) | Pedro Alves | 1 | -63/+164 |
2020-09-28 | Remove target_has_execution macro | Tom Tromey | 1 | -2/+2 |
2020-09-16 | gdb: Convert language_data::string_lower_bound to a method | Andrew Burgess | 1 | -2/+2 |
2020-09-16 | gdb: Fix an incorrect comment | Andrew Burgess | 1 | -1/+1 |
2020-09-16 | gdb: Convert language_data::c_style_arrays to a method | Andrew Burgess | 1 | -2/+2 |
2020-09-16 | gdb: Convert la_name_of_this to a method | Andrew Burgess | 1 | -2/+2 |