1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +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 LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
META-INF LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
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 LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
.gitignore LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
.project LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
about.html LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
build.properties LLDB: Add support for local debugging of new processes 2016-08-18 10:47:33 -04:00
plugin.properties LLDB: Add support for attaching to local process 2016-08-18 15:49:30 -04:00
plugin.xml LLDB: Add support for attaching to local process 2016-08-18 15:49:30 -04:00
pom.xml Fix outdated pom versions in lldb folders 2016-08-19 12:27:23 -04:00