summaryrefslogtreecommitdiff
path: root/gdb/avr-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Use XCNEW gdbarch_tdepYao Qi2017-05-241-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-1/+0
* Teach GDB that wchar_t is a built-in type in C++ modePedro Alves2017-04-121-0/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-3/+4
* GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-9/+4
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-1/+2
* Add some missing arch_..._type helpersUlrich Weigand2016-09-061-3/+2
* remove trivialy unused variablesTrevor Saunders2016-05-071-3/+0
* Fix argument passing for callDenis Chertykov2016-03-051-7/+9
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* gdb: Make use of 'add_info' to create info sub-commands.Andrew Burgess2015-11-111-3/+2
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-3/+0
* Change some void* to gdb_byte*Simon Marchi2015-10-091-2/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Clarify the address and pointer conversions on AVR.Pierre Langlois2014-07-251-5/+12
* Add support for the __flash qualifier on AVRPierre Langlois2014-07-151-5/+81
* Fix erroneous backtrace on avrxmega architectures.Pierre Langlois2014-04-081-1/+8