openocd/src/rtos
Matthias Welwarsky 53a936afc0 Add -defer-examine option to target create command
The '-defer-examine' option to target create allows declaring targets
that are present on the chain, but not fully functional.  They will
be skipped by the initial arp_examine as well as arp_examine after
reset.

Manual examine using 'arp_examine' is needed to examine them, with the
idea that some kind of actions is neeed to bring them to a state where
examine will succeed (if at all possible).

In order to allow value less options to target command, I had to relax
the goi.argc check in jim_target_configure().

Change-Id: I9bf4e8d27eb6476dd9353d15f48965a8cfd5c122
Signed-off-by: Esben Haabendal <esben@haabendal.dk>
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
Reviewed-on: http://openocd.zylin.com/3076
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
2016-12-08 12:24:11 +00:00
..
ChibiOS.c rtos: remove display_str member 2016-08-14 01:38:12 +01:00
eCos.c rtos: remove display_str member 2016-08-14 01:38:12 +01:00
embKernel.c rtos: remove display_str member 2016-08-14 01:38:12 +01:00
FreeRTOS.c rtos: remove display_str member 2016-08-14 01:38:12 +01:00
linux_header.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
linux.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
Makefile.am Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
mqx.c rtos: remove display_str member 2016-08-14 01:38:12 +01:00
rtos_chibios_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_chibios_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_ecos_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_ecos_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_embkernel_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_embkernel_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_mqx_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_mqx_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos_standard_stackings.c Remove FSF address from GPL notices 2016-05-24 22:30:01 +01:00
rtos_standard_stackings.h Make #include guard naming consistent 2016-05-24 22:30:55 +01:00
rtos.c Add -defer-examine option to target create command 2016-12-08 12:24:11 +00:00
rtos.h rtos: remove display_str member 2016-08-14 01:38:12 +01:00
ThreadX.c rtos: remove display_str member 2016-08-14 01:38:12 +01:00