summaryrefslogtreecommitdiff
path: root/gdb/avr-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix PR/16720Pierre Langlois2014-03-241-1/+1
* start change to progspace independenceTom Tromey2014-02-261-2/+2
* use bound_minsym as result for lookup_minimal_symbol et alTom Tromey2014-02-261-3/+4
* change minsym representationTom Tromey2014-02-261-1/+1
* replace XMALLOC with XNEWTom Tromey2014-01-131-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Because of:Sergio Durigan Junior2013-08-121-73/+0
* This patch implements the new gdbarch method gdbarch_gdb_signal_to_target.Sergio Durigan Junior2013-08-091-0/+73
* Remove unnecessary XMALLOC definitions.Pedro Alves2013-08-091-3/+0
* -Wpointer-sign: gdb_byte -> char.Pedro Alves2013-04-191-3/+5
* Use gdb_byte for bytes from the program being debugged.Pedro Alves2013-03-011-2/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* 2012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior2012-05-181-1/+0
* gdb/Maciej W. Rozycki2012-05-161-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* gdb/Pedro Alves2011-03-181-0/+1
* gdb/Pedro Alves2011-03-181-3/+6
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-63/+64
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* * gdb_assert.h (gdb_assert_not_reached): New macro.Doug Evans2010-08-181-1/+1
* 2010-02-17 Tristan Gingold <gingold@adacore.com>Tristan Gingold2010-02-171-4/+2
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* 2009-11-13 Tristan Gingold <gingold@adacore.com>Tristan Gingold2009-11-131-4/+8