summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+3
* Don't emit gdbarch_return_valueTom Tromey2023-01-031-10/+0
* Add new overload of gdbarch_return_valueTom Tromey2023-01-031-11/+24
* 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-12/+12
* gdbarch.py: Fix indentation in the generated set_gdbarch_* definitionsThiago Jung Bauermann2022-12-051-203/+203
* gdbarch.py: Fix indentation in the generated gdbarch_dump functionThiago Jung Bauermann2022-12-051-548/+548
* [gdb] Improve printing of float formatsTom de Vries2022-11-301-5/+5
* PowerPC, fix support for printing the function return value for non-trivial v...Carl Love2022-11-141-0/+22
* Use enum for gdbarch's call_dummy_locationTom Tromey2022-10-311-3/+3
* Inline initialization of gdbarch membersTom Tromey2022-10-311-193/+97
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+1
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-15/+15
* gdb: add asserts to gdbarch_register_nameAndrew Burgess2022-10-021-1/+5
* gdb: constify auxv parse functionsSimon Marchi2022-09-291-1/+1
* Move solib_ops into gdbarchTom Tromey2022-09-201-0/+22
* Use registry in gdbarchTom Tromey2022-08-041-2/+2
* Use new and delete for gdbarchTom Tromey2022-08-041-215/+209
* Use bool in gdbarchTom Tromey2022-08-041-1/+1
* gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess2022-07-261-2/+2
* [AArch64] MTE corefile supportLuis Machado2022-07-191-0/+96
* gdb: use gdb::function_view for gdbarch_iterate_over_objfiles_in_search_order...Simon Marchi2022-05-051-2/+2
* gdb: make gdbarch_register_reggroup_p take a const reggroup *Andrew Burgess2022-04-071-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-469/+469
* gdb/gdbarch: compare some fields against 0 verify_gdbarchAndrew Burgess2022-03-141-0/+11
* gdb/gdbarch: remove the predicate function for gdbarch_register_typeAndrew Burgess2022-03-141-11/+0
* Move copyright code from gdbarch.py to new fileTom Tromey2022-03-021-1/+3
* Use filtered output for gdbarch dumpTom Tromey2022-01-051-267/+267
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove gdbarch.shTom Tromey2021-12-171-25/+2
* Do not sort the fields in gdbarch_dumpTom Tromey2021-12-171-520/+520
* Move ordinary gdbarch code to arch-utilsTom Tromey2021-12-171-508/+0
* gdb: Add aliases for read_core_file_mappings callbacksAaron Merey2021-11-161-1/+1
* gdb: make gdbarch_printable_names return a vectorSimon Marchi2021-08-121-20/+10
* gdb: remove gdbarch_info::tdep_infoSimon Marchi2021-06-281-3/+0
* gdb: make gdbarch_data_registry staticSimon Marchi2021-03-241-1/+1
* New gdbarch memory tagging hooksLuis Machado2021-03-241-1/+138
* Convert stap probes to create operationsTom Tromey2021-03-081-1/+1
* Convert dtrace probes to use operationsTom Tromey2021-03-081-3/+3
* gdb: make some variables staticSimon Marchi2021-01-201-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: move displaced stepping logic to gdbarch, allow starting concurrent disp...Simon Marchi2020-12-041-14/+99
* gdb: rename displaced_step_closure to displaced_step_copy_insn_closureSimon Marchi2020-12-041-2/+2
* gdb: remove `other` parameter in read_core_file_mappings parameterSimon Marchi2020-11-191-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-21/+21
* gdb: remove parameter of gdbarch_displaced_step_hw_singlestepSimon Marchi2020-10-291-2/+2
* gdb: make gdbarch_make_corefile_notes return a unique ptrSimon Marchi2020-10-211-1/+1
* gdb: make gdbarch_displaced_step_hw_singlestep return boolSimon Marchi2020-10-201-1/+1
* gdb: make gdbarch predicates return boolSimon Marchi2020-10-201-61/+61
* Use type_instance_flags more throughoutPedro Alves2020-09-141-4/+4