From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5496 invoked by alias); 29 Apr 2017 03:50:35 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 5202 invoked by uid 89); 29 Apr 2017 03:50:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.0 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=thx, Hx-spam-relays-external:sk:cpe-70-, H*r:sk:cpe-70-, H*RU:sk:cpe-70- X-HELO: out4-smtp.messagingengine.com Received: from out4-smtp.messagingengine.com (HELO out4-smtp.messagingengine.com) (66.111.4.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 29 Apr 2017 03:50:18 +0000 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 8F10320849 for ; Fri, 28 Apr 2017 23:50:19 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute7.internal (MEProxy); Fri, 28 Apr 2017 23:50:19 -0400 X-ME-Sender: Received: from [10.167.173.128] (cpe-70-113-28-27.austin.res.rr.com [70.113.28.27]) by mail.messagingengine.com (Postfix) with ESMTPA id 45369241E1 for ; Fri, 28 Apr 2017 23:50:19 -0400 (EDT) From: David Boles Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: repeat command on return after issuing guile command Message-Id: <18055C3E-BBEA-4CBD-A12A-511B46D1B2AB@ieee.org> Date: Sat, 29 Apr 2017 03:50:00 -0000 To: gdb@sourceware.org Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00037.txt.bz2 I have recently been learning to use the guile mechanism for extending gdb= =E2=80=99s capabilities - very powerful. One thing that I have noticed is t= hat after a =E2=80=9Cguile (=E2=80=A6)=E2=80=9D command is issued, the norm= al behavior of gdb re-performing the last command executed if you just hit = enter is disabled. This applies to even native gdb commands like =E2=80=9Cn= ext=E2=80=9D or =E2=80=9Cstep=E2=80=9D - which is quite painful. I have observed this with versions 7.10.x and 7.12.1. Any insights would be appreciated. Thx, - db