From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) by sourceware.org (Postfix) with ESMTPS id 385943858C39 for ; Fri, 13 Jan 2023 18:55:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 385943858C39 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-qt1-x833.google.com with SMTP id s5so15351302qtx.6 for ; Fri, 13 Jan 2023 10:55:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=iMHtRRs0qU1Ljsfe+hWqUGH5egvoSRqL3pKVvr9T9gE=; b=HTl/tzMwJTeZG9+CpZ2zZaWpNlIw9swM7aKEb8PjXUV9fQLPmCDMBGZkG7AtmvlQMd yy+HIHBwSI72kE1l9W5uxn5DhqvI65nU3k3htNQ7bg087V86vE/pTTG7OZ2GQSjC7Qpl UTeqRS6RvPcfE7L3pxmzExQfGCbPrmOjyi8UuVlV637100Y72EAptZK0XvD4JygFZjaP 3c3MMH/g6bUZjJElxPYaJi0GSd3psX0qDx6diz+1kesNpMw55MU9L7sPoUV/T2y7A4ay Gx5Ml1aKW1MleHUzZBefTXjO4U+pP2f14Gk1XndrzzvTeKXHdmQizaCP5xVWJXaujIKZ hZzQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=iMHtRRs0qU1Ljsfe+hWqUGH5egvoSRqL3pKVvr9T9gE=; b=QCMmHD76YQgQWvyUBdIqguLFplXG7/OW6dQv6rKZVPyRfGwcisQ2bh9DqJ7mNlvdYF DNqsRwrHNg8CK3RQcMZsjCKCGA4trKNIBLWpX+IKawjRBiLKsbfKGrI2vOynLFHgq/sF r1SpM5iVQL6gA0XoBW5jvGDZ0tfzKZ4IJqgdNYovQiCFS9IfZW9k56zx+7+SGVzspioX RCBVkpgeZVb3er5QGzj8AzbFD22L2pg8pJzJYSJGX12Yo36C9N5POQ3BwsxUNOwu3Jgb YYx4tXEhfEM8QqInsVxiFTYjcQE77qulteShT+O8fwcDquDfFWSHRu5g8tW4Ji3TiLmg djOQ== X-Gm-Message-State: AFqh2kr74nplpJC2pU/nup7XeWHrjhUrsAeIvpF+spLMoCJnpzg7ZF7M kdk7hNioS26X4Cw8lxvGmY+N7A== X-Google-Smtp-Source: AMrXdXvIktMnwNnn2aGb36EH7MEhQ4mBNz8oiIyeHI2C3PMFYRaOkqmWkwCFlhH8WZxz14riYAoAmw== X-Received: by 2002:ac8:1288:0:b0:3a6:8f7c:5936 with SMTP id y8-20020ac81288000000b003a68f7c5936mr21508383qti.25.1673636139635; Fri, 13 Jan 2023 10:55:39 -0800 (PST) Received: from murgatroyd (97-122-76-186.hlrn.qwest.net. [97.122.76.186]) by smtp.gmail.com with ESMTPSA id jr49-20020a05622a803100b003ad373d04b6sm7992246qtb.59.2023.01.13.10.55.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 13 Jan 2023 10:55:39 -0800 (PST) From: Tom Tromey To: Simon Marchi Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH 3/3] Let Python breakpoints be created silently References: <20221208191804.3819129-1-tromey@adacore.com> <20221208191804.3819129-4-tromey@adacore.com> <3f6597da-f101-b413-f48b-2f66b77e840c@simark.ca> X-Attribution: Tom Date: Fri, 13 Jan 2023 11:55:38 -0700 In-Reply-To: <3f6597da-f101-b413-f48b-2f66b77e840c@simark.ca> (Simon Marchi's message of "Thu, 12 Jan 2023 12:49:19 -0500") Message-ID: <87tu0u4639.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP 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: >>>>> "Simon" == Simon Marchi writes: >> @@ -5940,9 +5940,15 @@ the function passed in @code{spec} as a fully-qualified name. It is equivalent >> to @code{break}'s @code{-qualified} flag (@pxref{Linespec Locations} and >> @ref{Explicit Locations}). >> >> +The optional @var{announce} argument is a boolean that controls >> +whether @var{GDBN} announces the existence of the breakpoint. The >> +default is to announce, meaning that a message is printed. Setting >> +this argument to false will suppress all output from breakpoint >> +creation. Simon> I assume this means "all CLI output", but any MI / DAP frontend would Simon> still be notified? Yes, I think that happens through an observer. Tom