Age | Commit message (Expand) | Author | Files | Lines |
2022-10-10 | Remove frame_id_eq | Tom Tromey | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -27/+27 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -3/+3 |
2022-07-28 | Change allocation of type-copying hash table | Tom Tromey | 1 | -6/+5 |
2022-07-26 | gdb/varobj: Fix use after free in varobj | Lancelot SIX | 1 | -0/+27 |
2022-07-20 | gdb/value.c: add several headers to the include list | Christopher Di Bella | 1 | -0/+3 |
2022-04-27 | gdb: remove BLOCK_ENTRY_PC macro | Simon Marchi | 1 | -1/+1 |
2022-04-11 | gdb: remove symbol value macros | Simon Marchi | 1 | -3/+3 |
2022-04-06 | gdb: don't copy entirely optimized out values in value_copy | Simon Marchi | 1 | -5/+22 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -28/+28 |
2022-03-06 | gdb: constify parameter of value_copy | Simon Marchi | 1 | -4/+9 |
2022-03-06 | gdb: remove internalvar_funcs::destroy | Simon Marchi | 1 | -5/+0 |
2022-02-11 | Add initializers to bound_minimal_symbol | Tom Tromey | 1 | -6/+1 |
2022-01-26 | gdb/python: add gdb.history_count function | Andrew Burgess | 1 | -0/+8 |
2022-01-05 | Use filtered output in ordinary commands | Tom Tromey | 1 | -5/+5 |
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 | -1/+1 |
2021-12-03 | gdbsupport: add array_view copy function | Simon Marchi | 1 | -11/+11 |
2021-11-16 | gdb: fix length of array view returned by some value_contents functions | Simon Marchi | 1 | -3/+3 |
2021-11-16 | gdb: throw OPTIMIZED_OUT_ERROR rather than GENERIC_ERROR | Andrew Burgess | 1 | -2/+3 |
2021-10-29 | gdb: remove TYPE_FIELD_STATIC_PHYSADDR | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_STATIC_PHYSNAME | Simon Marchi | 1 | -1/+1 |
2021-10-29 | gdb: remove TYPE_FIELD_BITPOS | Simon Marchi | 1 | -6/+6 |
2021-10-29 | gdb: remove TYPE_FIELD_LOC_KIND | Simon Marchi | 1 | -1/+1 |
2021-10-27 | gdb: fix value.c build on 32-bits | Simon Marchi | 1 | -4/+5 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -35/+45 |
2021-10-05 | Remove 'varsize-limit' | Tom Tromey | 1 | -0/+10 |
2021-10-05 | Allow lazy 'zero' value | Tom Tromey | 1 | -1/+23 |
2021-10-05 | Add lval_funcs::is_optimized_out | Tom Tromey | 1 | -3/+14 |
2021-09-30 | gdb: remove TYPE_FIELD_NAME and FIELD_NAME macros | Simon Marchi | 1 | -1/+1 |
2021-09-23 | Change pointer_type to a method of struct type | Tom Tromey | 1 | -5/+3 |
2021-08-05 | Make value_copy also copy the stack data member | Zoran Zaric | 1 | -0/+2 |
2021-07-27 | gdb: remove VALUE_FRAME_ID and fix another frame debug issue | Andrew Burgess | 1 | -3/+2 |
2021-06-29 | gdb: introduce frame_debug_printf | Simon Marchi | 1 | -14/+14 |
2021-05-27 | gdb: remove add_alias_cmd overload that accepts a string | Simon Marchi | 1 | -2/+3 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -1/+1 |
2021-03-24 | gdb: remove current_top_target function | Simon Marchi | 1 | -1/+3 |
2021-03-08 | Remove some null checks | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -20/+10 |
2021-03-08 | Add an expr::operation_up to struct expression | Tom Tromey | 1 | -4/+24 |
2021-02-09 | Avoid crash from coerce_unspec_val_to_type | Tom Tromey | 1 | -1/+1 |
2021-01-28 | gdb: rename get_type_arch to type::arch | Simon Marchi | 1 | -2/+2 |
2021-01-28 | gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner} | Simon Marchi | 1 | -3/+4 |
2021-01-22 | gdb: remove TYPE_OBJFILE macro | Simon Marchi | 1 | -3/+3 |
2021-01-08 | gdb: user variables with components of dynamic type | Andrew Burgess | 1 | -2/+35 |
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 | -1/+1 |
2020-12-04 | Constify value_internal_function_name | Tom Tromey | 1 | -1/+1 |
2020-11-23 | Make function fixed_point_scaling_factor a method of struct type | Joel Brobecker | 1 | -1/+1 |
2020-11-23 | Make fixed_point_type_base_type a method of struct type | Joel Brobecker | 1 | -1/+1 |