aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-06-02Continue clean-up of JTAG driver interface:zwelch4-502/+535
2009-06-02More JTAG interface driver cleanup:zwelch1-10/+9
2009-06-02More JTAG interface driver cleanup:zwelch1-3/+7
2009-06-02More JTAG interface driver cleanup:zwelch2-1/+13
2009-06-02Clean up jtag command queue handling:zwelch1-32/+17
2009-06-02Encapsulate JTAG command interfaces for moving to jtag_interface.h.zwelch1-0/+7
2009-06-02Remove the useless invalidstruct from jtag.h.zwelch1-4/+0
2009-06-02Start clean-up of JTAG driver interface:zwelch1-20/+28
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-8/+39
2009-06-01David Brownell <david-b@pacbell.net>:zwelch1-13/+11
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch19-0/+26
2009-06-01Encapsulate JTAG minidriver functions, plan for new header file.zwelch3-19/+37
2009-06-01Remove unused in_handler_t type definition from jtag.hzwelch1-3/+0
2009-06-01Scrub final vestiges of in_handler from mips target APIs.zwelch3-6/+6
2009-06-01added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...oharboe3-94/+106
2009-06-01fix warning for a variable that GCC thought might be uninitialized(which it c...oharboe1-1/+1
2009-06-01simon qian <simonqian.openocd@gmail.com> stop incestious communication with l...oharboe1-51/+72
2009-06-01David Brownell <david-b@pacbell.net>:zwelch2-203/+203
2009-06-01David Brownell <david-b@pacbell.net>:zwelch7-578/+505
2009-05-31Final step in isolating target_type_s structure:zwelch18-173/+180
2009-05-31Whitespace-only updates to automake input files:zwelch4-32/+179
2009-05-31First step in hiding target_type_s from public interface:zwelch16-2/+23
2009-05-31Add target_examine_one wrapper:zwelch3-2/+13
2009-05-31Add target breakpoint and watchpoint wrapper:zwelch3-4/+55
2009-05-31Add target_get_name wrapper:zwelch5-8/+26
2009-05-31Add target_step wrapper:zwelch3-1/+15
2009-05-31Add target_get_gdb_reg_list wrapper:zwelch3-5/+21
2009-05-31Add target_bulk_write_memory wrapper:zwelch3-3/+22
2009-05-31Add wrappers for target->type->examined:zwelch10-33/+62
2009-05-31Add target_run_algorithm wrapper:zwelch14-15/+41
2009-05-31Add target_write_memory wrapper:zwelch16-107/+126
2009-05-31Add target_read_memory wrapper:zwelch11-39/+58
2009-05-31Simplify the handle_md_command routine in target.c:zwelch1-58/+61
2009-05-31Make nvp_target_event static; remove its external declaration.zwelch2-3/+1
2009-05-31Make target_buffer_get_uXX interfaces work with constant buffers.zwelch2-6/+6
2009-05-31Peter Denison <openwrt@marshadder.org>:zwelch1-1/+1
2009-05-30Eliminate duplicated code in the handle_mw_command memory write loop.zwelch1-20/+4
2009-05-30Encapsulate the global "jtag" jtag_interface pointer:zwelch3-6/+19
2009-05-30Remove unused jlink_execute_end_state (unreferenced after r1949).zwelch1-8/+0
2009-05-30remove unused JTAG_END_STATE part 2oharboe2-17/+0
2009-05-30remove unused JTAG_END_STATEoharboe9-62/+0
2009-05-30Remove trailing whitespace from oocd_trace source file.zwelch1-52/+52
2009-05-30David Brownell <david-b@pacbell.net>:zwelch2-3/+10
2009-05-30David Brownell <david-b@pacbell.net>:zwelch1-54/+88
2009-05-29Remove error_handler_t type definition; it was unused in the tree.zwelch1-2/+0
2009-05-29Add documentation to flash.h:zwelch1-12/+245
2009-05-27Fix potentialyl unaligned memory accesses in mflash driver.zwelch1-2/+3
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf1-0/+7
2009-05-27Author: Nicolas Pitre <nico@cam.org>kc8apf2-1/+22
2009-05-27unsik Kim <donari75@gmail.com>:zwelch2-23/+66