On 10/23/2021 1:25 AM, Sebastien Marie wrote:
Hi,
I am currently looking at learning lldb debugger a bit.
lldb from base is working fine, but it is a bit spartiate for
learning: no completion, no readline. it could be workaround with
rlwrap but proper completion will be still missing.
lldb from ports comes with glitters, but I failed to properly start
live debugging (tested on amd64).
$ /usr/bin/lldb /usr/bin/id
(lldb) target create "/usr/bin/id"
Current executable set to '/usr/bin/id' (x86_64).
(lldb) r
Process 41122 launched: '/usr/bin/id' (x86_64)
uid=1000(semarie) gid=1000(semarie) groups=1000(semarie), 9(wsrc)
Process 41122 exited with status = 0 (0x00000000)
$ /usr/local/bin/lldb /usr/bin/id
(lldb) target create "/usr/bin/id"
Current executable set to '/usr/bin/id' (x86_64).
(lldb) r
error: failed to launch or debug process
I would like to know if someone have a working ports lldb or if it is just me ?
Thanks.
I have not lifted the lldb bits from base over to the port so I would
not expect the ports
lldb to work just yet.