This is an automated email from Gerrit. Mathias Küster ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/685
-- gerrit commit fba55f5342d18df10042af543381e57752d2c273 Author: Mathias K <[email protected]> Date: Sun Jun 3 09:36:38 2012 +0200 cfg: Add gdb-attach event and disable memory map in calypso config. Add gdb-attach event and disable memory map in calypso config. Change-Id: If61824e29b93b828e4456f8f3d1c57b07308e540 Signed-off-by: Mathias K <[email protected]> diff --git a/tcl/target/ti_calypso.cfg b/tcl/target/ti_calypso.cfg index 8b4a869..f7051a6 100644 --- a/tcl/target/ti_calypso.cfg +++ b/tcl/target/ti_calypso.cfg @@ -55,3 +55,10 @@ $_TARGETNAME configure -event examine-start { irscan calypso.arm 0x0b -endstate DRPAUSE drscan calypso.arm 2 2 -endstate RUN/IDLE } + +$_TARGETNAME configure -event gdb-attach { + reset + halt +} + +gdb_memory_map disable -- ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
