From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29938 invoked by alias); 14 Oct 2018 12:55:58 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 29926 invoked by uid 89); 14 Oct 2018 12:55:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_3,SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*cz, async, mini, HContent-Transfer-Encoding:8bit X-HELO: relay.fit.cvut.cz Received: from relay.fit.cvut.cz (HELO relay.fit.cvut.cz) (147.32.232.237) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 14 Oct 2018 12:55:54 +0000 Received: from imap.fit.cvut.cz (imap.fit.cvut.cz [147.32.232.238]) by relay.fit.cvut.cz (8.15.2/8.15.2) with ESMTPS id w9ECtouw096728 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sun, 14 Oct 2018 14:55:51 +0200 (CEST) (envelope-from jan.vrany@fit.cvut.cz) Received: from localhost (ip-62-24-85-77.net.upcbroadband.cz [62.24.85.77]) (authenticated bits=0 as user vranyj1) by imap.fit.cvut.cz (8.15.2/8.15.2) with ESMTPSA id w9ECtnGk009475 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Sun, 14 Oct 2018 14:55:50 +0200 (CEST) (envelope-from jan.vrany@fit.cvut.cz) From: Jan Vrany To: gdb-patches@sourceware.org Cc: Jan Vrany Subject: [RFC 0/2] add new async events =target-connected and =target-disconnected Date: Sun, 14 Oct 2018 12:55:00 -0000 Message-Id: <20181014125534.11724-1-jan.vrany@fit.cvut.cz> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SW-Source: 2018-10/txt/msg00316.txt.bz2 This mini series add new MI async events notifying MI client abut target changes. This is a result of discussion happened earlier this year on gdb mailing list [1]. [1]: https://sourceware.org/ml/gdb/2018-04/msg00004.html Jan Vrany (2): gdb: add new observables target_connected and target_disconnected gdb/mi: add new async events =target-connected and =target-disconnected gdb/ChangeLog | 18 +++++++++-- gdb/doc/ChangeLog | 5 +++ gdb/doc/gdb.texinfo | 7 +++++ gdb/mi/mi-interp.c | 77 +++++++++++++++++++++++++++++++++++++++++++-- gdb/observable.c | 2 ++ gdb/observable.h | 6 ++++ gdb/target.c | 7 +++++ 7 files changed, 118 insertions(+), 4 deletions(-) -- 2.19.1