[lldb-dev] Fwd: lldb doesn't work on centos7

2015-11-23 Thread 陶征霖 via lldb-dev
-- Forwarded message -- From: 陶征霖 Date: 2015-11-20 23:10 GMT+08:00 Subject: lldb doesn't work on centos7 To: llvm-...@lists.llvm.org Hi, I build llvm+clang+lldb 3.7.0 from source code on centos7, the build command is "cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=${INS

[lldb-dev] --no-stdin mode kicks in without warning (?)

2015-11-23 Thread Ramkumar Ramachandra via lldb-dev
Hi, I never do --no-stdin, because the program I'm debugging often takes input. If I debug in one of the normal sessions for an extended period of time, 'continue' returns the (lldb) prompt immediately, which claims that the program is running (it's actually waiting for input). At this point, I ha

Re: [lldb-dev] Exclusively build and install LLDB?

2015-11-23 Thread Pavel Labath via lldb-dev
I believe that for purposes of building distribution packages you should use the out-of-tree mode of building lldb. This means, you build llvm and clang separately, and then point your LLDB build to their installation path with LLDB_PATH_TO_LLVM_BUILD and LLDB_PATH_TO_CLANG_BUILD variables. This wa