aboutsummaryrefslogtreecommitdiff
path: root/src/target/mips32.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13reg_param_t -> struct reg_paramZachary T Welch1-1/+1
2009-11-13mem_param_t -> struct mem_paramZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-1/+1
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-56/+56
2009-06-23Remove whitespace that occurs before ')'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-1/+1
2009-06-23- Fixes '<<' whitespacezwelch1-4/+4
2009-06-21C99 printf() -Werror fixesduane1-3/+3
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-2/+2
2009-06-11- fix bug introduced during r1962ntfreak1-1/+1
2009-05-31Add wrappers for target->type->examined:zwelch1-2/+2
2009-05-20Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf1-0/+38
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-4/+0
2009-01-13- fix mips issues with newer versions of gdbntfreak1-15/+14
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+1
2008-11-30jtag newtap change & huge manual updateduane1-2/+2
2008-11-28- change mips registers to std namesntfreak1-4/+4
2008-11-17- add support for hardware breakpoints to mips32 targetntfreak1-0/+83
2008-10-07Fixes SEGFAULT when setting registers from GDB.oharboe1-1/+7
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-1/+1
2008-08-24duan ellis target tcl work in progressoharboe1-1/+1
2008-07-26- merged mips target into svn trunkntfreak1-0/+338