summaryrefslogtreecommitdiff
path: root/gdb/gdbarch.c
Commit message (Expand)AuthorAgeFilesLines
* Handle erroneous DW_AT_call_return_pcTom Tromey2023-04-211-0/+22
* PowerPC: fix _Float128 type output stringCarl Love2023-04-181-0/+22
* gdb: fix reg corruption from displaced stepping on amd64Andrew Burgess2023-04-061-2/+2
* displaced step: pass down target_waitstatus instead of gdb_signalPedro Alves2023-03-271-2/+2
* gdb: remove gdbarch_displaced_step_fixup_pAndrew Burgess2023-03-221-12/+2
* gdb: add gdbarch::displaced_step_buffer_lengthAndrew Burgess2023-03-131-0/+26
* gdbarch: remove some unneeded predefault="0" from gdbarch_components.pyAndrew Burgess2023-03-131-5/+5
* gdbarch: improve generation of validation in gdbarch gettersAndrew Burgess2023-03-131-9/+9
* gdbarch: use predefault for more value components within gdbarchAndrew Burgess2023-03-131-18/+6
* gdb/gdbarch: remove the 'invalid=None' state from gdbarch_components.pyAndrew Burgess2023-03-131-0/+16
* Remove old GNU indent directivesTom Tromey2023-02-271-1/+1
* Remove two unused fields from gdbarchTom Tromey2023-01-171-4/+0
* 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