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
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/
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
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
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
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 - ?
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
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
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