Hello all,
GSOC is around the corner, and the LLVM projects plans to participate again
this year. For those who don’t know about GSOC, students are proposing a
project that they will work on for 3 months. Amongst other, one goal for LLVM
is to mentor students to become good developers and also
> On Feb 16, 2017, at 5:58 AM, Howard Hellyer via lldb-dev
> wrote:
>
> Hi,
>
> I’ve been hitting issues connecting to lldb-server. I’ve been trying from Mac
> to Linux running in a Virtual Box VM on the same machine. Once I’ve created a
> target and issued the “run” command lldb immediatel
> On Feb 16, 2017, at 3:51 AM, Ramana via lldb-dev
> wrote:
>
> It looks like LLDB doesn't like ELF relocatable files for debugging
> and asserts with the following message when tried
>
> /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:2228:
> unsigned int ObjectFileELF::RelocateSect
Hi,
I’ve been hitting issues connecting to lldb-server. I’ve been trying from
Mac to Linux running in a Virtual Box VM on the same machine. Once I’ve
created a target and issued the “run” command lldb immediately disconnects
with “error: connect remote failed (failed to get reply to handshake
It looks like LLDB doesn't like ELF relocatable files for debugging
and asserts with the following message when tried
/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp:2228:
unsigned int ObjectFileELF::RelocateSection(.): Assertion `false
&& "unexpected relocation type"' failed.
Are