Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Apr 2018 10:28:55 -0600
From:      Ian Lepore <ian@freebsd.org>
To:        bob prohaska <fbsd@www.zefox.net>, Daniel Braniss <danny@cs.huji.ac.il>
Cc:        freebsd-arm@freebsd.org
Subject:   Re: What is the default break-to-debugger key sequence on ARM?
Message-ID:  <1523032135.40504.1.camel@freebsd.org>
In-Reply-To: <20180406162301.GA84360@www.zefox.net>
References:  <20180406153324.GA84203@www.zefox.net> <135848E0-8C35-4DE7-B8A8-D1D05A79613C@cs.huji.ac.il> <20180406162301.GA84360@www.zefox.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 2018-04-06 at 09:23 -0700, bob prohaska wrote:
> On Fri, Apr 06, 2018 at 07:20:14PM +0300, Daniel Braniss wrote:
> > 
> > 
> > 
> > > 
> > > On 6 Apr 2018, at 18:33, bob prohaska <fbsd@www.zefox.net> 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

Actually the full sequence is carriage-return, then ~, then ^B.

If you do something like start to type, then backspace so the line is
empty, then do the ~^B it won't work, because CR wasn't the keystroke
immediately preceeding the ~.

-- Ian




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1523032135.40504.1.camel>