From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id E2C6A3860C2F for ; Sun, 18 Feb 2024 03:48:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E2C6A3860C2F Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org E2C6A3860C2F Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708228095; cv=none; b=mx8hq7VahqavUSYHbruaJIGOYSLU4jOnXGt2T78AHhyiSMEHMF6q1C0KvOFJyDle4XMSRJ7pRyLt6xbQohXdEEKTyapyL/Mso0Ovz6gUXDwW7emqYrNeA+aSjMew2T682nBUg72h+HQ6jY/SNcVe1h+mWHUQpRzMrEuuSHalNJI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708228095; c=relaxed/simple; bh=J38bhH4TWEy71EVEYgP2rgS9PWHWiqEFcJChIZPywhw=; h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version; b=DqN+OnXx3PrgzOX7W1BwjyHPMgNdjMbxyJm/8BoT2mGPlwPKg7+JHlyTDQrUC0EgBTpDzNlqJ6aenjYWzazmO/FGm8IRQL+PW2mOIt3UZB/FGNfEtPaTfgozJPRY62KjOvXDHBVm9Q9Hly+xWLm5KiWjgwp1Gn9lGOiMhtIUOps= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1708228089; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=J38bhH4TWEy71EVEYgP2rgS9PWHWiqEFcJChIZPywhw=; b=PS7iSJtJhAQHFZmN83EtINqVh7dQyvUiLqa8TKYwXN1zayOUG4tT2QMsYcWAWkSOlXqND8 eKge0wKQG/FkqtUQxvf4+fANmmETPKT34wmy8CFHOhyc4p1GTg/R3+oio4Uku5LiYOPGFg /2Msb1Zk6QEN+hJHVjJ4PgTG7Tr2V7s= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-310-Juut6BuoMgy6qr0VwUycHA-1; Sat, 17 Feb 2024 22:48:06 -0500 X-MC-Unique: Juut6BuoMgy6qr0VwUycHA-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 1129F811E81; Sun, 18 Feb 2024 03:48:06 +0000 (UTC) Received: from f39-zbm-amd (unknown [10.22.16.106]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 6DB2240C6EBA; Sun, 18 Feb 2024 03:48:04 +0000 (UTC) Date: Sat, 17 Feb 2024 20:48:03 -0700 From: Kevin Buettner To: Tiezhu Yang Cc: gdb-patches@sourceware.org, Bruno Larsen , Tom Tromey Subject: Re: [PATCH v2] gdb: Modify the output of "info breakpoints" and "delete breakpoints" Message-ID: <20240217204803.4eac6e25@f39-zbm-amd> In-Reply-To: <57a15230-f85e-f763-c5e2-3c5cb90ddc84@loongson.cn> References: <1652951760-10805-1-git-send-email-yangtiezhu@loongson.cn> <57a15230-f85e-f763-c5e2-3c5cb90ddc84@loongson.cn> Organization: Red Hat MIME-Version: 1.0 X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.2 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.6 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Tiezhu, On Sun, 18 Feb 2024 10:06:48 +0800 Tiezhu Yang wrote: > Is it necessary to rebase and update this patch? > Should I drop it or send a new version? Please update/rebase this patch and resend. Also, add me on the CC line... Kevin