From 433ca26f1abe59f39844eeac0dafef6cb7fdd520 Mon Sep 17 00:00:00 2001 From: Michel JAOUEN Date: Tue, 3 Jan 2012 17:12:29 +0100 Subject: rtos : create qsymbol interface and add str_to_hex interface MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1b26f7efd3ad4a060f772dd12408e77a03d93cea Signed-off-by: Michel JAOUEN Reviewed-on: http://openocd.zylin.com/347 Tested-by: jenkins Reviewed-by: Evan Hunter Reviewed-by: Øyvind Harboe --- src/rtos/rtos.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/rtos/rtos.h') diff --git a/src/rtos/rtos.h b/src/rtos/rtos.h index 3d231481..80ba0e26 100644 --- a/src/rtos/rtos.h +++ b/src/rtos/rtos.h @@ -109,5 +109,8 @@ int gdb_thread_packet(struct connection *connection, char *packet, int packet_si int rtos_get_gdb_reg_list(struct connection *connection); int rtos_update_threads( struct target *target ); int rtos_smp_init(struct target *target); +/* function for handling symbol access */ +int rtos_qsymbol(struct connection *connection, char *packet, int packet_size); +int str_to_hex(char *hex_dst, char *src); #endif // RTOS_H -- cgit v1.2.3-18-g5258