aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-28Remove extra newline from debug log messageduane1-1/+1
2009-06-28Refactor code, create target_state_name()duane1-5/+16
2009-06-23Remove whitespace at end of lines, step 1.zwelch1-65/+65
2009-06-23- Replace '){' with ') {'.zwelch1-130/+130
2009-06-23Remove whitespace that occurs before ')'.zwelch1-271/+271
2009-06-23Remove whitespace that occurs after '('.zwelch1-308/+308
2009-06-23- Fixes '[<>]' whitespacezwelch1-19/+19
2009-06-23- Fixes '[|]' whitespacezwelch1-2/+2
2009-06-23- Fixes '+' whitespacezwelch1-23/+23
2009-06-23- Fixes '=' whitespacezwelch1-62/+62
2009-06-23- Fixes '==' whitespacezwelch1-14/+14
2009-06-23- Fixes '>>' whitespacezwelch1-2/+2
2009-06-23- Fixes '>=' whitespacezwelch1-3/+3
2009-06-23- Fixes '&&' whitespacezwelch1-1/+1
2009-06-23- Fixes '[+]=' whitespacezwelch1-3/+3
2009-06-23- Fixes '!=' whitespacezwelch1-10/+10
2009-06-23- Fixes '-=' whitespacezwelch1-4/+4
2009-06-23- Replace 'for(' with 'for ('.zwelch1-11/+11
2009-06-23- Replace 'switch(' with 'switch ('.zwelch1-7/+7
2009-06-23- Replace 'while(' with 'while ('.zwelch1-13/+13
2009-06-23- Replace 'if(' with 'if ('.zwelch1-116/+116
2009-06-21Oleksandr Tymoshenko <gonzo@bluezbox.com>:zwelch1-1/+3
2009-06-21C99 printf() -Werror fixesduane1-45/+120
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch1-0/+2
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-99/+99
2009-06-18Transform 'u16' to 'uint16_t'zwelch1-6/+6
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-38/+38
2009-06-17David Brownell <david-b@pacbell.net>:zwelch1-2/+2
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-1/+17
2009-06-16David Brownell <david-b@pacbell.net>:zwelch1-13/+21
2009-06-13Factor load_image argument parsing to parse_load_image_command_args:zwelch1-69/+44
2009-06-13Improve handle_profile_command argument parsing:zwelch1-7/+6
2009-06-13Improve handle_virt2phys_command argument parsing:zwelch1-3/+6
2009-06-13Cleanup and improve handle_wp_command and handle_rwp_command:zwelch1-40/+57
2009-06-13Improve and simplify handle_bp_command and handle_rbp_command:zwelch1-5/+18
2009-06-13Improve handle_verify_image_command_internal command argument handling:zwelch1-1/+5
2009-06-13Improve handle_dump_image_command argument parsing:zwelch1-5/+10
2009-06-13Improve handle_load_image_command argument parsing:zwelch1-3/+13
2009-06-13Improve handle_mw_command argument handling:zwelch1-13/+21
2009-06-13Improve handle_md_command argument handling:zwelch1-3/+10
2009-06-13Use parse_u32 in handle_resume_command and handle_step_command.zwelch1-2/+10
2009-06-13Cleanup and improve handle_halt_command:zwelch1-11/+8
2009-06-13Cleanup and fi handle_wait_halt_command:zwelch1-8/+10
2009-06-13Use parse_uint in handle_reg_command to ensure reg number parses properly.zwelch1-3/+6
2009-06-13Use parse_uint in get_target to ensure target id is parsed properly.zwelch1-5/+3
2009-06-11fix ordering of arguments to fwrite()oharboe1-1/+1
2009-06-11Factor handle_bp_command into pieces:zwelch1-37/+49
2009-06-11Factor target_timer_callbacks_check_time into pieces:zwelch1-30/+40
2009-06-11Simplify and clean handle_virt2phys_command:zwelch1-18/+15
2009-06-11Simplify and fix target handle_rwp_command routine:zwelch1-3/+4