mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-12 03:25:22 +02:00
![]() Prevent users from using a version of lldb that is too old.
Before version 3.8 there was a hang and other issues. If the
version cannot be determined, the launch stil proceeds. This
is because there is no good way to get the version from the
lldb-mi executable but rather, we can only do a best-effort
to get the version from the normal lldb executable. If the
lldb executable is not present but the lldb-mi is, this is a
valid way to use the debugger but the version cannot be determined.
In the future, it would be better if the lldb-mi executable could
report the lldb version directly. But this would be an improvement
in lldb, not CDT.
Change-Id: Ief8a4ebd3ea1e3d549a5cef41ac3030ec48734c4
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
org.eclipse.cdt.llvm.dsf.lldb-feature | ||
org.eclipse.cdt.llvm.dsf.lldb.core | ||
org.eclipse.cdt.llvm.dsf.lldb.ui | ||
org.eclipse.cdt.managedbuilder.llvm-feature | ||
org.eclipse.cdt.managedbuilder.llvm.tests | ||
org.eclipse.cdt.managedbuilder.llvm.ui |