Hello,
I'm using LLDB installed as Arch Linux package.
% lldb -v
lldb version 10.0.0
% cat ~/.editrc
bind -v
I'm not able to use vi keybindings like j, k cycle through commands in
the lldb console.
It would be great if someone could help me with this issue.
Thanks,
Alvin
_
> On May 15, 2020, at 7:04 PM, Eric Christopher via lldb-dev
> wrote:
>
> Hi All,
>
> We've been testing[1] a number of patches upstream by default via some
> pre-merge checks in phabricator. I was thinking of turning them on for lldb
> as well. Mostly it well just help people know whether
There are some posts about issues with using the "bind -v". It seems it will
delete all other key bindings and LLDB does a bunch of bindings for custom
things which you won't want to use.
> On May 16, 2020, at 10:34 AM, Alvin Ye via lldb-dev
> wrote:
>
> Hello,
>
> I'm using LLDB installed
On Sat, May 16, 2020 at 12:18 PM Greg Clayton wrote:
>
>
> On May 15, 2020, at 7:04 PM, Eric Christopher via lldb-dev <
> lldb-dev@lists.llvm.org> wrote:
>
> Hi All,
>
> We've been testing[1] a number of patches upstream by default via some
> pre-merge checks in phabricator. I was thinking of tur