summaryrefslogtreecommitdiff
path: root/gdb/avr-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* Unify arch_pointer_type and init_pointer_typeTom Tromey2023-03-181-1/+1
* Remove arch_typeTom Tromey2023-03-181-2/+2
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-1/+1
* gdb: make gdbarch_alloc take ownership of the tdepSimon Marchi2023-01-051-3/+3
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-2/+2
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-7/+7
* gdb: final cleanup of various gdbarch_register_name methodsAndrew Burgess2022-10-021-4/+2
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-11/+11
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-5/+5
* Remove register_gdbarch_initTom Tromey2022-08-161-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-6/+6
* ODR warning for "struct stack_item"Tom Tromey2022-06-021-11/+11
* gdb: remove symbol value macrosSimon Marchi2022-04-111-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-12/+12
* Use filtered output in *-tdep commandsTom Tromey2022-01-051-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Do not call reinitialize_more_filter from avr_io_reg_read_commandTom Tromey2021-12-311-2/+0
* gdb: include gdbarch.h in all files extending gdbarch_tdepSimon Marchi2021-11-181-0/+1
* gdb: fix gdbarch_tdep ODR violationSimon Marchi2021-11-151-15/+21
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-1/+1
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* gdb: fix internal error in avr_frame_unwind_cacheSimon Marchi2021-04-041-1/+1
* gdb: remove current_top_target functionSimon Marchi2021-03-241-2/+4
* trad-frame cleanupsLuis Machado2021-01-191-3/+3
* Refactor struct trad_frame_saved_regsLuis Machado2021-01-041-16/+17
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-179/+179
* Use type_instance_flags more throughoutPedro Alves2020-09-141-7/+8
* gdb: make avr_integer_to_address generate code or data address based on typeCristiano De Alti2020-05-251-1/+4
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-7/+7
* 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
* Fix doc of AVR-specific command "info io_registers"Simon Marchi2019-12-041-1/+1
* Revert the header-sorting patchTom Tromey2019-04-061-12/+8
* Sort includes for files gdb/[a-f]*.[chyl].Tom Tromey2019-04-051-8/+12
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Pass return_method to _push_dummy_callAlan Hayward2018-11-161-2/+3
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-2/+2
* Remove regcache_cooked_writeSimon Marchi2018-05-301-1/+1
* Remove regcache_cooked_readSimon Marchi2018-05-301-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-2/+2
* Make target_read_alloc & al return vectorsSimon Marchi2018-04-071-21/+19
* Pass readable_regcache to gdbarch method read_pcYao Qi2018-02-211-2/+3
* class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi2018-02-211-1/+1
* Replace regcache_raw_read with regcache->raw_readYao Qi2018-01-221-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_infoTom Tromey2017-11-071-1/+1