aboutsummaryrefslogtreecommitdiff
path: root/gdb/arch-utils.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-12gdb: pass inferior to gdbarch_update_pSimon Marchi1-14/+15
2024-08-12gdb: pass inferior to target_current_descriptionSimon Marchi1-2/+2
2024-08-08[gdb] Handle ^C during disassemblyTom de Vries1-1/+6
2024-08-05gdb: rename gdbarch.c to gdbarch-gen.cSimon Marchi1-1/+1
2024-07-15gdb: pass program space to entry_point_addressSimon Marchi1-1/+1
2024-05-10Change gdbarch_inner_than to return boolTom Tromey1-4/+4
2024-04-25gdb: remove gdbcmd.hSimon Marchi1-1/+1
2024-04-22gdb: move store/extract integer functions to extract-store-integer.{c,h}Simon Marchi1-0/+1
2024-04-19gdb: Introduce is_address_tagged target hookGustavo Romero1-1/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-03-22Use std::string for disassembler optionsTom Tromey1-3/+3
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-4/+5
2024-02-06gdb: remove core_bfd macroSimon Marchi1-1/+1
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-16gdb: replace architecture_changed with new_architecture observerAndrew Burgess1-0/+2
2023-10-10gdb: remove target_gdbarchSimon Marchi1-10/+2
2023-10-10gdb: move set_target_gdbarch to inferior::set_archSimon Marchi1-12/+8
2023-10-10gdb: add inferior parameter to architecture_changed observableSimon Marchi1-1/+2
2023-10-10gdb: add inferior::{arch, set_arch}Simon Marchi1-2/+2
2023-10-04corefile/bug: Add hook to control the use of target description notes from co...Luis Machado1-0/+10
2023-09-20Remove explanatory comments from includesTom Tromey1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-04-21Handle erroneous DW_AT_call_return_pcTom Tromey1-0/+6
2023-04-18PowerPC: fix _Float128 type output stringCarl Love1-0/+7
2023-02-13Turn some value_contents functions into methodsTom Tromey1-1/+1
2023-02-13Turn allocate_value into a static "constructor"Tom Tromey1-1/+1
2023-02-02gdb: add supports_arch_info callback to gdbarch_registerLancelot SIX1-2/+7
2023-01-05gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi1-1/+1
2023-01-03Don't emit gdbarch_return_valueTom Tromey1-18/+18
2023-01-03Add new overload of gdbarch_return_valueTom Tromey1-0/+18
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-16[aarch64] Fix removal of non-address bits for PAuthLuis Machado1-0/+8
2022-11-30[gdb] Improve printing of float formatsTom de Vries1-4/+4
2022-11-14PowerPC, fix support for printing the function return value for non-trivial v...Carl Love1-0/+6
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-22/+11
2022-10-17Fix null pointer representationsTaiseiIto1-9/+9
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-3/+3
2022-10-02gdb: update now gdbarch_register_name doesn't return nullptrAndrew Burgess1-2/+1
2022-09-20Move solib_ops into gdbarchTom Tromey1-0/+1
2022-08-16Remove register_gdbarch_initTom Tromey1-9/+1
2022-08-04Use registry in gdbarchTom Tromey1-109/+3
2022-08-04Use new and delete for gdbarchTom Tromey1-8/+4
2022-08-04Use bool in gdbarchTom Tromey1-1/+1
2022-07-26gdb: rename gdbarch_tdep struct to fix g++ 4.8 buildAndrew Burgess1-1/+1
2022-07-21gdb: move the type cast into gdbarch_tdepAndrew Burgess1-2/+4
2022-03-29Unify gdb printf functionsTom Tromey1-64/+64
2022-01-26Fix another crash with gdb parameters in PythonTom Tromey1-2/+3
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-29Use filtered output in show callbacksTom Tromey1-8/+8
2021-12-29Send arch-utils error messages to gdb_stderrTom Tromey1-4/+7