aboutsummaryrefslogtreecommitdiff
path: root/gdb/bfin-tdep.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-16Pass return_method to _push_dummy_callAlan Hayward1-2/+2
2018-07-22Use a previously unused variable in bfin-tdep.cTom Tromey1-1/+1
2018-05-30Remove regcache_cooked_writeSimon Marchi1-1/+1
2018-05-30Remove regcache_raw_writeSimon Marchi1-1/+1
2018-05-30Remove regcache_raw_readSimon Marchi1-1/+1
2018-02-21class readable_regcache and pass readable_regcache to gdbarch pseudo_register...Yao Qi1-1/+1
2018-01-22Replace regcache_raw_read with regcache->raw_readYao Qi1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-1/+1
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-05-24Use XCNEW gdbarch_tdepYao Qi1-1/+1
2017-05-24Delegate opcodes to select disassembler in GDBYao Qi1-1/+0
2017-04-07Add BFIN_MAX_REGISTER_SIZEAlan Hayward1-2/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-03Remove GDBARCH_BREAKPOINT_MANIPULATION and SET_GDBARCH_BREAKPOINT_MANIPULATIONYao Qi1-1/+2
2016-11-03Add default_breakpoint_from_pcYao Qi1-8/+0
2016-11-03New gdbarch methods breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-0/+4
2016-11-03Split breakpoint_from_pc to breakpoint_kind_from_pc and sw_breakpoint_from_kindYao Qi1-14/+22
2016-05-07remove trivialy unused variablesTrevor Saunders1-11/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-16Use value_contents instead of value_contents_writeableYao Qi1-1/+1
2015-10-26PR symtab/17391 gdb internal error: assertion fails in regcache.c:178Doug Evans1-2/+2
2015-09-25Add some more casts (1/2)Simon Marchi1-1/+1
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-01-13replace XMALLOC with XNEWTom Tromey1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-03-01Use gdb_byte for bytes from the program being debugged.Pedro Alves1-1/+1
2013-01-17 * mem-break.c: Remove obsolete comment.Tom Tromey1-5/+5
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-09-27 * amd64-tdep.c (amd64_return_value): Revert previous changeSiddhesh Poyarekar1-2/+2
2012-09-26 * amd64-tdep.c (amd64_return_value): Use TYPE_LENGTH directly.Siddhesh Poyarekar1-2/+2
2012-09-25 * ada-valprint.c (ada_val_print_1): Eliminate single-useSiddhesh Poyarekar1-4/+2
2012-05-16 gdb/Maciej W. Rozycki1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+1
2011-07-20* bfin-tdep.c (bfin_extract_return_value): Fix swappedmatt rice1-1/+1
2011-03-18 gdb/Pedro Alves1-0/+1
2011-03-18 gdb/Pedro Alves1-4/+9
2011-03-06gdb: blackfin: enable simulator supportMike Frysinger1-0/+2
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-1/+2
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-12-30Fix style warnings detected by server in new Blackfin codeMike Frysinger1-5/+5
2010-12-29gdb: bfin: new portMike Frysinger1-0/+862