[Patch] lldb-mi exec-run command

Hi Deepak,
Eclipse failed to debug native-applications using lldb-mi because the implementation of exec-run failed to set the m_lldbProcess in sessionInfo. I have provided new implementation of this command using the lldb API instead of using the "run" command. I am also generating the out-of-band data now that is output by the gdb too. Please let me know if you see a problem with it.

Thanks,
Abid

lldb-mi_exec-run.patch (3.08 KB)

That's great Abid.

We had run into the same issue and I was just going to commit a fix for this just now.
Please go ahead and commit the patch.

Thanks,
Deepak