aboutsummaryrefslogtreecommitdiff
path: root/src/target/target.c
AgeCommit message (Expand)Author
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
2009-04-19Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe
2009-03-08Commands: reg, profile, ocd_mem2array, ocd_array2mem, fast_load, etc only wor...duane
2009-03-05Nicolas Pitre <nico@cam.org> fix "halt 0" to only halt and not to poll/wait a...oharboe
2009-03-03test code for elf parsing.oharboe
2009-02-23tinkered a bit with performance for Cortex flash programming. Mainly make it ...oharboe
2009-01-28chain position is now required when creating a targetoharboe
2008-12-28Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...oharboe
2008-12-15- add ability for openocd to communicate to gdb using pipes (stdin/stdout).ntfreak
2008-12-15fast_load profiling tool moved to target.coharboe
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-30jtag newtap change & huge manual updateduane
2008-11-27Rick Altherr <kc8apf@kc8apf.net> retire obsolete syntaxoharboe