[lldb-dev] LLVM GSOC Projects Criteria Consultation (before 2/28)

2017-02-16 Thread Mehdi Amini via lldb-dev
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

Re: [lldb-dev] Failure connecting to lldb-server running in local virtual machine.

2017-02-16 Thread Greg Clayton via lldb-dev
> 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

Re: [lldb-dev] Debugging ELF relocatable files using LLDB

2017-02-16 Thread Greg Clayton via lldb-dev
> 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

[lldb-dev] Failure connecting to lldb-server running in local virtual machine.

2017-02-16 Thread Howard Hellyer via lldb-dev
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

[lldb-dev] Debugging ELF relocatable files using LLDB

2017-02-16 Thread Ramana via lldb-dev
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