aboutsummaryrefslogtreecommitdiff
path: root/src/target
AgeCommit message (Expand)Author
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18Cast 64-bit trace hit_counter to long long; fixes format warning.zwelch
2009-06-18Transform 'u64' to 'uint64_t'zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-17David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-16David Brownell <david-b@pacbell.net>:zwelch
2009-06-13Factor load_image argument parsing to parse_load_image_command_args:zwelch
2009-06-13Improve handle_profile_command argument parsing:zwelch
2009-06-13Improve handle_virt2phys_command argument parsing:zwelch
2009-06-13Cleanup and improve handle_wp_command and handle_rwp_command:zwelch
2009-06-13Improve and simplify handle_bp_command and handle_rbp_command:zwelch
2009-06-13Improve handle_verify_image_command_internal command argument handling:zwelch
2009-06-13Improve handle_dump_image_command argument parsing:zwelch
2009-06-13Improve handle_load_image_command argument parsing:zwelch
2009-06-13Improve handle_mw_command argument handling:zwelch
2009-06-13Improve handle_md_command argument handling:zwelch
2009-06-13Use parse_u32 in handle_resume_command and handle_step_command.zwelch
2009-06-13Cleanup and improve handle_halt_command:zwelch
2009-06-13Cleanup and fi handle_wait_halt_command:zwelch
2009-06-13Use parse_uint in handle_reg_command to ensure reg number parses properly.zwelch
2009-06-13Use parse_uint in get_target to ensure target id is parsed properly.zwelch
2009-06-12Further cleanup to MIPS target read/write memory function:zwelch
2009-06-12David Claffey <dnclaffey@gmail.com>:zwelch