Re: [lldb-dev] Command history line editing

2018-03-07 Thread Ted Woodward via lldb-dev
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.

Re: [lldb-dev] Command history line editing

2018-03-07 Thread William Schmidt via 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: [lldb-dev] Command history line editing &

Re: [lldb-dev] Command history line editing

2018-03-07 Thread via lldb-dev
> -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: [

Re: [lldb-dev] Command history line editing

2018-03-07 Thread Ted Woodward via lldb-dev
- > 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

Re: [lldb-dev] Command history line editing

2018-03-07 Thread Jan Kratochvil via lldb-dev
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.

Re: [lldb-dev] Command history line editing

2018-03-05 Thread Greg Clayton via lldb-dev
> 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

[lldb-dev] Command history line editing

2018-03-04 Thread William Schmidt via lldb-dev
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