aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
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-11fix ordering of arguments to fwrite()oharboe
2009-06-11Factor handle_bp_command into pieces:zwelch
2009-06-11Factor target_timer_callbacks_check_time into pieces:zwelch
2009-06-11Simplify and clean handle_virt2phys_command:zwelch
2009-06-11Simplify and fix target handle_rwp_command routine:zwelch
2009-06-11Simplify and fix handle_reset_command:zwelch
2009-06-11Simplify handle_resume_command:zwelch
2009-06-11Simplify and fix handle_step_command:zwelch
2009-06-11disable polling continuous polling during resetoharboe
2009-06-10Move the documentation for the "poll" command up withzwelch
2009-06-08David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...oharboe
2009-06-08David Brownell <david-b@pacbell.net>oharboe
2009-06-07David Brownell <david-b@pacbell.net>:zwelch
2009-06-07Fix regression in mdw output; identified by Magnus Lundin.zwelch
2009-06-05remove unused include file: inttypes.hoharboe
2009-06-05Eliminate MixedCaps symbol from public JTAG TAP API:zwelch
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe
2009-05-31Final step in isolating target_type_s structure:zwelch
2009-05-31First step in hiding target_type_s from public interface:zwelch
2009-05-31Add target_examine_one wrapper:zwelch
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch
2009-05-31Add target_get_name wrapper:zwelch
2009-05-31Add target_step wrapper:zwelch
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch
2009-05-31Add target_bulk_write_memory wrapper:zwelch
2009-05-31Add wrappers for target->type->examined:zwelch
2009-05-31Add target_run_algorithm wrapper:zwelch
2009-05-31Add target_write_memory wrapper:zwelch
2009-05-31Add target_read_memory wrapper:zwelch
2009-05-31Simplify the handle_md_command routine in target.c:zwelch
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch
2009-05-31Make target_buffer_get_uXX interfaces work with constant buffers.zwelch
2009-05-30Eliminate duplicated code in the handle_mw_command memory write loop.zwelch
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch
2009-05-21Author: Øyvind Harboe <oyvind.harboe@zylin.com>kc8apf
2009-05-18Consolidate target selection code into single get_target() that handles both ...kc8apf
2009-05-17fix array2mem/mem2array when used as a "method" on a target.oharboe
2009-05-14take #2: dump_image now works for addresses not divisible by 4 oharboe
2009-05-14dump_image now works for addresses not divisible by 4oharboe
2009-05-14propagate error in dump_image. If an error occurs during dump_image, a tcl ex...oharboe
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-04Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe
2009-04-30Add static keywords to core target source file data and functions.zwelch
2009-04-27SimonQian <simonqian@simonqian.com> AVR wipoharboe
2009-04-22Fix use of wrong format conversion for size_t (%zu instead of %u)kc8apf
2009-04-21Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)oharboe
2009-04-21Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe