]> git.sur5r.net Git - openocd/blobdiff - src/rtos/rtos.h
rtos: facilitate RTOS SMP handling
[openocd] / src / rtos / rtos.h
index 87aa5027d231ecb3f9260047796752e115e74dce..9978b34ff279734194afc8ec324548c4cd09de07 100644 (file)
@@ -54,6 +54,7 @@ struct rtos {
        struct thread_detail *thread_details;
        int thread_count;
        int (*gdb_thread_packet)(struct connection *connection, char const *packet, int packet_size);
+       int (*gdb_target_for_threadid)(struct connection *connection, int64_t thread_id, struct target **p_target);
        void *rtos_specific_params;
 };