From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp2120.oracle.com (aserp2120.oracle.com [141.146.126.78]) by sourceware.org (Postfix) with ESMTPS id AB89B388CC00 for ; Mon, 13 Jul 2020 13:31:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org AB89B388CC00 Received: from pps.filterd (aserp2120.oracle.com [127.0.0.1]) by aserp2120.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 06DDNBpF053642; Mon, 13 Jul 2020 13:31:03 GMT Received: from aserp3030.oracle.com (aserp3030.oracle.com [141.146.126.71]) by aserp2120.oracle.com with ESMTP id 3275cky06x-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 13 Jul 2020 13:31:03 +0000 Received: from pps.filterd (aserp3030.oracle.com [127.0.0.1]) by aserp3030.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 06DDRWvS096178; Mon, 13 Jul 2020 13:31:03 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserp3030.oracle.com with ESMTP id 327q0mbf4y-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Mon, 13 Jul 2020 13:31:03 +0000 Received: from abhmp0004.oracle.com (abhmp0004.oracle.com [141.146.116.10]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id 06DDV2Be024606; Mon, 13 Jul 2020 13:31:02 GMT Received: from termi.oracle.com (/10.175.41.118) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 13 Jul 2020 06:31:01 -0700 From: "Jose E. Marchesi" To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: [PATCH V5 1/3] gdb: support for eBPF References: <20200713122458.21339-1-jose.marchesi@oracle.com> <20200713122458.21339-2-jose.marchesi@oracle.com> <83v9irmuqk.fsf@gnu.org> Date: Mon, 13 Jul 2020 15:30:57 +0200 In-Reply-To: <83v9irmuqk.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 13 Jul 2020 13:04:35 +0000 (UTC)") Message-ID: <87o8ojmtim.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9680 signatures=668680 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxscore=0 malwarescore=0 spamscore=0 mlxlogscore=999 bulkscore=0 adultscore=0 phishscore=0 suspectscore=9 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2007130101 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9680 signatures=668680 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=9 priorityscore=1501 bulkscore=0 adultscore=0 lowpriorityscore=0 phishscore=0 spamscore=0 impostorscore=0 malwarescore=0 mlxlogscore=999 clxscore=1015 mlxscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2007130100 X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H2, SPF_HELO_PASS, SPF_PASS, TXREP, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jul 2020 13:31:10 -0000 > Date: Mon, 13 Jul 2020 14:24:56 +0200 > From: "Jose E. Marchesi via Gdb-patches" > > This patch adds basic support for the eBPF target: tdep and build > machinery. The accompanying simulator is introduced in subsequent > patches. > > gdb/ChangeLog: > > 2020-07-13 Weimin Pan > Jose E. Marchesi > > * configure.tgt: Add entry for bpf-*-*. > * Makefile.in (ALL_TARGET_OBS): Add bpf-tdep.o > (ALLDEPFILES): Add bpf-tdep.c. > * bpf-tdep.c: New file. > > gdb/doc/ChangeLog: > > 2020-07-13 Jose E. Marchesi > > * gdb.texinfo (Contributors): Add information for the eBPF > support. > (BPF): New section. I think I already approved the documentation parts, didn't I? Yes, thanks :)