aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [gdb] Fix common misspellingsTom de Vries2024-10-061-1/+1
* gdb, testsuite: clean duplicate header includesGerlicher, Klaus2024-09-301-1/+0
* gdb: add program_space parameter to lookup_minimal_symbolSimon Marchi2024-08-121-1/+2
* gdb: remove lookup_bound_minimal_symbolSimon Marchi2024-08-121-1/+1
* gdb: drop struct keyword when using bound_minimal_symbolSimon Marchi2024-08-121-2/+1
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi2024-04-231-0/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Fix casting in-memory values of primitive types to const referenceHannes Domani2024-03-201-1/+2
* Fix reinterpret_cast for classes with multiple inheritanceHannes Domani2024-03-201-2/+9
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-2/+2
* Allow value repeat operator on referencesHannes Domani2024-02-091-0/+2
* Use domain_search_flags in lookup_symbol et alTom Tromey2024-01-281-10/+4
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: fix frame passed to gdbarch_value_to_register in value_assignSimon Marchi2024-01-111-1/+2
* gdb: remove VALUE_REGNUM, add value::regnumSimon Marchi2023-12-241-9/+6
* gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_idSimon Marchi2023-12-241-4/+3
* gdb: remove stale comment in value_assignSimon Marchi2023-12-191-7/+0
* gdb: make get_frame_register_bytes take the next frameSimon Marchi2023-12-141-2/+1
* gdb: make put_frame_register_bytes take the next frameSimon Marchi2023-12-141-17/+15
* Allow calling of variadic C++ functionsHannes Domani2023-12-141-2/+8
* Fix dynamic_castHannes Domani2023-12-111-4/+8
* Allow cast of 128-bit integer to pointerTom Tromey2023-12-081-8/+6
* Use C++17 [[fallthrough]] attributeTom Tromey2023-11-291-3/+3
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-211-3/+3
* gdb: remove TYPE_FIELD_PACKEDSimon Marchi2023-08-311-1/+1
* gdb: remove TYPE_FIELD_ARTIFICIALSimon Marchi2023-08-311-2/+2
* Remove "highbound" parameter from value_arrayTom Tromey2023-08-291-16/+9
* Use gdb::array_view for value_arrayTom Tromey2023-08-291-1/+2
* gdb: building inferior strings from within GDBAndrew Burgess2023-06-051-12/+11
* [gdb] Fix typosTom de Vries2023-06-031-1/+1
* Replace field_is_static with a methodTom Tromey2023-05-011-3/+3
* Pass a frame to value_at_lazy and value_from_contents_and_addressTom Tromey2023-03-291-5/+6
* Use gdb_gmp for scalar arithmeticTom Tromey2023-03-271-6/+8
* Use type allocator for array typesTom Tromey2023-03-181-2/+2
* Use type allocator for range typesTom Tromey2023-03-181-2/+4
* Add operators and methods to gdb_mpqTom Tromey2023-03-141-9/+4
* Add methods and operators to gdb_mpzTom Tromey2023-03-141-1/+1
* Change value::m_stack to boolTom Tromey2023-02-151-1/+1
* Change value::m_lazy to boolTom Tromey2023-02-151-1/+1
* Remove deprecated_lval_hackTom Tromey2023-02-131-17/+17
* Introduce set_lval method on valueTom Tromey2023-02-131-2/+2
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-8/+7
* Turn some xmethod functions into methodsTom Tromey2023-02-131-1/+1
* Turn set_value_component_location into methodTom Tromey2023-02-131-1/+1
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-3/+3
* Turn value_copy into a methodTom Tromey2023-02-131-7/+7
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-23/+23
* Turn value_bits_synthetic_pointer into a methodTom Tromey2023-02-131-2/+2