summaryrefslogtreecommitdiff
path: root/gdb/bfin-tdep.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* Use a previously unused variable in bfin-tdep.cTom Tromey2018-07-221-1/+1
* Remove regcache_cooked_writeSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_writeSimon Marchi2018-05-301-1/+1
* Remove regcache_raw_readSimon Marchi2018-05-301-1/+1
* 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
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-1/+1
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Use XCNEW gdbarch_tdepYao Qi2017-05-241-1/+1
* Delegate opcodes to select disassembler in GDBYao Qi2017-05-241-1/+0
* Add BFIN_MAX_REGISTER_SIZEAlan Hayward2017-04-071-2/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi2016-11-031-1/+2
* Add default_breakpoint_from_pcYao Qi2016-11-031-8/+0
* New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-0/+4
* Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi2016-11-031-14/+22
* remove trivialy unused variablesTrevor Saunders2016-05-071-11/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Use value_contents instead of value_contents_writeableYao Qi2015-11-161-1/+1
* PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans2015-10-261-2/+2
* Add some more casts (1/2)Simon Marchi2015-09-251-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
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* 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
* Use gdb_byte for bytes from the program being debugged.Pedro Alves2013-03-011-1/+1
* * mem-break.c: Remove obsolete comment.Tom Tromey2013-01-171-5/+5
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* * amd64-tdep.c (amd64_return_value): Revert previous changeSiddhesh Poyarekar2012-09-271-2/+2
* * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.Siddhesh Poyarekar2012-09-261-2/+2
* * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar2012-09-251-4/+2
* gdb/Maciej W. Rozycki2012-05-161-1/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* * bfin-tdep.c (bfin_extract_return_value): Fix swappedmatt rice2011-07-201-1/+1
* gdb/Pedro Alves2011-03-181-0/+1
* gdb/Pedro Alves2011-03-181-4/+9
* gdb: blackfin: enable simulator supportMike Frysinger2011-03-061-0/+2
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-1/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* Fix style warnings detected by server in new Blackfin codeMike Frysinger2010-12-301-5/+5
* gdb: bfin: new portMike Frysinger2010-12-291-0/+862