07, 2018 1:34 PM
To: paul.robin...@sony.com
Cc: ted.woodw...@codeaurora.org; jan.kratoch...@redhat.com;
lldb-dev@lists.llvm.org
Subject: Re: [lldb-dev] Command history line editing
readline has been around for donkeys' years. I was hacking it in MKSToolkit
back in the nineties.
[mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Ted
> > Woodward via lldb-dev
> > Sent: Wednesday, March 07, 2018 9:40 AM
> > To: 'Jan Kratochvil'; 'William Schmidt'; lldb-dev@lists.llvm.org
> > Subject: Re: [lldb-dev] Command history line editing
&
> -Original Message-
> From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Ted
> Woodward via lldb-dev
> Sent: Wednesday, March 07, 2018 9:40 AM
> To: 'Jan Kratochvil'; 'William Schmidt'; lldb-dev@lists.llvm.org
> Subject: Re: [
-
> From: lldb-dev [mailto:lldb-dev-boun...@lists.llvm.org] On Behalf Of Jan
> Kratochvil via lldb-dev
> Sent: Wednesday, March 07, 2018 3:20 AM
> To: William Schmidt
> Cc: lldb-dev@lists.llvm.org
> Subject: Re: [lldb-dev] Command history line editing
>
> On Sun, 04
On Sun, 04 Mar 2018 21:03:26 +0100, William Schmidt via lldb-dev wrote:
> lldb deserves an editing mode functionally equivalent to what bash offers.
> And since bash is open-source, it should just be a matter of grabbing the
> bash source that implements command line editing and going from there.
> On Mar 4, 2018, at 12:03 PM, William Schmidt via lldb-dev
> wrote:
>
> Hello lldb devs,
>
> Hacking away at my lldb command history on macOS Darwin 10.13.3
>
> lldb -v =>
> lldb-900.0.64
> Swift-4.0
>
> I discovered that ESC-b moves the cursor one word to the left, while ESC-f
> moves
Hello lldb devs,
Hacking away at my lldb command history on macOS Darwin 10.13.3
lldb -v =>
lldb-900.0.64
Swift-4.0
I discovered that ESC-b moves the cursor one word to the left, while ESC-f
moves the cursor one word to the right; word in the regular expression
sense. However, lldb does not r