From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A25793858C00; Tue, 11 Jul 2023 19:50:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A25793858C00 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689105008; bh=haY/xrlHrO6ov9+xunPznrXTxD3mULTMQv2ENNuk688=; h=From:To:Subject:Date:In-Reply-To:References:From; b=js8HAq6zWnat9JDrIvtx1c7ExzGbxUEn6VnJ/SjzueKn5r5E0NqzVZilq3NUySJSg rxnGfa4RTI9m3+kB5v+TwES5rqZdrcoCQRLlkc+307oz1iHespS3bSzY23w2O42ZBz q1INsK3MZtfW0qE1e2rQ36NiuYAN3lOB3k8J0XJM= From: "pedro at palves dot net" To: gdb-prs@sourceware.org Subject: [Bug gdb/30541] Add target valgrind Date: Tue, 11 Jul 2023 19:50:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pedro at palves dot net X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30541 --- Comment #21 from Pedro Alves --- Just for the record: > to be clear, that would let us do "target remote -local HOST", for exampl= e.) I think this would be a better approach than a new "target local-server". = We use to have more variants of "target remote" and got them down to two "targ= et remote" + "target extended-remote", and that's one too many still. Also since remote options are per-connection nowadays, we could have a corresponding "set remote local-filesystem" option, like we have matching "= set print foo", and "print -foo". The set option would also let you do "with remote local-filesystem -- target remote | valgrind". --=20 You are receiving this mail because: You are on the CC list for the bug.=