summaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi2021-05-271-7/+9
* gdb: allow default_addressable_memory_unit_size to handle more casesAndrew Burgess2021-04-221-3/+5
* Print bfloat16 DWARF types correctlyLuis Machado2021-04-161-1/+7
* New gdbarch memory tagging hooksLuis Machado2021-03-241-0/+49
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi2020-11-191-2/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-3/+3
* gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-2/+1
* Remove the exec_bfd macroTom Tromey2020-10-291-2/+2
* gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi2020-10-201-1/+1
* Add new gdbarch method, read_core_file_mappingsKevin Buettner2020-07-221-0/+16
* gdb: Improve formatting of 'show endian' messagesAndrew Burgess2020-07-141-4/+4
* gdb: Improve formatting of 'show architecture' messagesAndrew Burgess2020-07-141-3/+3
* Recognize more program breakpoint patternsLuis Machado2020-01-291-0/+32
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* infcall, c++: allow more info to be computed for pass-by-reference valuesTankut Baris Aktemur2019-12-201-1/+1
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-2/+2