Age | Commit message (Expand) | Author | Files | Lines |
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-03-18 | Unify arch_float_type and init_float_type | Tom Tromey | 1 | -3/+3 |
2023-03-18 | Unify arch_boolean_type and init_boolean_type | Tom Tromey | 1 | -1/+1 |
2023-03-18 | Unify arch_integer_type and init_integer_type | Tom Tromey | 1 | -16/+17 |
2023-03-18 | Reuse existing builtin types | Tom Tromey | 1 | -1/+1 |
2023-02-15 | Have value::bits_synthetic_pointer return bool | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -3/+3 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Turn value_incref and value_decref into methods | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_bits_synthetic_pointer into a method | Tom Tromey | 1 | -3/+2 |
2023-02-13 | Turn some value_contents functions into methods | Tom Tromey | 1 | -6/+6 |
2023-02-13 | Turn value_zero into static "constructor" | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn allocate_computed_value into static "constructor" | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn allocate_value into a static "constructor" | Tom Tromey | 1 | -6/+6 |
2023-02-13 | Turn value_computed_closure and value_computed_funcs functions into methods | Tom Tromey | 1 | -5/+5 |
2023-02-13 | Turn deprecated_value_modifiable into method | Tom Tromey | 1 | -1/+1 |
2023-02-13 | Turn value_offset into method | Tom Tromey | 1 | -2/+2 |
2023-02-13 | Turn value_type into method | Tom Tromey | 1 | -25/+25 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-11-09 | Allow 'ptype/o' for assembly | Tom Tromey | 1 | -0/+7 |
2022-10-14 | Use scoped_value_mark in more places | Tom Tromey | 1 | -3/+2 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -20/+20 |
2022-09-21 | gdb: add type::length / type::set_length | Simon Marchi | 1 | -1/+1 |
2022-09-21 | gdb: remove TYPE_TARGET_TYPE | Simon Marchi | 1 | -13/+13 |
2022-05-10 | Always pass an explicit language down to c_type_print | Pedro Alves | 1 | -1/+1 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-10-25 | gdb: change functions returning value contents to use gdb::array_view | Simon Marchi | 1 | -10/+12 |
2021-10-05 | Add lval_funcs::is_optimized_out | Tom Tromey | 1 | -0/+1 |
2021-09-24 | Move value_true to value.h | Tom Tromey | 1 | -1/+1 |
2021-06-25 | gdb: use gdb::optional instead of passing a pointer to gdb::array_view | Andrew Burgess | 1 | -1/+1 |
2021-03-08 | Remove EVAL_SKIP | Tom Tromey | 1 | -1/+1 |
2021-03-08 | Remove union exp_element | Tom Tromey | 1 | -5/+0 |
2021-03-08 | Remove now-unused C evaluator code | Tom Tromey | 1 | -280/+0 |
2021-03-08 | Implement OpenCL ternary conditional operator | Tom Tromey | 1 | -0/+85 |
2021-03-08 | Implement OpenCL logical binary operations | Tom Tromey | 1 | -0/+48 |
2021-03-08 | Introduce opencl_structop_operation | Tom Tromey | 1 | -0/+28 |
2021-03-08 | Introduce opencl_notequal_operation | Tom Tromey | 1 | -3/+5 |
2021-03-08 | Implement OpenCL binary operations | Tom Tromey | 1 | -8/+9 |
2021-03-08 | Introduce opencl_cast_type_operation | Tom Tromey | 1 | -1/+2 |
2021-03-08 | Split out eval_opencl_assign | Tom Tromey | 1 | -8/+19 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-30 | Remove per-language op_name functions | Tom Tromey | 1 | -1/+0 |
2020-11-20 | language_lookup_primitive_type, std::function -> gdb::function_view | Pedro Alves | 1 | -1/+1 |
2020-11-14 | Add use of const in opencl-lang.c | Tom Tromey | 1 | -2/+2 |
2020-11-12 | gdb: rewrite how per language primitive types are managed | Andrew Burgess | 1 | -164/+80 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -10/+10 |
2020-09-16 | gdb: Remove language_data struct | Andrew Burgess | 1 | -6/+1 |
2020-09-16 | gdb: Convert language_data::la_op_print_tab to a method | Andrew Burgess | 1 | -1/+5 |
2020-09-16 | gdb: Convert language_data::la_exp_desc to a method | Andrew Burgess | 1 | -1/+5 |