openocd/src
zwelch 9cb3af610a Add wrappers for target->type->examined:
- replace all checks of target->type->examined with target_was_examined().
- replace all setting of target->type->examined with target_set_examined().
- replace clearing of target->type->examined with target_reset_examined().
- add documentation in target_s to warn not to access field directly.


git-svn-id: svn://svn.berlios.de/openocd/trunk@1962 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-31 09:38:43 +00:00
..
flash Add target_run_algorithm wrapper: 2009-05-31 09:38:20 +00:00
helper Author: Nicolas Pitre <nico@cam.org> 2009-05-27 20:30:17 +00:00
jtag Peter Denison <openwrt@marshadder.org>: 2009-05-31 01:07:43 +00:00
pld Author: Rick Altherr <kc8apf@kc8apf.net> 2009-05-22 17:41:54 +00:00
server Author: Nicolas Pitre <nico@cam.org> 2009-05-27 20:30:17 +00:00
svf SimonQian <simonqian@SimonQian.com>, reported by R.Doss: 2009-05-26 01:27:56 +00:00
target Add wrappers for target->type->examined: 2009-05-31 09:38:43 +00:00
xsvf More printf fixes stemming from format string change in r1882. 2009-05-23 01:25:39 +00:00
ecosboard.c leave eCos include file issues alone for now. 2009-05-11 07:26:11 +00:00
main.c Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. 2009-05-02 19:31:30 +00:00
Makefile.am Update build system to find moved scripts -- Step 3 of 2: 2009-05-27 07:49:58 +00:00
openocd.c Encapsulate the global "jtag" jtag_interface pointer: 2009-05-30 22:23:12 +00:00