I'd be very interested in using lldb in my regular workflow.... but, I'm
currently using cgdb because its single key mode is ready convenient for
common operations:

f - finish
s - step
n - next
d - down
u - up

```
rr record $exe $args
rr replay -d cgdb
# happy debugging
# rm -r ~/.local/share/rr when it gets too bloated
```

I did try `gui` several times in the past but did not succeed.

On Tue, Aug 27, 2019 at 5:33 AM René J.V. Bertin via lldb-dev <
lldb-dev@lists.llvm.org> wrote:

> On 20190826 21:41, Jim Ingham wrote:
> > The GUI is built into lldb, it is not a separate entity.
> >
>
> Oh, right, so a "AUI" or "CUI" rather than something properly graphical.
> Sorry, not very useful to me.
>
> R.
> _______________________________________________
> lldb-dev mailing list
> lldb-dev@lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>


-- 
宋方睿
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to