This is an automated email from Gerrit.

Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/910

-- gerrit

commit 6946ff211e71a14226878e157483436676b24c68
Author: Spencer Oliver <s...@spen-soft.co.uk>
Date:   Wed Oct 10 15:13:10 2012 +0100

    gdb: fix gdb restart warning
    
    For some reason commit 1e7e59445287c3389b52903a7cacdb5635248f32 added
    a reply to the restart command - this is not required as per the gdb docs.
    
    Newer versions of gdb (7.0 and above) will complain about this reply.
    
    Change-Id: Ieeae3dcf44d798a91dfc6f7348da982c2ce1be31
    Signed-off-by: Spencer Oliver <s...@spen-soft.co.uk>

diff --git a/src/server/gdb_server.c b/src/server/gdb_server.c
index 640f8ea..dd3257f 100644
--- a/src/server/gdb_server.c
+++ b/src/server/gdb_server.c
@@ -2177,7 +2177,6 @@ static int gdb_input_inner(struct connection *connection)
                                                        target_name(target));
                                        /*  info rtos parts */
                                        gdb_thread_packet(connection, packet, 
packet_size);
-                                       gdb_put_packet(connection, "OK", 2);
                                        break;
 
                                case 'j':

-- 

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to