X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2Frtos.h;h=f8aa33f10b23152656c0dc955138e6db8ab8e769;hp=12a96d2ab0e1b439b4975d822569eeec7503ea44;hb=d36889e692788d4dc4acabd073d57f4a178e3172;hpb=08d4411b59dd8bd0e7d8009003b71d23acbf6eee diff --git a/src/rtos/rtos.h b/src/rtos/rtos.h index 12a96d2ab0..f8aa33f10b 100644 --- a/src/rtos/rtos.h +++ b/src/rtos/rtos.h @@ -98,6 +98,7 @@ int rtos_try_next(struct target *target); int gdb_thread_packet(struct connection *connection, char *packet, int packet_size); int rtos_get_gdb_reg_list(struct connection *connection); int rtos_update_threads(struct target *target); +void rtos_free_threadlist(struct rtos *rtos); int rtos_smp_init(struct target *target); /* function for handling symbol access */ int rtos_qsymbol(struct connection *connection, char *packet, int packet_size);