From 1db60b9c434fc281bd25730e7398e92023cfe65d Mon Sep 17 00:00:00 2001 From: Michel JAOUEN Date: Tue, 3 Jan 2012 15:41:53 +0100 Subject: rtos :introduce possible overload by rtos of gdb_thread_packet MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I17381b581556fa75098a84699dbbf69423fe20eb Signed-off-by: Michel JAOUEN Reviewed-on: http://openocd.zylin.com/342 Tested-by: jenkins Reviewed-by: Evan Hunter Reviewed-by: Øyvind Harboe --- src/rtos/rtos.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/rtos/rtos.h') diff --git a/src/rtos/rtos.h b/src/rtos/rtos.h index 4f190e93..93a980e2 100644 --- a/src/rtos/rtos.h +++ b/src/rtos/rtos.h @@ -61,9 +61,10 @@ struct rtos threadid_t current_thread; struct thread_detail* thread_details; int thread_count; - + int (*gdb_thread_packet)(struct connection *connection, char *packet, int packet_size); void * rtos_specific_params; + }; -- cgit v1.2.3-18-g5258