Age | Commit message (Expand) | Author | Files | Lines |
2024-11-25 | Convert type copying to new hash table | Simon Marchi | 1 | -2/+2 |
2024-07-24 | [gdb/exp] Allow internal function to indicate return type | Tom de Vries | 1 | -8/+27 |
2024-02-27 | Change finalize_values into a final cleanup | Tom Tromey | 1 | -4/+0 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 1 | -17/+18 |
2024-01-12 | Update copyright year range in header of all files managed by GDB | Andrew Burgess | 1 | -1/+1 |
2023-12-24 | gdb: make value::allocate_register_lazy store id of next non-inline frame | Simon Marchi | 1 | -4/+4 |
2023-12-24 | gdb: remove VALUE_REGNUM, add value::regnum | Simon Marchi | 1 | -4/+10 |
2023-12-24 | gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id | Simon Marchi | 1 | -7/+9 |
2023-12-24 | gdb: remove read_frame_register_value's frame parameter | Simon Marchi | 1 | -3/+0 |
2023-12-24 | gdb: add type parameter to value::allocate_register and add value::allocate_r... | Simon Marchi | 1 | -4/+9 |
2023-12-24 | gdb: pass frame_info_ptr to gdbarch_value_from_register | Simon Marchi | 1 | -4/+3 |
2023-12-14 | gdb: add gdbarch_pseudo_register_write that takes a frame | Simon Marchi | 1 | -0/+22 |
2023-12-14 | gdb: read pseudo register through frame | Simon Marchi | 1 | -0/+26 |
2023-12-14 | gdb: add value::allocate_register | Simon Marchi | 1 | -0/+7 |
2023-12-14 | gdb: change value_of_register and value_of_register_lazy to take the next frame | Simon Marchi | 1 | -2/+7 |
2023-11-21 | gdb: Replace gdb::optional with std::optional | Lancelot Six | 1 | -2/+2 |
2023-09-20 | Remove explanatory comments from includes | Tom Tromey | 1 | -1/+1 |
2023-09-05 | Introduce type::is_array_like and value_to_array | Tom Tromey | 1 | -0/+4 |
2023-08-29 | Remove "highbound" parameter from value_array | Tom Tromey | 1 | -1/+1 |
2023-08-29 | Use gdb::array_view for value_array | Tom Tromey | 1 | -1/+1 |
2023-07-07 | gdb: check max-value-size when reading strings for printf | Andrew Burgess | 1 | -0/+5 |
2023-06-05 | gdb: building inferior strings from within GDB | Andrew Burgess | 1 | -2/+39 |
2023-05-25 | Fix scoped_value_mark not working with empty value chain | Ciaran Woodward | 1 | -2/+3 |
2023-05-23 | Add flags to parse_and_eval | Tom Tromey | 1 | -1/+1 |
2023-05-01 | Remove evaluate_type | Tom Tromey | 1 | -2/+0 |
2023-05-01 | Remove evaluate_expression | Tom Tromey | 1 | -9/+0 |
2023-03-29 | Pass a frame to value_at_lazy and value_from_contents_and_address | Tom Tromey | 1 | -4/+10 |
2023-03-27 | Add value_as_mpz and value_from_mpz | Tom Tromey | 1 | -0/+7 |
2023-03-02 | Fix some value comments | Tom Tromey | 1 | -0/+5 |
2023-02-28 | Remove value_in | Tom Tromey | 1 | -2/+0 |
2023-02-15 | Return bool from more value methods | Tom Tromey | 1 | -11/+11 |
2023-02-15 | Have value::bits_synthetic_pointer return bool | Tom Tromey | 1 | -3/+3 |
2023-02-15 | Change value::m_stack to bool | Tom Tromey | 1 | -5/+5 |
2023-02-15 | Change value::m_initialized to bool | Tom Tromey | 1 | -5/+5 |
2023-02-15 | Change value::m_lazy to bool | Tom Tromey | 1 | -8/+8 |
2023-02-15 | Change value::m_modifiable to bool | Tom Tromey | 1 | -4/+4 |
2023-02-13 | Remove deprecated_lval_hack | Tom Tromey | 1 | -10/+0 |
2023-02-13 | Introduce set_lval method on value | Tom Tromey | 1 | -0/+4 |
2023-02-13 | Make ~value private | Tom Tromey | 1 | -4/+6 |
2023-02-13 | Make struct value data members private | Tom Tromey | 1 | -6/+2 |
2023-02-13 | Turn record_latest_value into a method | Tom Tromey | 1 | -2/+3 |
2023-02-13 | Add value::set_modifiable | Tom Tromey | 1 | -0/+4 |
2023-02-13 | Turn various value copying-related functions into methods | Tom Tromey | 1 | -29/+66 |
2023-02-13 | Turn preserve_one_value into method | Tom Tromey | 1 | -2/+4 |
2023-02-13 | Turn some xmethod functions into methods | Tom Tromey | 1 | -11/+11 |
2023-02-13 | Turn set_value_component_location into method | Tom Tromey | 1 | -5/+4 |
2023-02-13 | Turn value_non_lval and value_force_lval into methods | Tom Tromey | 1 | -4/+7 |
2023-02-13 | Turn many optimized-out value functions into methods | Tom Tromey | 1 | -65/+59 |
2023-02-13 | Turn value_copy into a method | Tom Tromey | 1 | -2/+5 |
2023-02-13 | Turn remaining value_contents functions into methods | Tom Tromey | 1 | -27/+28 |