1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-28 10:43:31 +02:00
cdt/llvm/org.eclipse.cdt.llvm.dsf.lldb.core
Marc-Andre Laperle e5d8f677b2 LLDB: Print an error when lldb is below minimum version
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>
2016-08-28 02:17:42 -04:00
..
.settings
META-INF
src/org/eclipse/cdt/llvm/dsf/lldb/core LLDB: Print an error when lldb is below minimum version 2016-08-28 02:17:42 -04:00
.classpath
.gitignore
.project
about.html
build.properties
plugin.properties
plugin.xml
pom.xml Fix outdated pom versions in lldb folders 2016-08-19 12:27:23 -04:00