From owner-freebsd-arm@freebsd.org Fri Apr 6 16:23:06 2018 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B426CF92B8A for ; Fri, 6 Apr 2018 16:23:06 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [50.1.20.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 19C7084A59 for ; Fri, 6 Apr 2018 16:23:05 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id w36GN12N084382 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 6 Apr 2018 09:23:02 -0700 (PDT) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id w36GN1IR084381; Fri, 6 Apr 2018 09:23:01 -0700 (PDT) (envelope-from fbsd) Date: Fri, 6 Apr 2018 09:23:01 -0700 From: bob prohaska To: Daniel Braniss Cc: freebsd-arm@freebsd.org Subject: Re: What is the default break-to-debugger key sequence on ARM? Message-ID: <20180406162301.GA84360@www.zefox.net> References: <20180406153324.GA84203@www.zefox.net> <135848E0-8C35-4DE7-B8A8-D1D05A79613C@cs.huji.ac.il> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <135848E0-8C35-4DE7-B8A8-D1D05A79613C@cs.huji.ac.il> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Apr 2018 16:23:06 -0000 On Fri, Apr 06, 2018 at 07:20:14PM +0300, Daniel Braniss wrote: > > > > On 6 Apr 2018, at 18:33, bob prohaska wrote: > > > > What is the present default keysequence to get into the debugger on > > armv7 and arm64? I think it used to be esc-ctrl-b on the serial console, > > but that has no effect. > > > > try ~^B > > Thank you, that worked. bob prohaska