summaryrefslogtreecommitdiff
path: root/src/target
Commit message (Expand)AuthorAgeFilesLines
* Scrub final vestiges of in_handler from mips target APIs.zwelch2009-06-013-6/+6
* fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe2009-06-011-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-06-012-203/+203
* Final step in isolating target_type_s structure:zwelch2009-05-3118-173/+180
* Whitespace-only updates to automake input files:zwelch2009-05-311-10/+80
* First step in hiding target_type_s from public interface:zwelch2009-05-3116-2/+23
* Add target_examine_one wrapper:zwelch2009-05-313-2/+13
* Add target breakpoint and watchpoint wrapper:zwelch2009-05-313-4/+55
* Add target_get_name wrapper:zwelch2009-05-314-6/+21
* Add target_step wrapper:zwelch2009-05-312-0/+13
* Add target_get_gdb_reg_list wrapper:zwelch2009-05-312-1/+17
* Add target_bulk_write_memory wrapper:zwelch2009-05-312-1/+21
* Add wrappers for target->type->examined:zwelch2009-05-3110-33/+62
* Add target_run_algorithm wrapper:zwelch2009-05-314-4/+30
* Add target_write_memory wrapper:zwelch2009-05-317-26/+45
* Add target_read_memory wrapper:zwelch2009-05-316-23/+42
* 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-312-3/+1
* Make target_buffer_get_uXX interfaces work with constant buffers.zwelch2009-05-312-6/+6
* Eliminate duplicated code in the handle_mw_command memory write loop.zwelch2009-05-301-20/+4
* Remove trailing whitespace from oocd_trace source file.zwelch2009-05-301-52/+52
* David Brownell <david-b@pacbell.net>:zwelch2009-05-302-3/+10
* Author: Nicolas Pitre <nico@cam.org>kc8apf2009-05-271-0/+7
* Move TCL script files -- Step 1 of 2:zwelch2009-05-27116-4362/+0
* Added the options calc_checksum to the flash driver.mifi2009-05-241-1/+1
* Nicolas Pitre <nico@cam.org>: Update sheevaplug interface script:zwelch2009-05-241-0/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-1/+1
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-2/+10
* Freddie Chopin <freddie_chopin@op.pl>:zwelch2009-05-243-1/+14
* Change the setting for the sam7se512 and sam7x256 mifi2009-05-232-3/+4
* Submitted by David Brownell <david-b@pacbell.net>:zwelch2009-05-223-1/+314
* Submitted by Dean Glazeski <dnglaze@gmail.com>:zwelch2009-05-222-40/+173
* Dirk Behme <dirk.behme@googlemail.com> Minor updates for OMAP3 scriptsoharboe2009-05-212-0/+20
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-215-7/+9
* Author: Øyvind Harboe <oyvind.harboe@zylin.com>kc8apf2009-05-211-0/+8
* Author: Spencer Oliver <spen@spen-soft.co.uk>kc8apf2009-05-205-9/+55
* Added jtag_nsrst_delay 200 and jtag_ntrst_delay 200 to the LPC2294 target.mifi2009-05-191-0/+3
* Wookey <wookey@wookware.org> update syntaxoharboe2009-05-191-8/+3
* Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ...oharboe2009-05-181-5/+131
* - add missing svn props from svn 1798 commitntfreak2009-05-189-500/+500
* Michael Bruck <mbruck@digenius.de> ARM11 cleanup stale dependencies with gene...oharboe2009-05-183-25/+26
* Fix logically inverted commentkc8apf2009-05-181-1/+1
* Consolidate target selection code into single get_target() that handles both ...kc8apf2009-05-188-43/+50
* fix array2mem/mem2array when used as a "method" on a target.oharboe2009-05-171-14/+14
* Freddie Chopin <freddie_chopin@op.pl> move files about to where they belongoharboe2009-05-1610-508/+500
* Paul Thomas <pthomas8589@gmail.com>: new board cfg for Linuxstamp-mx27zwelch2009-05-141-0/+59
* 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
* selftest wipoharboe2009-05-141-0/+17
* propagate error in dump_image. If an error occurs during dump_image, a tcl ex...oharboe2009-05-141-2/+2