summaryrefslogtreecommitdiff
path: root/src/target/target.c
Commit message (Expand)AuthorAgeFilesLines
...
* Simplify and fix target handle_rwp_command routine:zwelch2009-06-111-3/+4
* Simplify and fix handle_reset_command:zwelch2009-06-111-3/+5
* Simplify handle_resume_command:zwelch2009-06-111-12/+11
* Simplify and fix handle_step_command:zwelch2009-06-111-6/+9
* disable polling continuous polling during resetoharboe2009-06-111-0/+9
* Move the documentation for the "poll" command up withzwelch2009-06-101-2/+4
* David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -wor...oharboe2009-06-081-1/+1
* David Brownell <david-b@pacbell.net>oharboe2009-06-081-7/+26
* David Brownell <david-b@pacbell.net>:zwelch2009-06-071-3/+19
* Fix regression in mdw output; identified by Magnus Lundin.zwelch2009-06-071-3/+3
* remove unused include file: inttypes.hoharboe2009-06-051-2/+0
* Eliminate MixedCaps symbol from public JTAG TAP API:zwelch2009-06-051-1/+1
* fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe2009-06-011-1/+1
* Final step in isolating target_type_s structure:zwelch2009-05-311-2/+1
* First step in hiding target_type_s from public interface:zwelch2009-05-311-0/+2
* Add target_examine_one wrapper:zwelch2009-05-311-1/+6
* Add target breakpoint and watchpoint wrapper:zwelch2009-05-311-0/+21
* Add target_get_name wrapper:zwelch2009-05-311-4/+8
* Add target_step wrapper:zwelch2009-05-311-0/+6
* Add target_get_gdb_reg_list wrapper:zwelch2009-05-311-0/+6
* Add target_bulk_write_memory wrapper:zwelch2009-05-311-0/+6
* Add wrappers for target->type->examined:zwelch2009-05-311-20/+36
* Add target_run_algorithm wrapper:zwelch2009-05-311-0/+11
* Add target_write_memory wrapper:zwelch2009-05-311-11/+18
* Add target_read_memory wrapper:zwelch2009-05-311-12/+18
* Simplify the handle_md_command routine in target.c:zwelch2009-05-311-58/+61
* Make nvp_target_event static; remove its external declaration.zwelch2009-05-311-1/+1
* Make target_buffer_get_uXX interfaces work with constant buffers.zwelch2009-05-311-3/+3
* Eliminate duplicated code in the handle_mw_command memory write loop.zwelch2009-05-301-20/+4
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-3/+5
* Author: Øyvind Harboe <oyvind.harboe@zylin.com>kc8apf2009-05-211-0/+8
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-181-23/+32
* fix array2mem/mem2array when used as a "method" on a target.oharboe2009-05-171-14/+14
* take #2: dump_image now works for addresses not divisible by 4 oharboe2009-05-141-6/+0
* dump_image now works for addresses not divisible by 4oharboe2009-05-141-1/+1
* propagate error in dump_image. If an error occurs during dump_image, a tcl ex...oharboe2009-05-141-2/+2
* Audit and eliminate redundant #include directives in core target files.zwelch2009-05-111-18/+4
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-111-1/+0
* Dirk Behme <dirk.behme@googlemail.com> Add minimalist Cortex A8 fileoharboe2009-05-041-0/+2
* Add static keywords to core target source file data and functions.zwelch2009-04-301-50/+48
* SimonQian <simonqian@simonqian.com> AVR wipoharboe2009-04-271-0/+2
* Fix use of wrong format conversion for size_t (%zu instead of %u)kc8apf2009-04-221-1/+1
* Zach Welch <zw@superlucidity.net>fix unused return value warnings (3 of 4)oharboe2009-04-211-8/+14
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-11/+13
* Commands: reg, profile, ocd_mem2array, ocd_array2mem, fast_load, etc only wor...duane2009-03-081-11/+15
* Nicolas Pitre <nico@cam.org> fix "halt 0" to only halt and not to poll/wait a...oharboe2009-03-051-0/+10
* test code for elf parsing.oharboe2009-03-031-44/+63
* tinkered a bit with performance for Cortex flash programming. Mainly make it ...oharboe2009-02-231-6/+15
* chain position is now required when creating a targetoharboe2009-01-281-0/+9