This is an automated email from Gerrit. Michel JAOUEN ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/346
-- gerrit commit 330f0ad610390511f43c99bcdaa6e1e30843c14e Author: Michel JAOUEN <[email protected]> Date: Tue Jan 3 16:38:03 2012 +0100 rtos : receive reset info Change-Id: I03c64f50eed9bec43303bf47ac1f226a0e8dbd53 Signed-off-by: Michel JAOUEN <[email protected]> diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c index 141c766..bd44556 100644 --- a/src/server/gdb_server.c +++ b/src/server/gdb_server.c @@ -2359,6 +2359,8 @@ static int gdb_input_inner(struct connection *connection) command_run_linef(connection->cmd_ctx, "ocd_gdb_restart %s", target_name(target)); + /* info rtos parts */ + gdb_thread_packet(connection, packet, packet_size); gdb_put_packet(connection, "OK", 2); break; -- ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
