From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 57274 invoked by alias); 17 Oct 2015 21:41:33 -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 57250 invoked by uid 89); 17 Oct 2015 21:41:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: xyzzy.0x04.net Received: from xyzzy.0x04.net (HELO xyzzy.0x04.net) (109.74.193.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 17 Oct 2015 21:41:30 +0000 Received: from hogfather.0x04.net (89-65-84-110.dynamic.chello.pl [89.65.84.110]) by xyzzy.0x04.net (Postfix) with ESMTPS id 16CB13FEF3 for ; Sat, 17 Oct 2015 23:41:40 +0200 (CEST) Received: by hogfather.0x04.net (Postfix, from userid 1000) id 6B6AF5800AC; Sat, 17 Oct 2015 23:41:26 +0200 (CEST) From: =?UTF-8?q?Marcin=20Ko=C5=9Bcielnicki?= To: gdb-patches@sourceware.org Subject: gdb/linux-record fixes Date: Sat, 17 Oct 2015 21:41:00 -0000 Message-Id: <1445118081-10908-1-git-send-email-koriakin@0x04.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2015-10/txt/msg00306.txt.bz2 When working on process record and replay support for s390-linux, I found quite a few problems in syscall handling. I fixed the most important of these in this patchset. Please review.