c++ - lldb is not starting an application -
this first experience in commandline mode of lldb. unsuccessful.
- installed minimal kit clang, lld, lldb v5 (ubuntu 16.04)
- sample application built clang.
- trying start:
lldb applcation
>run
error: process launch failed: unable locate lldb-server-5.0.0
so questions:
- why lldb tries run server? not remote debugging.
- why lldb refers 5.0.0 (and change setting)? there added symbolic links automiticaly xxx-5.0 suffix llvm utilities, not xxx-5.0.0. reasonable if refers lldb-server itself, without suffixes.
- adding lldb-server-5.0.0 symlink doesn't solve problem.
any idea how should work?
by way question - seems left/right/up/down arrows keys don't work in lldb console? instead of cursor moving adds codes
(lldb) ^[[d^[[a^[[c^[[b
Comments
Post a Comment