[lldb-dev] [Bug 24693] New: liblldb.so link failure due to missing -ltinfo flag on systems with split ncurses/tinfo

2015-09-03 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24693 Bug ID: 24693 Summary: liblldb.so link failure due to missing -ltinfo flag on systems with split ncurses/tinfo Product: lldb Version: 3.7 Hardware: PC OS: Linux

[lldb-dev] [Bug 19310] test_attach_continue_interrupt_detach failing on FreeBSD and Linux

2015-09-03 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=19310 lab...@google.com changed: What|Removed |Added Assignee|lldb-dev@lists.llvm.org |lab...@google.com -- You are receiving

[lldb-dev] Note to buildbot/testbot runners

2015-09-03 Thread Todd Fiala via lldb-dev
Hi all, TL;DR: if you call dosep.py directly, you'll need to modify your flow to call dotest.py. *Details:* *dotest.py now runs in parallel test runner mode by default* Starting with lldb svn revision 246794, if you run buildbots or testbots and you directly called dosep.py as a build step,

[lldb-dev] Converting LLVM IR bitcode binary to different arch/sub arch

2015-09-03 Thread Sridhar via lldb-dev
Hi, Is it possible to convert a bitcode file with same target (Ex. ARM) with sub arch (armv7 or armv7s) into another bitcode or native code format(Ex. ARM with armv8 or arm64) ? I am also assuming that one Arch(ARM) to another Arch(X86) conversion not possible.(correct me if I am wrong) This

Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-03 Thread Ted Woodward via lldb-dev
We forced a clean build because it wasn’t picking up an enum change that affected the swig python bindings, and the objective c problem popped up. I’ve built with cmake on that machine, and it worked. I think the right answer is switch to cmake. -- Qualcomm Innovation Center, Inc. The

Re: [lldb-dev] top-of-tree build failure when using configure on Linux?

2015-09-03 Thread Zachary Turner via lldb-dev
Can you change it to CMake instead of configure? I know that's not what you want to hear, but the configure build is on its way out, so you're going to have to do this at some point anyway. On Thu, Sep 3, 2015 at 10:25 AM Todd Fiala via lldb-dev < lldb-dev@lists.llvm.org> wrote: > I haven't

[lldb-dev] [Bug 15854] lldb is unable to call/print c++ demangled functions in the global namespace

2015-09-03 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=15854 Siva Chandra changed: What|Removed |Added Status|NEW |RESOLVED