1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-14 20:45:22 +02:00
cdt/llvm/org.eclipse.cdt.llvm.dsf.lldb.core/META-INF/MANIFEST.MF
Marc-Andre Laperle 99682412ce Bug 574481 - NullPointerException in LLDBLaunch.hasTrait
Always initialize fTraits. Also, prevent computeLLDBVersions from
spawning processes repeatedly by early returning. This means we also
populate fTraits only once and don't need the early return and
initialize it there.

Change-Id: I04b9af0b187fe8564bf7ce67f1322eee2d360033
2021-07-06 22:45:07 -04:00

23 lines
957 B
Text

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Vendor: %providerName
Bundle-SymbolicName: org.eclipse.cdt.llvm.dsf.lldb.core;singleton:=true
Bundle-Version: 1.101.100.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Localization: plugin
Require-Bundle: org.eclipse.debug.core,
org.eclipse.cdt.dsf.gdb,
org.eclipse.cdt.launch,
org.eclipse.core.runtime,
org.eclipse.cdt.dsf,
org.eclipse.cdt.debug.core,
org.eclipse.core.variables,
org.eclipse.cdt.core
Export-Package: org.eclipse.cdt.llvm.dsf.lldb.core,
org.eclipse.cdt.llvm.dsf.lldb.core.internal;x-friends:="org.eclipse.cdt.llvm.dsf.lldb.ui",
org.eclipse.cdt.llvm.dsf.lldb.core.internal.launching;x-internal:=true,
org.eclipse.cdt.llvm.dsf.lldb.core.internal.service;x-internal:=true
Bundle-Activator: org.eclipse.cdt.llvm.dsf.lldb.core.internal.LLDBCorePlugin
Bundle-ActivationPolicy: lazy
Automatic-Module-Name: org.eclipse.cdt.llvm.dsf.lldb.core