c++ - lldb is not starting an application -


this first experience in commandline mode of lldb. unsuccessful.

  1. installed minimal kit clang, lld, lldb v5 (ubuntu 16.04)
  2. sample application built clang.
  3. trying start:

lldb applcation

>run

error: process launch failed: unable locate lldb-server-5.0.0

so questions:

  1. why lldb tries run server? not remote debugging.
  2. 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.
  3. 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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -