From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46269) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jEvxr-0000M8-30 for guix-patches@gnu.org; Thu, 19 Mar 2020 10:16:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jEvxq-0006D5-56 for guix-patches@gnu.org; Thu, 19 Mar 2020 10:16:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:37474) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jEvxq-0006Cc-1p for guix-patches@gnu.org; Thu, 19 Mar 2020 10:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jEvxp-0007tL-U4 for guix-patches@gnu.org; Thu, 19 Mar 2020 10:16:01 -0400 Subject: bug#40077: [PATCH 0/4] Inferior provide stack traces along with exceptions Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20200315170019.22544-1-ludo@gnu.org> Date: Thu, 19 Mar 2020 15:15:24 +0100 In-Reply-To: <20200315170019.22544-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Sun, 15 Mar 2020 18:00:19 +0100") Message-ID: <871rpo5t37.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40077-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > repl: Allow clients to send their protocol version. > inferior: Adjust to protocol (0 1). > repl: Return stack traces along with exceptions. > inferior: '&inferior-exception' includes a stack trace. Pushed as 1dca6aaafa9f842565deab1fe7e6929f25544551. Ludo=E2=80=99.