aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: pass program space to entry_point_addressSimon Marchi2024-07-151-1/+1
* Change gdbarch_inner_than to return boolTom Tromey2024-05-101-4/+4
* gdb: remove gdbcmd.hSimon Marchi2024-04-251-1/+1
* gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi2024-04-221-0/+1
* gdb: Introduce is_address_tagged target hookGustavo Romero2024-04-191-1/+1
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-261-1/+0
* Use std::string for disassembler optionsTom Tromey2024-03-221-3/+3
* gdb: pass frames as `const frame_info_ptr &`Simon Marchi2024-02-201-4/+5
* gdb: remove core_bfd macroSimon Marchi2024-02-061-1/+1
* Update copyright year range in header of all files managed by GDBAndrew Burgess2024-01-121-1/+1
* gdb: replace architecture_changed with new_architecture observerAndrew Burgess2023-10-161-0/+2
* gdb: remove target_gdbarchSimon Marchi2023-10-101-10/+2
* gdb: move set_target_gdbarch to inferior::set_archSimon Marchi2023-10-101-12/+8
* gdb: add inferior parameter to architecture_changed observableSimon Marchi2023-10-101-1/+2
* gdb: add inferior::{arch, set_arch}Simon Marchi2023-10-101-2/+2
* corefile/bug: Add hook to control the use of target description notes from co...Luis Machado2023-10-041-0/+10
* Remove explanatory comments from includesTom Tromey2023-09-201-1/+1
* [gdb] Fix typosTom de Vries2023-06-031-1/+1
* Handle erroneous DW_AT_call_return_pcTom Tromey2023-04-211-0/+6
* PowerPC: fix _Float128 type output stringCarl Love2023-04-181-0/+7
* Turn some value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-1/+1
* gdb: add supports_arch_info callback to gdbarch_registerLancelot SIX2023-02-021-2/+7
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-1/+1
* Don't emit gdbarch_return_valueTom Tromey2023-01-031-18/+18
* Add new overload of gdbarch_return_valueTom Tromey2023-01-031-0/+18
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* [aarch64] Fix removal of non-address bits for PAuthLuis Machado2022-12-161-0/+8
* [gdb] Improve printing of float formatsTom de Vries2022-11-301-4/+4
* PowerPC, fix support for printing the function return value for non-trivial v...Carl Love2022-11-141-0/+6
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-22/+11
* Fix null pointer representationsTaiseiIto2022-10-171-9/+9
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-3/+3
* gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess2022-10-021-2/+1
* Move solib_ops into gdbarchTom Tromey2022-09-201-0/+1
* Remove register_gdbarch_initTom Tromey2022-08-161-9/+1
* Use registry in gdbarchTom Tromey2022-08-041-109/+3
* Use new and delete for gdbarchTom Tromey2022-08-041-8/+4
* Use bool in gdbarchTom Tromey2022-08-041-1/+1
* gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess2022-07-261-1/+1
* gdb: move the type cast into gdbarch_tdepAndrew Burgess2022-07-211-2/+4
* Unify gdb printf functionsTom Tromey2022-03-291-64/+64
* Fix another crash with gdb parameters in PythonTom Tromey2022-01-261-2/+3
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Use filtered output in show callbacksTom Tromey2021-12-291-8/+8
* Send arch-utils error messages to gdb_stderrTom Tromey2021-12-291-4/+7
* Move ordinary gdbarch code to arch-utilsTom Tromey2021-12-171-0/+488
* gdb: Add aliases for read_core_file_mappings callbacksAaron Merey2021-11-161-10/+5
* gdb: make gdbarch_printable_names return a vectorSimon Marchi2021-08-121-11/+14
* gdb: remove gdbarch_info_initSimon Marchi2021-06-281-25/+1