From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 494 invoked by alias); 24 Feb 2011 17:49:38 -0000 Received: (qmail 486 invoked by uid 22791); 24 Feb 2011 17:49:37 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Feb 2011 17:49:33 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 64E772BADF2 for ; Thu, 24 Feb 2011 12:49:31 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id x5VjjBqxtoZ9 for ; Thu, 24 Feb 2011 12:49:31 -0500 (EST) Received: from kwai.gnat.com (kwai.gnat.com [205.232.38.4]) by rock.gnat.com (Postfix) with ESMTP id 54B292BADEA for ; Thu, 24 Feb 2011 12:49:31 -0500 (EST) Received: by kwai.gnat.com (Postfix, from userid 4233) id 4C46394677; Thu, 24 Feb 2011 12:49:31 -0500 (EST) From: Joel Brobecker To: gdb-patches@sourceware.org Subject: Add support for VxWorks 5.x, 6.x and 653 Date: Thu, 24 Feb 2011 17:49:00 -0000 Message-Id: <1298569763-18784-1-git-send-email-brobecker@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00696.txt.bz2 This is mostly a rebase of the previous series, submitted almost a year ago (already!). We adjusted some of the patches based on the feedback that we received so far. We also made some corrections for issues that we discovered since. I've also done another pass at trying to fix as many obvious coding style issues as I could see. I have also added full documentation, as well as NEWS entry (there are two patches with documentation: #04/18, and #18/18). Please note the introduction of patch #5 since the first series: new struct bp_target_info target_private_data field (see patch itself for more info about it) Pending comments, I would like to commit these patches after a reasonable wait (say, around the end of next week, for instance).