Re: [lldb-dev] [3.7 Release] RC3 has been tagged, let's wrap this up

2015-08-21 Thread Renato Golin via lldb-dev
AArch64 up. All green. On 21 August 2015 at 01:51, Hans Wennborg wrote: > Hello everyone, > > 3.7-rc3 has just been tagged. Testers, please test, build binaries, > upload to the sftp and report results to this thread. > > Again, a lot of patches got merged between rc2 and rc3, but hopefully > not

Re: [lldb-dev] [3.7 Release] RC3 has been tagged, let's wrap this up

2015-08-21 Thread Hans Wennborg via lldb-dev
On Thu, Aug 20, 2015 at 5:51 PM, Hans Wennborg wrote: > Hello everyone, > > 3.7-rc3 has just been tagged. Testers, please test, build binaries, > upload to the sftp and report results to this thread. Windows binaries uploaded. sha1 sums: 1f0ad138830146aa3ea93561772b82e0b93c855d LLVM-3.7.0-rc3-w

[lldb-dev] [Bug 24538] New: Tests that use throw/catch are broken on Windows due to lack of compiler support

2015-08-21 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24538 Bug ID: 24538 Summary: Tests that use throw/catch are broken on Windows due to lack of compiler support Product: lldb Version: unspecified Hardware: PC OS: Windows

Re: [lldb-dev] LLDB for bare-iron targets lacking support for qC /qfThreadInfo packet

2015-08-21 Thread Greg Clayton via lldb-dev
One option is to send a ? packet to get a stop reply packet back. The stop reply should contain a "thread:;" key/value pair and you could just make the pid == tid == . We currently try these in the order below: 1 - qProcessInfo 2 - qC 3 - qfThreadInfo Now we could add a fourth: 4 - ?

Re: [lldb-dev] [3.7 Release] RC3 has been tagged, let's wrap this up

2015-08-21 Thread Dimitry Andric via lldb-dev
Strangely, the clang-tools-extra stuff does build if I manually check it out like so (without any symlinks): .<-- https://llvm.org/svn/llvm-project/llvm/branches/release_37 tools/clang <-- https://llvm.org/svn/llvm-project/cfe/branches/release_37 tools/clang

Re: [lldb-dev] [3.7 Release] RC3 has been tagged, let's wrap this up

2015-08-21 Thread Nikola Smiljanic via lldb-dev
Hi Dmitry, if I understood Hans clang-extra wasn't part of the build prior to rc3. Just delete it and run script with --no-checkout. On Fri, Aug 21, 2015 at 7:15 PM, Dimitry Andric wrote: > Hm, it does not seem to compile at all here? The build ends with: > > In file included from > /home/dim/l

[lldb-dev] [Bug 24530] New: LLDB can miss inferior SIGSTOP and SIGINT under some circumstances

2015-08-21 Thread via lldb-dev
https://llvm.org/bugs/show_bug.cgi?id=24530 Bug ID: 24530 Summary: LLDB can miss inferior SIGSTOP and SIGINT under some circumstances Product: lldb Version: unspecified Hardware: PC OS: All Statu

Re: [lldb-dev] [3.7 Release] RC3 has been tagged, let's wrap this up

2015-08-21 Thread Dimitry Andric via lldb-dev
Hm, it does not seem to compile at all here? The build ends with: In file included from /home/dim/llvm-3.7.0/rc3/llvm.src/tools/clang/tools/extra/clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp:17: /home/dim/llvm-3.7.0/rc3/llvm.src/tools/clang/tools/extra/clang-apply-replacements/lib/

[lldb-dev] LLDB for bare-iron targets lacking support for qC /qfThreadInfo packet

2015-08-21 Thread Jaydeep Patil via lldb-dev
Hi, The gdb-stub running on a MIPS bare-iron board lacks support for qC /qfThreadInfo packet. Once the LLDB is connected to the target it cannot proceed further as there is no process and/or thread information available from the target. However GDB is able to debug the application as it ignore