From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 84440 invoked by alias); 25 Jul 2018 18:04:53 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 84429 invoked by uid 89); 25 Jul 2018 18:04:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=notified X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 25 Jul 2018 18:04:51 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] Notify about breakpoint modification when enabling/disabling single location From: sergiodj+buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: Date: Wed, 25 Jul 2018 18:04:00 -0000 X-SW-Source: 2018-q3/txt/msg02576.txt.bz2 *** TEST RESULTS FOR COMMIT d7154a8d08b142d1258dc2e4189ff0d00cd26493 *** Author: Jan Vrany Branch: master Commit: d7154a8d08b142d1258dc2e4189ff0d00cd26493 Notify about breakpoint modification when enabling/disabling single location When a single breakpoint location enableness was modified by a CLI command, observers were not notified about it. This issue is now fixed. gdb/ChangeLog: * breakpoint.c (enable_disable_bp_num_loc): Notify observers. gdb/testsuite/ChangeLog: * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file. * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.