From patchwork Fri Jan 20 18:18:20 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ulrich Weigand X-Patchwork-Id: 6333 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 07ACE23E81 for ; Fri, 20 Jan 2012 18:18:28 +0000 (UTC) Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com [209.85.214.52]) by fiordland.canonical.com (Postfix) with ESMTP id E2E61A18209 for ; Fri, 20 Jan 2012 18:18:27 +0000 (UTC) Received: by mail-bk0-f52.google.com with SMTP id r19so771714bka.11 for ; Fri, 20 Jan 2012 10:18:27 -0800 (PST) Received: by 10.205.139.66 with SMTP id iv2mr12404943bkc.27.1327083507749; Fri, 20 Jan 2012 10:18:27 -0800 (PST) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.205.82.144 with SMTP id ac16cs13218bkc; Fri, 20 Jan 2012 10:18:27 -0800 (PST) Received: by 10.213.14.143 with SMTP id g15mr572539eba.82.1327083506340; Fri, 20 Jan 2012 10:18:26 -0800 (PST) Received: from e06smtp15.uk.ibm.com (e06smtp15.uk.ibm.com. [195.75.94.111]) by mx.google.com with ESMTPS id v59si2347319eeb.140.2012.01.20.10.18.26 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 20 Jan 2012 10:18:26 -0800 (PST) Received-SPF: pass (google.com: domain of uweigand@de.ibm.com designates 195.75.94.111 as permitted sender) client-ip=195.75.94.111; Authentication-Results: mx.google.com; spf=pass (google.com: domain of uweigand@de.ibm.com designates 195.75.94.111 as permitted sender) smtp.mail=uweigand@de.ibm.com Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 20 Jan 2012 18:18:25 -0000 Received: from d06nrmr1407.portsmouth.uk.ibm.com (9.149.38.185) by e06smtp15.uk.ibm.com (192.168.101.145) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Fri, 20 Jan 2012 18:18:22 -0000 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q0KIIMEP2334894 for ; Fri, 20 Jan 2012 18:18:22 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q0KIILsx016946 for ; Fri, 20 Jan 2012 11:18:21 -0700 Received: from tuxmaker.boeblingen.de.ibm.com (tuxmaker.boeblingen.de.ibm.com [9.152.85.9]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with SMTP id q0KIIKv3016926 for ; Fri, 20 Jan 2012 11:18:20 -0700 Message-Id: <201201201818.q0KIIKv3016926@d06av02.portsmouth.uk.ibm.com> Received: by tuxmaker.boeblingen.de.ibm.com (sSMTP sendmail emulation); Fri, 20 Jan 2012 19:18:20 +0100 Subject: [rfa, NEWS] Document remote "info proc" and "generate-core-file" To: patches@linaro.org Date: Fri, 20 Jan 2012 19:18:20 +0100 (CET) From: "Ulrich Weigand" X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 x-cbid: 12012018-0342-0000-0000-000000AE5EF0 http://sourceware.org/ml/gdb-patches/2012-01/msg00726.html Hello, now that support for remote "info proc" and "generate-core-file" are checked in, I guess these features ought to be called out in NEWS ... OK for mainline? Bye, Ulrich ChangeLog: * NEWS: Document remote "info proc" and "generate-core-file". Index: gdb/NEWS =================================================================== RCS file: /cvs/src/src/gdb/NEWS,v retrieving revision 1.482 diff -u -p -r1.482 NEWS --- gdb/NEWS 19 Jan 2012 16:54:03 -0000 1.482 +++ gdb/NEWS 20 Jan 2012 10:07:52 -0000 @@ -28,6 +28,9 @@ now set a breakpoint in build/gcc/expr.c, but not build/libcpp/expr.c. +* The "info proc" and "generate-core-file" commands will now also + work on remote targets connected to GDBserver on Linux. + *** Changes in GDB 7.4 * GDB now handles ambiguous linespecs more consistently; the existing