aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert type copying to new hash tableSimon Marchi2024-11-251-2/+2
* [gdb/exp] Allow internal function to indicate return typeTom de Vries2024-07-241-8/+27
* Change finalize_values into a final cleanupTom Tromey2024-02-271-4/+0
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-17/+18
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: make value::allocate_register_lazy store id of next non-inline frameSimon Marchi2023-12-241-4/+4
* gdb: remove VALUE_REGNUM, add value::regnumSimon Marchi2023-12-241-4/+10
* gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_idSimon Marchi2023-12-241-7/+9
* gdb: remove read_frame_register_value's frame parameterSimon Marchi2023-12-241-3/+0
* gdb: add type parameter to value::allocate_register and add value::allocate_r...Simon Marchi2023-12-241-4/+9
* gdb: pass frame_info_ptr to gdbarch_value_from_registerSimon Marchi2023-12-241-4/+3
* gdb: add gdbarch_pseudo_register_write that takes a frameSimon Marchi2023-12-141-0/+22
* gdb: read pseudo register through frameSimon Marchi2023-12-141-0/+26
* gdb: add value::allocate_registerSimon Marchi2023-12-141-0/+7
* gdb: change value_of_register and value_of_register_lazy to take the next frameSimon Marchi2023-12-141-2/+7
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-2/+2
* Remove explanatory comments from includesTom Tromey2023-09-201-1/+1
* Introduce type::is_array_like and value_to_arrayTom Tromey2023-09-051-0/+4
* Remove "highbound" parameter from value_arrayTom Tromey2023-08-291-1/+1
* Use gdb::array_view for value_arrayTom Tromey2023-08-291-1/+1
* gdb: check max-value-size when reading strings for printfAndrew Burgess2023-07-071-0/+5
* gdb: building inferior strings from within GDBAndrew Burgess2023-06-051-2/+39
* Fix scoped_value_mark not working with empty value chainCiaran Woodward2023-05-251-2/+3
* Add flags to parse_and_evalTom Tromey2023-05-231-1/+1
* Remove evaluate_typeTom Tromey2023-05-011-2/+0
* Remove evaluate_expressionTom Tromey2023-05-011-9/+0
* Pass a frame to value_at_lazy and value_from_contents_and_addressTom Tromey2023-03-291-4/+10
* Add value_as_mpz and value_from_mpzTom Tromey2023-03-271-0/+7
* Fix some value commentsTom Tromey2023-03-021-0/+5
* Remove value_inTom Tromey2023-02-281-2/+0
* Return bool from more value methodsTom Tromey2023-02-151-11/+11
* Have value::bits_synthetic_pointer return boolTom Tromey2023-02-151-3/+3
* Change value::m_stack to boolTom Tromey2023-02-151-5/+5
* Change value::m_initialized to boolTom Tromey2023-02-151-5/+5
* Change value::m_lazy to boolTom Tromey2023-02-151-8/+8
* Change value::m_modifiable to boolTom Tromey2023-02-151-4/+4
* Remove deprecated_lval_hackTom Tromey2023-02-131-10/+0
* Introduce set_lval method on valueTom Tromey2023-02-131-0/+4
* Make ~value privateTom Tromey2023-02-131-4/+6
* Make struct value data members privateTom Tromey2023-02-131-6/+2
* Turn record_latest_value into a methodTom Tromey2023-02-131-2/+3
* Add value::set_modifiableTom Tromey2023-02-131-0/+4
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-29/+66
* Turn preserve_one_value into methodTom Tromey2023-02-131-2/+4
* Turn some xmethod functions into methodsTom Tromey2023-02-131-11/+11
* Turn set_value_component_location into methodTom Tromey2023-02-131-5/+4
* Turn value_non_lval and value_force_lval into methodsTom Tromey2023-02-131-4/+7
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-65/+59
* Turn value_copy into a methodTom Tromey2023-02-131-2/+5
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-27/+28