From 68b97e4b5c40a70b42dc2a970f1b90b9a3e9f13d Mon Sep 17 00:00:00 2001 From: ntfreak Date: Thu, 17 Jan 2008 12:45:06 +0000 Subject: - add support for cortex_m3 target_request debugmsgs - target request handler disabled by default until a target has been registered git-svn-id: svn://svn.berlios.de/openocd/trunk@259 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/target/target.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index e15a2c8e..46aaa7ae 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -170,6 +170,7 @@ typedef struct target_s struct watchpoint_s *watchpoints; /* list of watchpoints */ struct trace_s *trace_info; /* generic trace information */ struct debug_msg_receiver_s *dbgmsg;/* list of debug message receivers */ + u32 dbg_msg_enabled; /* debug message status */ void *arch_info; /* architecture specific information */ struct target_s *next; /* next target in list */ } target_t; -- cgit v1.2.3