summaryrefslogtreecommitdiff
path: root/src/target/mips32.c
Commit message (Expand)AuthorAgeFilesLines
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-56/+56
* Remove whitespace that occurs before ')'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-1/+1
* - Fixes '<<' whitespacezwelch2009-06-231-4/+4
* C99 printf() -Werror fixesduane2009-06-211-3/+3
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-6/+6
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-2/+2
* - fix bug introduced during r1962ntfreak2009-06-111-1/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-2/+2
* Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf2009-05-201-0/+38
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-4/+0
* - fix mips issues with newer versions of gdbntfreak2009-01-131-15/+14
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+1
* jtag newtap change & huge manual updateduane2008-11-301-2/+2
* - change mips registers to std namesntfreak2008-11-281-4/+4
* - add support for hardware breakpoints to mips32 targetntfreak2008-11-171-0/+83
* Fixes SEGFAULT when setting registers from GDB.oharboe2008-10-071-1/+7
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-1/+1
* duan ellis target tcl work in progressoharboe2008-08-241-1/+1
* - merged mips target into svn trunkntfreak2008-07-261-0/+338