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

2015-09-03 Thread Bruce Mitchener via lldb-dev
There were 2 changes made this week that broke both the cmake and one that broke the Makefile builds. I checked in fixes for the cmake build, but no one has done similar for the Makefile build (as far as I've noticed). (Notably, there's no Makefile support for source/Plugins/ExpressionParser/Clang

[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 CC|

[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, you

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 Q

[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 que

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 seen

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

2015-09-03 Thread Todd Fiala via lldb-dev
I haven't seen that one myself. Are you still seeing it? Is it possible the buildbot's commands are possibly using older/stale object files? Is distcc/ccache involved? Does the build force a clean build? If not, does the issue go away on a clean build? Is it configure-based or cmake based? J

[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 this

[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 24691] New: Assertion failure in clang in TestFormatters.py

2015-09-03 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24691 Bug ID: 24691 Summary: Assertion failure in clang in TestFormatters.py Product: lldb Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal

Re: [lldb-dev] Portable tests that create threads

2015-09-03 Thread Pavel Labath via lldb-dev
+1 for the naming idea. It sounds like the a more reliable solution than crawling backtraces to me. pl On 3 September 2015 at 06:32, Todd Fiala via lldb-dev wrote: > I think the thread naming is a reasonable way to go. > >> 1) Linux and MacOSX inferiors can use pthread_setname_np >> 2) FreeBSD i