From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28378 invoked by alias); 23 May 2014 20:59:18 -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 28365 invoked by uid 89); 23 May 2014 20:59:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 23 May 2014 20:59:16 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4NKxFiM028456 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 23 May 2014 16:59:15 -0400 Received: from brno.lan (ovpn01.gateway.prod.ext.ams2.redhat.com [10.39.146.11]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s4NKxDY2003382 for ; Fri, 23 May 2014 16:59:14 -0400 From: Pedro Alves To: gdb-patches@sourceware.org Subject: [PATCH v6 0/2] enable target-async by default Date: Fri, 23 May 2014 20:59:00 -0000 Message-Id: <1400878753-24688-1-git-send-email-palves@redhat.com> X-SW-Source: 2014-05/txt/msg00595.txt.bz2 This is version 6 of the patch series to enable target-async by default. Most of the series is now in. There's actually a third patch this depends on, here: https://sourceware.org/ml/gdb-patches/2014-05/msg00590.html As I had already posted it today, I figured moving it to the series and posting it again would possibly confuse things. Tested on x86_64 Fedora 20, with different permutations of target async and mi async. No regressions. Pedro Alves (2): Make display_gdb_prompt CLI-only. enable target async by default; separate MI and target notions of async gdb/NEWS | 31 ++++++++++ gdb/cli/cli-interp.c | 31 ++++++---- gdb/doc/gdb.texinfo | 54 +++++++++++------ gdb/doc/observer.texi | 8 +++ gdb/event-loop.c | 6 +- gdb/event-top.c | 5 -- gdb/inf-loop.c | 3 +- gdb/infcmd.c | 6 +- gdb/inferior.h | 7 +++ gdb/infrun.c | 3 +- gdb/interps.c | 30 ++------- gdb/interps.h | 5 +- gdb/mi/mi-interp.c | 61 ++++++++++++++----- gdb/mi/mi-main.c | 77 +++++++++++++++++++++--- gdb/mi/mi-main.h | 4 ++ gdb/target.c | 25 ++++---- gdb/target.h | 3 +- gdb/testsuite/gdb.base/async-shell.exp | 1 - gdb/testsuite/gdb.base/async.exp | 2 - gdb/testsuite/gdb.base/corefile.exp | 17 +----- gdb/testsuite/gdb.base/dprintf-non-stop.exp | 1 - gdb/testsuite/gdb.base/gdb-sigterm.exp | 12 +--- gdb/testsuite/gdb.base/inferior-died.exp | 1 - gdb/testsuite/gdb.base/interrupt-noterm.exp | 1 - gdb/testsuite/gdb.mi/mi-async.exp | 2 +- gdb/testsuite/gdb.mi/mi-nonstop-exit.exp | 2 +- gdb/testsuite/gdb.mi/mi-nonstop.exp | 2 +- gdb/testsuite/gdb.mi/mi-ns-stale-regcache.exp | 2 +- gdb/testsuite/gdb.mi/mi-nsintrall.exp | 2 +- gdb/testsuite/gdb.mi/mi-nsmoribund.exp | 2 +- gdb/testsuite/gdb.mi/mi-nsthrexec.exp | 2 +- gdb/testsuite/gdb.mi/mi-watch-nonstop.exp | 2 +- gdb/testsuite/gdb.multi/watchpoint-multi.exp | 2 +- gdb/testsuite/gdb.python/py-evsignal.exp | 1 - gdb/testsuite/gdb.python/py-evthreads.exp | 1 - gdb/testsuite/gdb.python/py-prompt.exp | 6 +- gdb/testsuite/gdb.reverse/break-precsave.exp | 6 -- gdb/testsuite/gdb.server/solib-list.exp | 1 - gdb/testsuite/gdb.threads/thread-specific-bp.exp | 1 - gdb/testsuite/lib/mi-support.exp | 4 +- gdb/tui/tui-interp.c | 32 ++++++---- 41 files changed, 282 insertions(+), 182 deletions(-) -- 1.9.0