<div dir="ltr"><div><div><div><br><br>On Mon, Jul 25, 2016 at 4:46 PM, Greg Clayton <<a href="mailto:gclayton@apple.com">gclayton@apple.com</a>> wrote:<br>> I am glad to hear this. We will be happy to help with any issues you run into.<br><br></div><div>Thanks!<br></div><div><br>> If you have examples for any issues you run into, it would be great to get MI text snippets that we can run through the lldb-mi program on our end, it can help us to understand and reproduce any issues you run into.<br>><br>>> 1. -breakpoint-insert doesn't handle locations that look like absolute<br>>> paths (because of leading /)<br>><br>> Can you send an example?<br><br>I opened this bug: <a href="https://llvm.org/bugs/show_bug.cgi?id=28709">https://llvm.org/bugs/show_bug.cgi?id=28709</a><br></div><div><br>><br>>> 2. Executable path has to be absolute<br>><br>> Does MI have the notion of setting a current working directory where things can then be relative to? If so, we should definitely fix this in LLDB. Example packet of setting the working directory and then the non working executable path would be nice.<br><br></div>This seems to work now on Mac. I'll have to double check on Linux. About the notion in MI, the command is -environment-cd I think.<br><br></div>Regards,<br></div>Marc-Andre<br><div><div><div><br>><br>> Greg<br>><br>><br>>> On Jul 17, 2016, at 2:26 PM, Marc-Andre Laperle via lldb-dev <<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br>>><br>>> Hi,<br>>><br>>> I am currently working on integrating LLDB-MI in Eclipse CDT so that<br>>> it works more or less out of the box in the next CDT release due in<br>>> September (setting the lldb-mi path automatically, etc). For this<br>>> specific issue, I made it so that it simply does not send the<br>>> target-async command from Eclipse. I have worked around a few other<br>>> issues and I'll look at creating bugs in LLDB's Bugzilla and sending<br>>> patches to LLDB in the upcoming weeks.<br>>><br>>> Here are some issues I worked around but would like to fix on the LLDB side:<br>>> 1. -breakpoint-insert doesn't handle locations that look like absolute<br>>> paths (because of leading /)<br>>> 2. Executable path has to be absolute<br>>><br>>> This Eclipse integration is still very much in progress but in case<br>>> you are curious, the code is here:<br>>> <a href="https://github.com/MarkZ3/Eclipse-CDT-WIP/tree/lldb-mi">https://github.com/MarkZ3/Eclipse-CDT-WIP/tree/lldb-mi</a><br>>><br>>> Regards,<br>>> Marc-Andre<br>>> _______________________________________________<br>>> lldb-dev mailing list<br>>> <a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a><br>>> <a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev</a><br>><br></div></div></div></div>