summaryrefslogtreecommitdiff
path: root/src/target/mips_m4k.c
Commit message (Expand)AuthorAgeFilesLines
* remove target_type register_command callbackZachary T Welch2009-11-241-10/+0
* target: create/use register_cache_invalidate()David Brownell2009-11-191-3/+3
* MIPS: no exit() callsDavid Brownell2009-11-161-6/+4
* target: no implicit #includes of "register.h"David Brownell2009-11-161-0/+1
* target: don't implicitly include "breakpoint.h"David Brownell2009-11-161-0/+1
* command_context_t -> struct command_contextZachary T Welch2009-11-131-4/+4
* target_t -> struct targetZachary T Welch2009-11-131-41/+41
* target_type_t -> struct target_typeZachary T Welch2009-11-131-1/+1
* breakpoint_t -> struct breakpointZachary T Welch2009-11-131-7/+7
* mips_m4k_common_t -> struct mips_m4k_commonZachary T Welch2009-11-131-2/+2
* mips_ejtag_t -> struct mips_ejtagZachary T Welch2009-11-131-10/+10
* mips32_common_t -> struct mips32_commonZachary T Welch2009-11-131-19/+19
* mips32_comparator_t -> struct mips32_comparatorZachary T Welch2009-11-131-4/+4
* watchpoint_t -> struct watchpointZachary T Welch2009-11-131-5/+5
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-1/+1
* target: remove unused interface fn that clutters codeØyvind Harboe2009-11-051-7/+0
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-211-7/+7
* Mahr, Stefan <Stefan.Mahr@sphairon.com> removes the endianness swapping in mi...oharboe2009-09-041-44/+0
* Refactor code, create target_state_name()duane2009-06-281-4/+4
* Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...duane2009-06-271-3/+13
* Oleksandr Tymoshenko <gonzo@bluezbox.com> simple watchpoint supportoharboe2009-06-251-4/+111
* Remove whitespace at end of lines, step 1.zwelch2009-06-231-19/+19
* Remove whitespace that occurs before ')'.zwelch2009-06-231-4/+4
* Remove whitespace that occurs after '('.zwelch2009-06-231-4/+4
* - Fixes '=' whitespacezwelch2009-06-231-1/+1
* - Fixes '!=' whitespacezwelch2009-06-231-1/+1
* - Replace 'for(' with 'for ('.zwelch2009-06-231-2/+2
* - Replace 'switch(' with 'switch ('.zwelch2009-06-231-2/+2
* - Replace 'while(' with 'while ('.zwelch2009-06-231-1/+1
* - Replace 'if(' with 'if ('.zwelch2009-06-231-6/+6
* C99 printf() -Werror fixesduane2009-06-211-9/+9
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-22/+22
* Transform 'u16' to 'uint16_t'zwelch2009-06-181-4/+4
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-7/+7
* Further cleanup to MIPS target read/write memory function:zwelch2009-06-121-38/+13
* David Claffey <dnclaffey@gmail.com>:zwelch2009-06-121-8/+57
* Encapsulate jtag_reset_config using accessors:zwelch2009-06-091-1/+2
* Encapsulate the jtag_trst and jtag_srst variables:zwelch2009-06-091-1/+1
* Rename jtag_add_end_state to jtag_set_end_state since "add" implies thatoharboe2009-06-041-5/+5
* Scrub final vestiges of in_handler from mips target APIs.zwelch2009-06-011-1/+1
* Final step in isolating target_type_s structure:zwelch2009-05-311-1/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+1
* Add wrappers for target->type->examined:zwelch2009-05-311-1/+1
* Add target_write_memory wrapper:zwelch2009-05-311-2/+2
* Add target_read_memory wrapper:zwelch2009-05-311-4/+4
* Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf2009-05-201-4/+13
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-4/+0
* Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2009-02-181-1/+1
* - added mips software breakpoint supportntfreak2009-01-131-12/+97
* John McCarthy <jgmcc@magma.ca> pic32mx flash wipoharboe2009-01-021-2/+9